Changeset 24691 for trunk/ippScripts/scripts/magic_destreak.pl
- Timestamp:
- Jul 6, 2009, 4:24:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
r24687 r24691 194 194 } 195 195 196 my ($image, $mask, $ch_mask, $weight, $astrom );196 my ($image, $mask, $ch_mask, $weight, $astrom, $sources); 197 197 198 198 if ($stage eq "raw") { … … 211 211 $mask = $ipprc->filename("PSWARP.OUTPUT.MASK", $path_base); 212 212 $weight = $ipprc->filename("PSWARP.OUTPUT.VARIANCE", $path_base); 213 $sources = $ipprc->filename("PSWARP.OUTPUT.SOURCES", $path_base); 213 214 } elsif ($stage eq "diff") { 214 215 my $name = $inverse ? "PPSUB.INVERSE" : "PPSUB.OUTPUT"; # Base name for images … … 216 217 $mask = $ipprc->filename("$name.MASK", $path_base); 217 218 $weight = $ipprc->filename("$name.VARIANCE", $path_base); 219 $sources = $ipprc->filename("PPSUB.OUTPUT.SOURCES", $path_base); 218 220 } 219 221 … … 227 229 $command .= " -chip_mask $ch_mask" if defined $ch_mask; 228 230 $command .= " -weight $weight" if defined $weight; 231 $command .= " -sources $sources" if defined $sources; 229 232 $command .= " -skycelllist $skycell_list" if defined $skycell_list; 230 233 $command .= " -replace" if $replace;
Note:
See TracChangeset
for help on using the changeset viewer.
