IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28893


Ignore:
Timestamp:
Aug 11, 2010, 9:08:40 AM (16 years ago)
Author:
bills
Message:

updates for new background stages

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/receive_advance.pl

    r27954 r28893  
    6969    } elsif ($stage eq "camera") {
    7070        $tool_name = "camtool";
     71    } elsif ($stage eq "chip_bg" or $stage = "warp_bg") {
     72        $tool_name = "bgtool";
    7173    } else {
    7274        $tool_name = "${stage}tool";
  • trunk/ippScripts/scripts/receive_file.pl

    r27718 r28893  
    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.