IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2008, 4:21:06 PM (19 years ago)
Author:
eugene
Message:

adding chip/host relationships

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080109/ippTasks/detrend.norm.pro

    r15854 r16149  
    156156    book getword detPendingNormStatImfile $pageName dbname    -var DBNAME
    157157
    158     # specify choice of remote host:
    159     if ($parallel)
    160       host anyhost
    161     else
    162       host local
    163     end
     158    # specify choice of local or remote host based on camera and chip (class_id)
     159    set.host.for.camera $camera FPA
    164160
    165161    if ("$WORKDIR" == "NULL")
     
    278274    book getword detPendingNormImfile $pageName dbname    -var DBNAME
    279275
    280     # specify choice of remote host:
    281     if ($parallel)
    282       host anyhost
    283     else
    284       host local
    285     end
     276    # specify choice of local or remote host based on camera and chip (class_id)
     277    set.host.for.camera $camera $class_id
    286278
    287279    # XXX use ipp_filename.pl to lookup output file names
     
    398390    book getword detPendingNormExp $pageName dbname    -var DBNAME
    399391
    400     # specify choice of remote host:
    401     if ($parallel)
    402       host anyhost
    403     else
    404       host local
    405     end
     392    # specify choice of local or remote host based on camera and chip (class_id)
     393    set.host.for.camera $camera FPA
    406394
    407395    # XXX add $WORKDIR/$LOG_DIR
Note: See TracChangeset for help on using the changeset viewer.