- Timestamp:
- Feb 17, 2011, 3:20:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippScripts/scripts/dist_bundle.pl
r30489 r30676 287 287 # we can use the chip mask because disttool demands that magic have been run 288 288 # 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); 290 292 my $mask_resolved = $ipprc->file_resolve($mask); 291 293 my $fh = open_with_retries($mask_resolved);
Note:
See TracChangeset
for help on using the changeset viewer.
