IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29574


Ignore:
Timestamp:
Oct 26, 2010, 3:35:10 PM (16 years ago)
Author:
bills
Message:

fixes to support staticsky stage

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r28893 r29574  
    7171    } elsif ($stage eq "chip_bg" or $stage = "warp_bg") {
    7272        $tool_name = "bgtool";
     73    } elsif ($stage eq "sky") {
     74        $tool_name = "staticskytool";
    7375    } else {
    7476        $tool_name = "${stage}tool";
  • trunk/ippScripts/scripts/receive_file.pl

    r28893 r29574  
    208208        $stage = 'stack';
    209209        $comp_name = 'skycell_id';
     210    } elsif ($runType eq 'staticskyRun') {
     211        $stage = 'sky';
     212        # XXX: This should be skycell, but the distribution code uses exposure
     213        $comp_name = 'exposure';
     214        $current_component = $comp_name;
    210215    } else {
    211216        &my_die( "unexpected run type line found in $filename: $runType\n", $file_id, $PS_EXIT_UNKNOWN_ERROR);
     
    245250                $new_value = basename($value);
    246251            } elsif ((($name eq 'uri') or ($name eq 'path_base')) and ($value ne 'NULL')) {
    247                 &my_die( "$component_dir is null and we need it for $name",
     252                &my_die( "component_dir is null and we need it for $name",
    248253                        $file_id, $PS_EXIT_PROG_ERROR) if !$component_dir;
    249254
Note: See TracChangeset for help on using the changeset viewer.