IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2010, 6:52:05 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippScripts/scripts/receive_file.pl

    r27718 r28981  
    183183        $stage = 'raw';
    184184        $comp_name = 'class_id';
     185    } elsif ($runType eq 'chipBackgroundRun') {
     186        $stage = 'chip_bg';
     187        $comp_name = 'class_id';
    185188    } elsif ($runType eq 'chipRun') {
    186189        $stage = 'chip';
     
    195198    } elsif ($runType eq 'warpRun') {
    196199        $stage = 'warp';
     200        $comp_name = 'skycell_id';
     201    } elsif ($runType eq 'warpBackgroundRun') {
     202        $stage = 'warp_bg';
    197203        $comp_name = 'skycell_id';
    198204    } elsif ($runType eq 'diffRun') {
Note: See TracChangeset for help on using the changeset viewer.