Changeset 13153
- Timestamp:
- May 2, 2007, 2:43:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/warp.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/warp.pro
r12697 r13153 140 140 # look for new images in warpInputExp (state == NULL) 141 141 book getpage warpInputExp 0 -var pageName -key state NULL 142 if ( $pageName == NULL) break142 if ("$pageName" == "NULL") break 143 143 144 144 book setword warpInputExp $pageName state RUN … … 260 260 # look for new images in warpPendingSkyCell (state == NULL) 261 261 book getpage warpPendingSkyCell 0 -var pageName -key state NULL 262 if ( $pageName == NULL) break262 if ("$pageName" == "NULL") break 263 263 264 264 book setword warpPendingSkyCell $pageName state RUN … … 266 266 book getword warpPendingSkyCell $pageName skycell_id -var SKYCELL_ID 267 267 book getword warpPendingSkyCell $pageName tess_id -var TESS_ID 268 book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG269 268 book getword warpPendingSkyCell $pageName camera -var CAMERA 270 269 book getword warpPendingSkyCell $pageName workdir -var WORKDIR
Note:
See TracChangeset
for help on using the changeset viewer.
