IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2008, 3:59:25 PM (18 years ago)
Author:
eugene
Message:

merging changes from eam_branch_20080109: adding workdir/volume mangling and chip/hostname relationships

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.process.pro

    r14693 r16173  
    147147    book getword detPendingProcessedImfile $pageName reduction -var REDUCTION
    148148
    149     # specify choice of remote host:
    150     if ($parallel)
    151       host anyhost
    152     else
    153       host local
    154     end
     149    # specify choice of local or remote host based on camera and chip (class_id)
     150    set.host.for.camera $camera $class_id
    155151
    156152    ## output log filename
     
    276272    book getword detPendingProcessedExp $pageName dbname    -var DBNAME
    277273
    278     # specify choice of remote host:
    279     if ($parallel)
    280       host anyhost
    281     else
    282       host local
    283     end
     274    # specify choice of local or remote host based on camera and chip (class_id)
     275    set.host.for.camera $camera FPA
    284276
    285277    # XXX push this into the filerules?
Note: See TracChangeset for help on using the changeset viewer.