IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2011, 12:09:12 PM (15 years ago)
Author:
watersc1
Message:

Modifications to allocate stare images to stare nodes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/summit.copy.pro

    r32446 r32856  
    446446        substr $EXP_NAME 10 1 EXPTYPE_KEY
    447447        if ("$EXPTYPE_KEY" == "a")
     448          if ($NEBULOUS == 1)
     449            $workdir_template = neb://@HOST@.1
     450          end
    448451          set.workdir.by.camera STARE $CLASS_ID $workdir_template $default_host workdir_base
    449452        else
     453          if ($NEBULOUS == 1)
     454            $workdir_template = neb://@HOST@.0
     455          end
    450456          set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base
    451457        end
Note: See TracChangeset for help on using the changeset viewer.