Changeset 17434
- Timestamp:
- Apr 10, 2008, 9:39:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080408/ippScripts/scripts/warp_skycell.pl
r16753 r17434 137 137 my ($astromFile, $astromName) = tempfile( "$outrootResolved.astrom.list.XXXX", UNLINK => !$save_temps); 138 138 139 my $wrote_astrom = 0; 139 140 foreach my $imfile (@$imfiles) { 140 141 my $image = $imfile->{uri}; # Image name … … 159 160 print $maskFile "$mask\n"; 160 161 print $weightFile "$weight\n"; 161 print $astromFile "$astrom\n"; 162 163 if (!$wrote_astrom) { 164 print $astromFile "$astrom\n"; 165 # XXX simplify this? only ever have one file for astrometry (must be MEF) 166 if ($astromSource eq 'PSASTRO.OUTPUT.MEF') { 167 $wrote_astrom = 1; 168 } 169 } 162 170 } 163 171 close $imageFile;
Note:
See TracChangeset
for help on using the changeset viewer.
