Changeset 11012
- Timestamp:
- Jan 10, 2007, 12:17:55 PM (19 years ago)
- Location:
- branches/eam_branch_00/ippTasks
- Files:
-
- 9 edited
-
detrend.mkruns.pro (modified) (1 diff)
-
detrend.norm.pro (modified) (2 diffs)
-
detrend.process.pro (modified) (3 diffs)
-
detrend.reject.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (1 diff)
-
detrend.stack.pro (modified) (1 diff)
-
phase0.pro (modified) (3 diffs)
-
phase2.pro (modified) (1 diff)
-
phase3.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_00/ippTasks/detrend.mkruns.pro
r9506 r11012 1 ## XXX this script needs to be updated to use books, not queues 2 ## XXX this script needs to be reconsidered... 1 3 2 4 ## This script defines tasks which regularly initiate the detrend -
branches/eam_branch_00/ippTasks/detrend.norm.pro
r11011 r11012 30 30 31 31 # select images ready for copy 32 # new entries are added to queueDetrendNormStat32 # new entries are added to DetrendNormStat 33 33 # compare the new list with the ones already selected 34 34 task dettool.normstat.load … … 232 232 233 233 # select images ready for copy 234 # new entries are added to queueDetrendNormExp234 # new entries are added to DetrendNormExp 235 235 # compare the new list with the ones already selected 236 236 task dettool.normexp.load -
branches/eam_branch_00/ippTasks/detrend.process.pro
r11011 r11012 29 29 30 30 # select images ready for copy 31 # new entries are added to queueDetrendProcessImfiles31 # new entries are added to DetrendProcessImfiles 32 32 # compare the new list with the ones already selected 33 33 task dettool.process.load … … 79 79 if ($network == 0) break 80 80 81 # look for new images in DetrendProcessImfiles queue81 # look for new images in DetrendProcessImfiles 82 82 book getpage DetrendProcessImfiles 0 -var pageName -key state NULL 83 83 if ($pageName == NULL) break … … 132 132 133 133 # select images ready for copy 134 # new entries are added to queueDetrendProcessExposures134 # new entries are added to DetrendProcessExposures 135 135 # compare the new list with the ones already selected 136 136 task dettool.processexp.load -
branches/eam_branch_00/ippTasks/detrend.reject.pro
r11011 r11012 26 26 27 27 # select images ready for copy 28 # new entries are added to queueDetrendRejectExp28 # new entries are added to DetrendRejectExp 29 29 # compare the new list with the ones already selected 30 30 task dettool.reject.load -
branches/eam_branch_00/ippTasks/detrend.resid.pro
r11011 r11012 28 28 29 29 # select images ready for copy 30 # new entries are added to queueDetrendResidImfiles30 # new entries are added to DetrendResidImfiles 31 31 # compare the new list with the ones already selected 32 32 task dettool.resid.load -
branches/eam_branch_00/ippTasks/detrend.stack.pro
r11011 r11012 22 22 23 23 macro detstack.status 24 queueprint DetrendStackClass 25 echo "DetrendStackClassFail: $DetrendStackClassFail" 24 book listbook DetrendStackClass 26 25 end 27 26 -
branches/eam_branch_00/ippTasks/phase0.pro
r11011 r11012 29 29 30 30 # select images ready for phase0 analysis 31 # new entries are added to queuePhase0Imfiles31 # new entries are added to Phase0Imfiles 32 32 # compare the new list with the ones already selected 33 33 task phase0.imfile.load … … 116 116 # success 117 117 task.exit 0 118 # phase0_imfile.pl updates DB tables, here we just update the queue118 # phase0_imfile.pl updates DB tables, here we just update the page 119 119 book setword Phase0Imfiles $options:0 state DONE 120 120 end … … 216 216 # success 217 217 task.exit 0 218 # phase0exp.pl updates DB tables, here we just update the queue218 # phase0exp.pl updates DB tables, here we just update the page 219 219 book setword Phase0Exposures $options:0 state DONE 220 220 end -
branches/eam_branch_00/ippTasks/phase2.pro
r11011 r11012 117 117 # success 118 118 task.exit 0 119 # phase2.pl updates DB tables, here we just update the queue119 # phase2.pl updates DB tables, here we just update the page 120 120 book setword p2PendingImfile $options:0 state DONE 121 121 end -
branches/eam_branch_00/ippTasks/phase3.pro
r11011 r11012 112 112 # success 113 113 task.exit 0 114 # phase3exp.pl updates DB tables, here we just update the queue114 # phase3exp.pl updates DB tables, here we just update the page 115 115 book setword Phase3Exposures $options:0 state DONE 116 116 end
Note:
See TracChangeset
for help on using the changeset viewer.
