Changeset 24197 for trunk/ippScripts/scripts/magic_destreak.pl
- Timestamp:
- May 15, 2009, 12:22:35 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak.pl
r24174 r24197 176 176 177 177 foreach my $skycell (@$skycells) { 178 print $sfh "$skycell->{uri}\n" 178 my $skycell_uri = $ipprc->filename("PPSUB.OUTPUT", $skycell->{path_base}); 179 print $sfh "$skycell_uri\n"; 179 180 } 180 181 close $sfh; 181 182 } 182 183 } 183 184 my $image = $uri;185 184 186 185 my ($image, $mask, $ch_mask, $weight, $astrom);
Note:
See TracChangeset
for help on using the changeset viewer.
