Changeset 11251
- Timestamp:
- Jan 23, 2007, 3:05:41 PM (19 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 8 edited
-
concepts/pmConceptsPhotcode.h (modified) (2 diffs)
-
config (modified) (1 prop)
-
config/.cvsignore (modified) (1 diff)
-
config/pmConfig.h (modified) (2 diffs)
-
config/pmConfigCamera.h (modified) (2 diffs)
-
config/pmConfigRecipes.h (modified) (2 diffs)
-
config/pmVersion.h (modified) (2 diffs)
-
sky/pmWarpMap.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsPhotcode.h
r11144 r11251 1 /// @file pmConceptsPhotcode.h 2 /// 3 /// @brief Generate a photcode from the concepts 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Eugene Magnier, IfA 8 /// 9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2007-01-19 01:19:34 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmConceptsPhotcode.h 2 * @brief Generate a photcode from the concepts 3 * 4 * @author Eugene Magnier, IfA 5 * 6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 01:05:41 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_CONCEPTS_PHOTCODE_H 16 12 #define PM_CONCEPTS_PHOTCODE_H 13 14 /// @addtogroup Concepts Data Abstraction Concepts 15 /// @{ 17 16 18 17 #include <pslib.h> … … 28 27 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view); 29 28 29 /// @} 30 30 # endif -
trunk/psModules/src/config
- Property svn:ignore
-
old new 5 5 *.la 6 6 *.lo 7 pmErrorCodes.c 8 pmErrorCodes.h
-
- Property svn:ignore
-
trunk/psModules/src/config/.cvsignore
r5309 r11251 5 5 *.la 6 6 *.lo 7 pmErrorCodes.c 8 pmErrorCodes.h -
trunk/psModules/src/config/pmConfig.h
r11245 r11251 1 /// @file pmConfig.h 2 /// 3 /// @brief Configuration functions 4 /// 5 /// @ingroup Config 6 /// 7 /// @author ?, MHPCC 8 /// @author Paul Price, IfA 9 /// @author Eugene Magnier, IfA 10 /// 11 /// @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2007-01-23 03:19:43 $ 13 /// 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 15 /// 1 /* @file pmConfig.h 2 * @brief Configuration functions 3 * 4 * @author Paul Price, IfA 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 01:05:41 $ 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 */ 16 11 17 12 #ifndef PM_CONFIG_H 18 13 #define PM_CONFIG_H 14 15 /// @addtogroup Config Configuration System 16 /// @{ 19 17 20 18 /// Sources for recipes. … … 163 161 ); 164 162 165 163 /// @} 166 164 #endif -
trunk/psModules/src/config/pmConfigCamera.h
r10965 r11251 1 /* @file pmConfigCamera.h 2 * @brief Camera Configuration functions 3 * 4 * @author Paul Price, IfA 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 01:05:41 $ 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 */ 11 1 12 #ifndef PM_CONFIG_CAMERA_H 2 13 #define PM_CONFIG_CAMERA_H 14 15 /// @addtogroup Config Configuration System 16 /// @{ 3 17 4 18 #include <pslib.h> … … 13 27 ); 14 28 15 29 /// @} 16 30 #endif -
trunk/psModules/src/config/pmConfigRecipes.h
r10436 r11251 1 /// @file pmConfig.h 2 /// 3 /// @brief Configuration functions 4 /// 5 /// @ingroup Config 6 /// 7 /// @author ?, MHPCC 8 /// @author Paul Price, IfA 9 /// @author Eugene Magnier, IfA 10 /// 11 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-12-04 21:38:08 $ 13 /// 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 15 /// 1 /* @file pmConfigRecipes.h 2 * @brief Configuration Recipe functions 3 * 4 * @author ?, MHPCC 5 * @author Paul Price, IfA 6 * @author Eugene Magnier, IfA 7 * 8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-24 01:05:41 $ 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 */ 16 12 17 13 #ifndef PM_CONFIG_RECIPES_H 18 14 #define PM_CONFIG_RECIPES_H 15 16 /// @addtogroup Config Configuration System 17 /// @{ 19 18 20 19 /// Read recipes … … 31 30 psMetadata *pmConfigRecipeOptions (pmConfig *config, char *recipe); 32 31 32 /// @} 33 33 #endif -
trunk/psModules/src/config/pmVersion.h
r10289 r11251 1 /* @file pmVersion.h 2 * @brief Version functions 3 * 4 * @author Paul Price, IfA 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 01:05:41 $ 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 */ 11 1 12 #ifndef PM_VERSION_H 2 13 #define PM_VERSION_H 14 15 /// @addtogroup Config Configuration System 16 /// @{ 3 17 4 18 #include <pslib.h> … … 23 37 24 38 39 /// @} 25 40 #endif -
trunk/psModules/src/sky/pmWarpMap.h
r11039 r11251 1 /* @file pmWarpMap.h 2 * @brief Warp Map Manipulation functions 3 * 4 * @author Paul Price, IfA 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 01:05:41 $ 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 */ 11 1 12 #ifndef PM_WARP_MAP_H 2 13 #define PM_WARP_MAP_H 14 15 /// @addtogroup Sky 16 /// @{ 3 17 4 18 // a single pmWarpMap converts coordinates from one image to a second image … … 71 85 int ix, int iy 72 86 ); 73 74 87 /// @} 75 88 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
