Changeset 19306
- Timestamp:
- Sep 2, 2008, 9:05:33 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryWCS.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.c
r17036 r19306 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-0 3-18 18:38:14$9 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-09-02 19:05:33 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 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, "ZNAXIS1"); 99 Ny = psMetadataLookupS32 (&status2, header, "ZNAXIS2"); 100 } 101 96 102 if (!status1 || !status2) { 97 103 psFree (wcs);
Note:
See TracChangeset
for help on using the changeset viewer.
