Changeset 27946 for trunk/ippTasks
- Timestamp:
- May 13, 2010, 10:56:50 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/destreak.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/destreak.pro
r27879 r27946 214 214 book getword magicToDS $pageName recoveryroot -var RECROOT 215 215 book getword magicToDS $pageName re_place -var REPLACE 216 book getword magicToDS $pageName magicked -var MAGICKED 216 217 book getword magicToDS $pageName dbname -var DBNAME 217 218 … … 228 229 # TODO: do not add recoveryroot or replace if they are null or zero 229 230 230 $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --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 231 $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --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 231 232 232 233 add_standard_args run … … 414 415 book getword magicDSToRevert $pageName re_place -var REPLACE 415 416 book getword magicDSToRevert $pageName bothways -var BOTHWAYS 417 book getword magicDSToRevert $pageName magicked -var MAGICKED 416 418 book getword magicDSToRevert $pageName dbname -var DBNAME 417 419 … … 426 428 end 427 429 428 $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 430 $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 429 431 430 432 add_standard_args run
Note:
See TracChangeset
for help on using the changeset viewer.
