Changeset 16174 for trunk/ippTasks/summit.copy.pro
- Timestamp:
- Jan 21, 2008, 8:14:27 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/summit.copy.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/summit.copy.pro
r16173 r16174 6 6 # pztool -adddatastore -inst gpc1 -telescope ps1 -uri http://conductor/ds/gpc1/index.txt 7 7 # pztool -adddatastore -inst allskycam -telescope ps1 -uri http://otis1.ifa.hawaii.edu/ds/allskycam/index.txt 8 9 # NOTE: workdir / volume mangling and nebulous. these tasks copy the 10 # imfiles from the summit, placing the output files in a directory 11 # which is based on the chip/host relationship. If nebulous is being 12 # used, the volume name is set based on the host; if nebulous is not 13 # being used, the workdir is set to include the host name. The copy 14 # operation is targetted to the same host by pcontrol. The value of 15 # workdir is set to be a template into which the appropriate value of 16 # @HOST@ may be substituted in later scripts. 8 17 9 18 # the templates are used if we have a class_id/host relationship; if none is found, the default values are used … … 282 291 # XXXX this filename needs to use nebulous names 283 292 $FILENAME = $workdir/$CAMERA/$YEAR/$MONTH/$DAY/$EXP_NAME/$EXP_NAME.$CLASS_ID.fits 284 $FILEROOT = $workdir /$CAMERA/$YEAR/$MONTH/$DAY/$EXP_NAME/$EXP_NAME.$CLASS_ID293 $FILEROOT = $workdir_template/$CAMERA/$YEAR/$MONTH/$DAY 285 294 286 295 book setword pzPendingImfile $pageName filename $FILENAME
Note:
See TracChangeset
for help on using the changeset viewer.
