cajal / pipeline

Schemata and libraries for neuroscientific data
GNU Lesser General Public License v3.0
20 stars 44 forks source link

implement CronJob for populate stack.RegistrationOverTime #454

Open ZhuokunDing opened 1 year ago

ZhuokunDing commented 1 year ago

This PR implements CronJob minion-reg-over-time for populating table stack.RegistrationOverTime.

minion-reg-over-time will be deployed every 5 mins with median-priority.

To populate stack.RegistrationOverTime for a certain scan, the experimenter first inserts the scan and stack of interest into the newly implemented table stack.RegistrationOverTimeTask. The minion will pick up any scan inserted and start populating the stack.RegistrationOverTime table accordingly.