Changeset 23430 for trunk/ippTasks
- Timestamp:
- Mar 19, 2009, 12:01:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/warp.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/warp.pro
r23230 r23430 289 289 book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG 290 290 book getword warpPendingSkyCell $pageName state -var RUN_STATE 291 book getword warpPendingSkyCell $pageName magicked -var CHIP_MAGICKED 292 if ("$CHIP_MAGICKED" == "T") 293 $MAGICKED_ARG = "-magicked" 294 else 295 $MAGICKED_ARG = "" 296 end 297 291 298 292 299 # set the host and workdir based on the skycell hash … … 300 307 stderr $LOGDIR/warp.skycell.log 301 308 302 $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --warp_skyfile_id $WARP_SKYFILE_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE 309 $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --warp_skyfile_id $WARP_SKYFILE_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE $MAGICKED_ARG 303 310 add_standard_args run 304 311
Note:
See TracChangeset
for help on using the changeset viewer.
