Changeset 24191 for trunk/ippScripts/scripts/ipp_mops_translate.pl
- Timestamp:
- May 14, 2009, 5:01:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_mops_translate.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_mops_translate.pl
r24190 r24191 78 78 check_fitsio($status); 79 79 80 # Plate scales81 my $cdelt1 = $$inHeader{'CDELT1'} or die("Can't find CDELT1");82 my $cdelt2 = $$inHeader{'CDELT2'} or die("Can't find CDELT2");83 84 80 # Read table data 85 81 $inFits->movnam_hdu(BINARY_TBL, $extname, 0, $status) and check_fitsio($status); … … 109 105 } 110 106 107 # Plate scales 108 #my $cdelt1 = $$inHeader{'CDELT1'} or die("Can't find CDELT1"); 109 #my $cdelt2 = $$inHeader{'CDELT2'} or die("Can't find CDELT2"); 110 ### XXX WCS wasn't being set in inverse diffs, but it's available elsewhere 111 my $cdelt1 = $$scale[0] / 3600; 112 my $cdelt2 = $$scale[1] / 3600; 111 113 112 114 # Parse the list of columns
Note:
See TracChangeset
for help on using the changeset viewer.
