Changeset 11253 for trunk/psModules/src/astrom
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (20 years ago)
- Location:
- trunk/psModules/src/astrom
- Files:
-
- 4 edited
-
pmAstrometryDistortion.h (modified) (2 diffs)
-
pmAstrometryObjects.h (modified) (2 diffs)
-
pmAstrometryUtils.h (modified) (2 diffs)
-
pmAstrometryWCS.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.h
r7152 r11253 1 /** @file pmAstrometryDistortion.h 2 * 3 * @brief This file defines the basic types for measuring and fitting the focal-plane distortion. 4 * 5 * @ingroup AstroImage 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-19 15:39:53 $ 11 * 12 * Copyright 2006 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmAstrometryDistortion.h 2 * @brief This file defines the basic types for measuring and fitting the focal-plane distortion. 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_ASTROMETRY_DISTORTION_H 16 12 #define PM_ASTROMETRY_DISTORTION_H 13 14 /// @addtogroup Astrometry 15 /// @{ 17 16 18 17 /* The following data structure carries the information about the residual … … 56 55 psMetadata *config); 57 56 57 /// @} 58 58 #endif // PM_ASTROMETRY_DISTORTION_H -
trunk/psModules/src/astrom/pmAstrometryObjects.h
r10829 r11253 1 /** @file pmAstrometryObjects.h 2 * 3 * @brief This file defines the basic types for matching objects 4 * based on their astrometry. 5 * 6 * @ingroup AstroImage 7 * 8 * @author EAM, IfA 9 * 10 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-12-25 01:49:49 $ 12 * 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 */ 1 /* @file pmAstrometryObjects.h 2 * @brief basic matching of objects based on their astrometry. 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 */ 15 10 16 11 #ifndef PM_ASTROMETRY_OBJECTS_H 17 12 #define PM_ASTROMETRY_OBJECTS_H 13 14 /// @addtogroup Astrometry 15 /// @{ 18 16 19 17 /* … … 345 343 ); 346 344 345 /// @} 347 346 #endif // PM_ASTROMETRY_OBJECTS_H -
trunk/psModules/src/astrom/pmAstrometryUtils.h
r10870 r11253 1 /** @file pmAstrometryUtils.h 2 * 3 * @brief utility functions for transform and distort functions 4 * 5 * @ingroup Astrometry 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-01 21:04:38 $ 11 * 12 * Copyright 2006 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmAstrometryUtils.h 2 * @brief utility functions for transform and distort functions 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_ASTROMETRY_UTILS_H 16 12 #define PM_ASTROMETRY_UTILS_H 13 14 /// @addtogroup Astrometry 15 /// @{ 17 16 18 17 psPlane *psPlaneTransformGetCenter (psPlaneTransform *trans, double tol); … … 25 24 bool psPlaneDistortIsDiagonal (psPlaneDistort *distort); 26 25 26 /// @} 27 27 #endif -
trunk/psModules/src/astrom/pmAstrometryWCS.h
r10874 r11253 1 /** @file pmAstrometryDistortion.h 2 * 3 * @brief functions to convert FITS WCS keywords to / from pmFPA structures 4 * 5 * @ingroup Astrometry 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-01 21:05:59 $ 11 * 12 * Copyright 2006 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmAstrometryDistortion.h 2 * @brief functions to convert FITS WCS keywords to / from pmFPA structures 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_ASTROMETRY_WCS_H 16 12 #define PM_ASTROMETRY_WCS_H 13 14 /// @addtogroup Astrometry 15 /// @{ 17 16 18 17 #define PM_ASTROM_WCS_TYPE_SIZE 80 … … 70 69 # define PM_RAD_DEG 0.017453292519943 71 70 71 /// @} 72 72 #endif // PM_ASTROMETRY_WCS_H 73 73
Note:
See TracChangeset
for help on using the changeset viewer.
