- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/summit.copy.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippTasks/summit.copy.pro
r31854 r33415 29 29 # list of pzDownloadExps that have completed downloading 30 30 book init pzPendingAdvance 31 32 macro copy.status 33 book listbook pzPendingImfile 34 end 31 35 32 36 macro copy.on … … 442 446 # this function uses workdir_template, default_host, volume_template, volume_default, 443 447 # it sets workdir and volume 444 set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base 448 449 # Look to see if we have a stare type observation, and redirect it to an appropriate host 450 substr $EXP_NAME 10 1 EXPTYPE_KEY 451 if ("$EXPTYPE_KEY" == "a") 452 if ($NEBULOUS == 1) 453 $workdir_template = neb://@HOST@.1 454 end 455 set.workdir.by.camera STARE $CLASS_ID $workdir_template $default_host workdir_base 456 else 457 if ($NEBULOUS == 1) 458 $workdir_template = neb://@HOST@.0 459 end 460 set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base 461 end 445 462 446 463 # figure out filename
Note:
See TracChangeset
for help on using the changeset viewer.
