Changeset 29561 for trunk/ippTasks
- Timestamp:
- Oct 26, 2010, 8:39:32 AM (16 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
destreak.cleanup.pro (modified) (2 diffs)
-
destreak.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/destreak.cleanup.pro
r29250 r29561 50 50 periods -timeout 20 51 51 npending 1 52 active false53 52 54 53 stdout NULL … … 105 104 periods -exec $RUNEXEC 106 105 periods -timeout 60 107 active false108 106 109 107 task.exec -
trunk/ippTasks/destreak.pro
r29502 r29561 185 185 book getword magicToDS $pageName exp_id -var EXP_ID 186 186 book getword magicToDS $pageName magic_ds_id -var MAGIC_DS_ID 187 book getword magicToDS $pageName state -var RUN_STATE 187 188 book getword magicToDS $pageName camera -var CAMERA 188 189 book getword magicToDS $pageName streaks_uri -var STREAKS … … 215 216 # TODO: do not add recoveryroot or replace if they are null or zero 216 217 217 $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --streaks_path_base $STREAKS_PATH_BASE --inv_streaks_path_base $INV_STREAKS_PATH_BASE --streaks $STREAKS --inv_streaks $INV_STREAKS --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --uri $URI --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --cam_reduction $CAM_REDUCTION --outroot $OUTROOT --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE --magicked $MAGICKED 218 $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --streaks_path_base $STREAKS_PATH_BASE --inv_streaks_path_base $INV_STREAKS_PATH_BASE --streaks $STREAKS --inv_streaks $INV_STREAKS --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --uri $URI --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --cam_reduction $CAM_REDUCTION --outroot $OUTROOT --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE --magicked $MAGICKED --run-state $RUN_STATE 218 219 219 220 add_standard_args run … … 390 391 book getword magicDSToRevert $pageName camera -var CAMERA 391 392 book getword magicDSToRevert $pageName stage -var STAGE 393 book getword magicDSToRevert $pageName state -var RUN_STATE 392 394 book getword magicDSToRevert $pageName stage_id -var STAGE_ID 393 395 book getword magicDSToRevert $pageName component -var COMPONENT … … 414 416 end 415 417 416 $run = magic_destreak_revert.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --cam_reduction $CAM_REDUCTION --outroot $OUTROOT --logfile $logfile --replace $REPLACE --bothways $BOTHWAYS --magicked $MAGICKED 418 $run = magic_destreak_revert.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --cam_reduction $CAM_REDUCTION --outroot $OUTROOT --logfile $logfile --replace $REPLACE --bothways $BOTHWAYS --magicked $MAGICKED --run-state $RUN_STATE 417 419 418 420 add_standard_args run
Note:
See TracChangeset
for help on using the changeset viewer.
