- Timestamp:
- Jan 11, 2012, 11:19:21 PM (15 years ago)
- Location:
- branches/meh_branches/ppsub_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/summit.copy.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppsub_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppsub_test/ippTasks/summit.copy.pro
r31854 r33098 442 442 # this function uses workdir_template, default_host, volume_template, volume_default, 443 443 # it sets workdir and volume 444 set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base 444 445 # Look to see if we have a stare type observation, and redirect it to an appropriate host 446 substr $EXP_NAME 10 1 EXPTYPE_KEY 447 if ("$EXPTYPE_KEY" == "a") 448 if ($NEBULOUS == 1) 449 $workdir_template = neb://@HOST@.1 450 end 451 set.workdir.by.camera STARE $CLASS_ID $workdir_template $default_host workdir_base 452 else 453 if ($NEBULOUS == 1) 454 $workdir_template = neb://@HOST@.0 455 end 456 set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base 457 end 445 458 446 459 # figure out filename
Note:
See TracChangeset
for help on using the changeset viewer.
