IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2011, 3:20:07 PM (15 years ago)
Author:
eugene
Message:

merge changes from the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippScripts/scripts/dist_bundle.pl

    r30489 r30676  
    287287        # we can use the chip mask because disttool demands that magic have been run
    288288        # and so the camera mask and the chip mask are the same
    289         $mask = $ipprc->filename("PPIMAGE.CHIP.MASK", $chip_path_base, $component);
     289        #$mask = $ipprc->filename("PPIMAGE.CHIP.MASK", $chip_path_base, $component);
     290        # XXX: hack the pending query passes in the camera path base
     291        $mask = $ipprc->filename("PSASTRO.OUTPUT.MASK", $chip_path_base, $component);
    290292        my $mask_resolved = $ipprc->file_resolve($mask);
    291293        my $fh = open_with_retries($mask_resolved);
Note: See TracChangeset for help on using the changeset viewer.