Changeset 24052 for trunk/psModules/src/astrom/pmAstrometryWCS.c
- Timestamp:
- May 3, 2009, 3:32:24 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryWCS.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.c
r24048 r24052 94 94 int Nx = psMetadataLookupS32 (&status1, header, "NAXIS1"); 95 95 int Ny = psMetadataLookupS32 (&status2, header, "NAXIS2"); 96 97 if (!status1 || !status2) { 98 Nx = psMetadataLookupS32 (&status1, header, "IMNAXIS1"); 99 Ny = psMetadataLookupS32 (&status2, header, "IMNAXIS2"); 100 } 96 101 97 102 if (!status1 || !status2) {
Note:
See TracChangeset
for help on using the changeset viewer.
