Skip to content

Commit ec3c226

Browse files
committed
Add wheel processing into the cron job.
1 parent 4bc9d47 commit ec3c226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ingest_increment.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
from ibl_pipeline.process import autoprocess, get_timezone, process_histology, process_qc
2+
from ibl_pipeline.group_shared import wheel
23

34
autoprocess.process_new(timezone=get_timezone())
45
process_histology.main()
56
process_qc.main()
7+
wheel.WheelMoveSet.populate(display_progress=True, suppress_errors=True)
8+
wheel.MovementTimes.populate(display_progress=True, suppress_errors=True)

0 commit comments

Comments
 (0)