Changeset 5681 for trunk/psModules/src/astrom
- Timestamp:
- Dec 5, 2005, 11:28:55 AM (21 years ago)
- Location:
- trunk/psModules/src/astrom
- Files:
-
- 2 edited
-
pmAstrometry.c (modified) (3 diffs)
-
pmAstrometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometry.c
r5674 r5681 13 13 * XXX: Should we implement non-linear cell->chip transforms? 14 14 * 15 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-12-05 2 0:49:30$15 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-12-05 21:28:55 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 602 602 603 603 I'm guessing the p_psProject() and p_psDeproject() functions have bugs. 604 605 XXX: It appears that p_psProject() and p_psDeproject() have been fixed. 606 Remove this. 604 607 *****************************************************************************/ 605 608 psSphere* XXXDeproject( … … 628 631 PS_ASSERT_PTR_NON_NULL(projection, NULL); 629 632 630 psSphere *rc = XXXDeproject(outSphere, tpCoord, projection); 633 // psSphere *rc = XXXDeproject(outSphere, tpCoord, projection); 634 psSphere *rc = p_psDeproject(outSphere, tpCoord, projection); 631 635 if (rc == NULL) { 632 636 psLogMsg(__func__, PS_LOG_WARN, "WARNING: could not transform tangent plane coords to sky coords.\n"); -
trunk/psModules/src/astrom/pmAstrometry.h
r5543 r5681 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-1 1-18 19:43:14$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-12-05 21:28:55 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 /// @{ 26 26 27 // XXXX: This is incorrect. Must determine what p_pmHDU is. 27 // XXX: Is this correct? Must determine what p_pmHDU is. 28 // XXX: Create the p_pmHDU alloc/free. 28 29 typedef struct 29 30 { 30 int what; 31 const char *extname; // Extension name, if it corresponds to this level 32 psArray *pixels; // The pixel data, if it corresponds to this level 33 psMetadata *header; // The FITS header, if it corresponds to this level 31 34 } 32 35 p_pmHDU;
Note:
See TracChangeset
for help on using the changeset viewer.
