IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippTasks/summit.copy.pro

    r32446 r33638  
    2929# list of pzDownloadExps that have completed downloading
    3030book init pzPendingAdvance
     31
     32macro copy.status
     33    book listbook pzPendingImfile
     34end
    3135
    3236macro copy.on
     
    446450        substr $EXP_NAME 10 1 EXPTYPE_KEY
    447451        if ("$EXPTYPE_KEY" == "a")
     452          if ($NEBULOUS == 1)
     453            $workdir_template = neb://@HOST@.1
     454          end
    448455          set.workdir.by.camera STARE $CLASS_ID $workdir_template $default_host workdir_base
    449456        else
     457          if ($NEBULOUS == 1)
     458            $workdir_template = neb://@HOST@.0
     459          end
    450460          set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base
    451461        end
Note: See TracChangeset for help on using the changeset viewer.