Changeset 21231
- Timestamp:
- Jan 29, 2009, 4:53:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/ippScripts/scripts/warp_skycell.pl
r21228 r21231 147 147 my $mask = $ipprc->filename("PSASTRO.OUTPUT.MASK", $imfile->{cam_path_base}, $imfile->{class_id}); # Mask name 148 148 if (!$ipprc->file_exists($mask)) { 149 print "Celestial mask $mask not found, using basic mask\n";150 $mask = $ipprc->filename("PPIMAGE.CHIP.MASK", $imfile->{chip_path_base}, $imfile->{class_id}); # Mask name151 &my_die("Couldn't find input file: $mask", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($mask);149 print "Celestial mask $mask not found, using basic mask\n"; 150 $mask = $ipprc->filename("PPIMAGE.CHIP.MASK", $imfile->{chip_path_base}, $imfile->{class_id}); # Mask name 151 &my_die("Couldn't find input file: $mask", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($mask); 152 152 } 153 153 … … 183 183 $command .= " -list $imageName"; 184 184 $command .= " -masklist $maskName"; 185 $command .= " - weightlist $weightName";185 $command .= " -variancelist $weightName"; 186 186 $command .= " -astromlist $astromName"; 187 187 $command .= " $outroot $skyFile";
Note:
See TracChangeset
for help on using the changeset viewer.
