Changeset 27926 for trunk/ippTasks/warp.pro
- Timestamp:
- May 12, 2010, 10:23:55 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/warp.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/warp.pro
r27620 r27926 314 314 book getword warpPendingSkyCell $pageName camera -var CAMERA 315 315 book getword warpPendingSkyCell $pageName workdir -var WORKDIR_TEMPLATE 316 book getword warpPendingSkyCell $pageName path-base -var PATH_BASE 316 317 book getword warpPendingSkyCell $pageName dbname -var DBNAME 317 318 # XXX change tess_id to tess_dir when schema is changed … … 331 332 set.workdir.by.skycell $SKYCELL_ID $WORKDIR_TEMPLATE $default_host WORKDIR 332 333 333 ## generate outroot specific to this exposure 334 sprintf outroot "%s/%s/%s.wrp.%s.%s" $WORKDIR $EXP_TAG $EXP_TAG $WARP_ID $SKYCELL_ID 334 if ("$PATH_BASE" == "NULL") 335 ## generate outroot specific to this exposure 336 sprintf outroot "%s/%s/%s.wrp.%s.%s" $WORKDIR $EXP_TAG $EXP_TAG $WARP_ID $SKYCELL_ID 337 else 338 $outroot = $PATH_BASE 339 end 335 340 336 341 stdout $LOGDIR/warp.skycell.log
Note:
See TracChangeset
for help on using the changeset viewer.
