Changeset 11253 for trunk/psModules/src/camera
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 22 edited
-
pmFPA.h (modified) (2 diffs)
-
pmFPAConstruct.h (modified) (2 diffs)
-
pmFPACopy.h (modified) (2 diffs)
-
pmFPAExtent.h (modified) (2 diffs)
-
pmFPAFlags.h (modified) (2 diffs)
-
pmFPAHeader.h (modified) (2 diffs)
-
pmFPALevel.h (modified) (2 diffs)
-
pmFPAMaskWeight.h (modified) (2 diffs)
-
pmFPAMosaic.h (modified) (2 diffs)
-
pmFPARead.h (modified) (2 diffs)
-
pmFPAUtils.h (modified) (2 diffs)
-
pmFPAWrite.h (modified) (2 diffs)
-
pmFPA_JPEG.h (modified) (2 diffs)
-
pmFPA_MANAPLOT.h (modified) (2 diffs)
-
pmFPAfile.h (modified) (2 diffs)
-
pmFPAfileDefine.h (modified) (2 diffs)
-
pmFPAfileFitsIO.h (modified) (2 diffs)
-
pmFPAfileIO.h (modified) (2 diffs)
-
pmFPAview.h (modified) (2 diffs)
-
pmHDU.h (modified) (2 diffs)
-
pmHDUGenerate.h (modified) (2 diffs)
-
pmHDUUtils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.h
r10826 r11253 1 /// @file pmFPA.h 2 /// 3 /// @brief Defines the focal plane hierarchy, along with functions for interacting with it 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author George Gusciora, MHPCC 8 /// @author Paul Price, IfA 9 /// @author Eugene Magnier, IfA 10 /// 11 /// @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-12-22 21:23:36 $ 13 /// 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 15 /// 1 /* @file pmFPA.h 2 * @brief Defines the focal plane hierarchy, along with functions for interacting with it 3 * 4 * @author George Gusciora, MHPCC 5 * @author Paul Price, IfA 6 * @author Eugene Magnier, IfA 7 * 8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-24 02:54:14 $ 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 */ 16 12 17 13 #ifndef PM_FPA_H 18 14 #define PM_FPA_H 15 16 /// @addtogroup Camera Camera Layout 17 /// @{ 19 18 20 19 #include <pslib.h> … … 184 183 bool pmFPACheckParents(pmFPA *fpa ///< FPA to check 185 184 ); 186 187 185 /// @} 188 186 #endif // #ifndef PM_FPA_H -
trunk/psModules/src/camera/pmFPAConstruct.h
r11216 r11253 1 /// @file pmFPAConstruct.h 2 /// 3 /// @brief Functions to create an FPA, and add data sources to it. 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2007-01-20 04:24:42 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPAConstruct.h 2 * @brief Functions to create an FPA, and add data sources to it. 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_CONSTRUCT_H 16 12 #define PM_FPA_CONSTRUCT_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 #include <pslib.h> … … 62 61 bool concepts ///< Print concepts? 63 62 ); 64 63 /// @} 65 64 #endif -
trunk/psModules/src/camera/pmFPACopy.h
r9589 r11253 1 /// @file pmFPACopy.h 2 /// 3 /// @brief Functions to copy FPA components. 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-17 01:16:17 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPACopy.h 2 * @brief Functions to copy FPA components. 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_COPY_H 16 12 #define PM_FPA_COPY_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 /// Copy an FPA and components, including the pixels, to a different representation of the same camera … … 73 72 int xBin, int yBin ///< Binning factors in x and y 74 73 ); 75 76 74 /// @} 77 75 #endif -
trunk/psModules/src/camera/pmFPAExtent.h
r11124 r11253 1 /* @file pmPFAExtent.h 2 * 3 * @author Paul Price, IfA 4 * 5 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-01-24 02:54:14 $ 7 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 8 */ 9 1 10 #ifndef PM_FPA_EXTENT_H 2 11 #define PM_FPA_EXTENT_H 12 13 /// @addtogroup Camera Camera Layout 14 /// @{ 3 15 4 16 /// Return the extent of a readout … … 26 38 ); 27 39 28 40 /// @} 29 41 #endif -
trunk/psModules/src/camera/pmFPAFlags.h
r9621 r11253 1 /// @file pmFPAFlags.h 2 /// 3 /// @brief Functions for setting and checking the status flags within the FPA hierarchy 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author George Gusciora, 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-10-18 02:29:15 $ 13 /// 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 15 /// 1 /* @file pmFPAFlags.h 2 * @brief Functions for setting and checking the status flags within the FPA hierarchy 3 * 4 * @author George Gusciora, 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 02:54:14 $ 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 */ 16 12 17 13 #ifndef PM_FPA_FLAGS_H 18 14 #define PM_FPA_FLAGS_H 15 16 /// @addtogroup Camera Camera Layout 17 /// @{ 19 18 20 19 #include "pmFPA.h" … … 98 97 int cellNum ///< Cell number to exclude 99 98 ); 100 101 99 /// @} 102 100 #endif -
trunk/psModules/src/camera/pmFPAHeader.h
r9592 r11253 1 /// @file pmFPAHeader.h 2 /// 3 /// @brief Functions read FITS headers for FPA components 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-17 01:29:02 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPAHeader.h 2 * @brief Functions read FITS headers for FPA components 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_HEADER_H 16 12 #define PM_FPA_HEADER_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 /// Read the FITS header (and ingest concepts) for an FPA, if it exists at this level … … 39 38 psFits *fits ///< FITS file handle 40 39 ); 41 40 /// @} 42 41 #endif -
trunk/psModules/src/camera/pmFPALevel.h
r9621 r11253 1 /// @file pmFPALevel.h 2 /// 3 /// @brief Defines enum and string representations for the FPA levels 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Eugene Magnier, MHPCC 8 /// 9 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-18 02:29:15 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPALevel.h 2 * @brief Defines enum and string representations for the FPA levels 3 * 4 * @author Eugene Magnier, MHPCC 5 * 6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_LEVEL_H 16 12 #define PM_FPA_LEVEL_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 /// Specify the level of the FPA hierarchy … … 33 32 pmFPALevel pmFPALevelFromName(const char *name ///< Level name 34 33 ); 35 34 /// @} 36 35 #endif // #ifndef PM_FPA_LEVEL_H -
trunk/psModules/src/camera/pmFPAMaskWeight.h
r10247 r11253 1 /// @file pmFPAHeader.h 2 /// 3 /// @brief Functions read FITS headers for FPA components 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// @author Eugene Magnier, IfA 9 /// 10 /// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-11-29 01:26:14 $ 12 /// 13 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 14 /// 1 /* @file pmFPAHeader.h 2 * @brief Functions read FITS headers for FPA components 3 * 4 * @author Paul Price, IfA 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 02:54:14 $ 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 */ 11 15 12 #ifndef PM_FPA_MASK_WEIGHT_H 16 13 #define PM_FPA_MASK_WEIGHT_H 14 15 /// @addtogroup Camera Camera Layout 16 /// @{ 17 17 18 18 #include "pmFPA.h" … … 80 80 bool poisson ///< Use poisson weights (in addition to read noise)? 81 81 ); 82 83 84 82 /// @} 85 83 #endif -
trunk/psModules/src/camera/pmFPAMosaic.h
r9718 r11253 1 /// @file pmFPAMosaic.h 2 /// 3 /// @brief Functions to mosaic FPA components into a single entity 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-24 01:05:55 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPAMosaic.h 2 * @brief Functions to mosaic FPA components into a single entity 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_CHIP_MOSAIC_H 16 12 #define PM_CHIP_MOSAIC_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 #include "pmFPA.h" … … 37 36 const pmFPA *source ///< FPA whose chips and cells will be mosaicked 38 37 ); 39 38 /// @} 40 39 #endif -
trunk/psModules/src/camera/pmFPARead.h
r9949 r11253 1 /// @file pmFPARead.h 2 /// 3 /// @brief Functions to read FPA components from a FITS file 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-11-13 22:15:05 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPARead.h 2 * @brief Functions to read FPA components from a FITS file 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_READ_H 16 12 #define PM_FPA_READ_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 #include <pslib.h> … … 133 132 const char *name ///< Specifies the extension name, and target in the analysis metadata 134 133 ); 135 134 /// @} 136 135 #endif -
trunk/psModules/src/camera/pmFPAUtils.h
r9601 r11253 1 /// @file pmFPAUtils.h 2 /// 3 /// @brief Utility functions for FPAs 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-17 03:03:35 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPAUtils.h 2 * @brief Utility functions for FPAs 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_UTILS_H 16 12 #define PM_FPA_UTILS_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 #include "pmFPA.h" … … 33 32 const char *name // Name of the cell 34 33 ); 35 36 34 /// @} 37 35 #endif -
trunk/psModules/src/camera/pmFPAWrite.h
r10081 r11253 1 /// @file pmFPAWrite.h 2 /// 3 /// @brief Write FPA components to a FITS file 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-11-18 23:43:28 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPAWrite.h 2 * @brief Write FPA components to a FITS file 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_WRITE_H 16 12 #define PM_FPA_WRITE_H 17 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 16 18 17 #include <pslib.h> 19 18 #include "pmFPA.h" 20 21 19 22 20 /// Write a readout incrementally … … 167 165 const char *name ///< Name for the table data, and the extension name 168 166 ); 169 167 /// @} 170 168 #endif -
trunk/psModules/src/camera/pmFPA_JPEG.h
r10421 r11253 1 /** @file pmFPAview.h 2 * 3 * @brief Tools to manipulate the FPA structure elements. 4 * 5 * @ingroup AstroImage 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-03 18:48:10 $ 11 * 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmFPAview.h 2 * @brief Tools to manipulate the FPA structure elements. 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 2004-2005 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_JPEG_H 16 12 #define PM_FPA_JPEG_H 17 13 18 /// @addtogroup AstroImage14 /// @addtogroup Camera Camera Layout 19 15 /// @{ 20 16 … … 25 21 bool pmReadoutWriteJPEG (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 26 22 23 /// @} 27 24 # endif -
trunk/psModules/src/camera/pmFPA_MANAPLOT.h
r10421 r11253 1 /** @file pmFPAview.h 2 * 3 * @brief Tools to manipulate the FPA structure elements. 4 * 5 * @ingroup AstroImage 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-03 18:48:10 $ 11 * 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmFPAview.h 2 * @brief Tools to manipulate the FPA structure elements. 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 2004-2005 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_MANAPLOT_H 16 12 #define PM_FPA_MANAPLOT_H 17 13 18 /// @addtogroup AstroImage14 /// @addtogroup Camera Camera Layout 19 15 /// @{ 20 16 … … 25 21 bool pmReadoutWriteMANAPLOT (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 26 22 23 /// @} 27 24 # endif -
trunk/psModules/src/camera/pmFPAfile.h
r10966 r11253 1 /** @file pmFPAview.h 2 * 3 * @brief Tools to manipulate the FPA structure elements. 4 * 5 * @ingroup AstroImage 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-08 22:30:21 $ 11 * 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmFPAview.h 2 * @brief Tools to manipulate the FPA structure elements. 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_FILE_H 16 12 #define PM_FPA_FILE_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 #include "pslib.h" … … 126 125 pmFPAfileType pmFPAfileTypeFromString(const char *type); 127 126 127 /// @} 128 128 # endif -
trunk/psModules/src/camera/pmFPAfileDefine.h
r11182 r11253 1 /** @file pmFPAview.h 2 * 3 * @brief Tools to manipulate the FPA structure elements. 4 * 5 * @ingroup AstroImage 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-19 22:14:15 $ 11 * 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmFPAview.h 2 * @brief Tools to manipulate the FPA structure elements. 3 * 4 * @author EAM, IfA 5 * 6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #include <pmDetrendDB.h> 12 13 /// @addtogroup Camera Camera Layout 14 /// @{ 16 15 17 16 #ifndef PM_FPA_FILE_DEFINE_H … … 99 98 pmFPAfile *pmFPAfileDefineSingleFromArgs (bool *found, pmConfig *config, const char *filename, 100 99 const char *argname, int entry); 101 100 /// @} 102 101 # endif -
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r10081 r11253 1 /** @file pmFPAview.h 2 * 3 * @brief Tools to manipulate the FPA structure elements. 4 * 5 * @ingroup AstroImage 6 * 7 * @author EAM, IfA 8 * @author PAP, IfA 9 * 10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-11-18 23:43:28 $ 12 * 13 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 14 */ 1 /* @file pmFPAview.h 2 * @brief Tools to manipulate the FPA structure elements. 3 * 4 * @author EAM, IfA 5 * @author PAP, IfA 6 * 7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 02:54:14 $ 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 */ 15 11 16 12 #ifndef PM_FPA_FILE_FITS_IO_H 17 13 #define PM_FPA_FILE_FITS_IO_H 14 15 /// @addtogroup Camera Camera Layout 16 /// @{ 18 17 19 18 /// Read an image into the current view … … 62 61 const char *name ///< Name of table 63 62 ); 64 63 /// @} 65 64 # endif -
trunk/psModules/src/camera/pmFPAfileIO.h
r10966 r11253 1 /** @file pmFPAview.h 2 * 3 * @brief Tools to manipulate the FPA structure elements. 4 * 5 * @ingroup AstroImage 6 * 7 * @author EAM, IfA 8 * 9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-08 22:30:21 $ 11 * 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 13 */ 1 /* @file pmFPAview.h 2 * @brief Tools to manipulate the FPA structure elements. 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 2004-2005 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_FILE_IO_H 16 12 #define PM_FPA_FILE_IO_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 // open the real file corresponding to the given pmFPAfile appropriate to the current view … … 40 39 bool pmFPAfileIOChecks (pmConfig *config, const pmFPAview *view, pmFPAfilePlace place); 41 40 41 /// @} 42 42 # endif -
trunk/psModules/src/camera/pmFPAview.h
r9710 r11253 1 /// @file pmFPA.h 2 /// 3 /// @brief Tools to manipulate the FPA structure elements. 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Eugene Magnier, IfA 8 /// 9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-21 04:02:36 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPA.h 2 * @brief Tools to manipulate the FPA structure elements. 3 * 4 * @author Eugene Magnier, IfA 5 * 6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_VIEW_H 16 12 #define PM_FPA_VIEW_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 #include "pmFPA.h" … … 112 111 ); 113 112 113 /// @} 114 114 #endif -
trunk/psModules/src/camera/pmHDU.h
r10081 r11253 1 /// @file pmHDU.h 2 /// 3 /// @brief Define a header data unit (from a FITS file), with functions to read and write 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-11-18 23:43:28 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmHDU.h 2 * @brief Define a header data unit (from a FITS file), with functions to read and write 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_HDU_H 16 12 #define PM_HDU_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 /// An instance of the FITS Header Data Unit … … 80 79 ); 81 80 81 /// @} 82 82 #endif -
trunk/psModules/src/camera/pmHDUGenerate.h
r9603 r11253 1 /// @file pmHDUGenerate.h 2 /// 3 /// @brief Generate HDU pixels from FPA components that have pixels 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-17 03:29:08 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmHDUGenerate.h 2 * @brief Generate HDU pixels from FPA components that have pixels 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_HDU_GENERATE_H 16 12 #define PM_HDU_GENERATE_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 #include "pmFPA.h" … … 53 52 bool pmHDUGenerateForFPA(pmFPA *fpa ///< The fpa for which to generate an HDU 54 53 ); 55 56 54 /// @} 57 55 #endif -
trunk/psModules/src/camera/pmHDUUtils.h
r9703 r11253 1 /// @file pmHDUUtils.h 2 /// 3 /// @brief Utility functions for working with an HDU 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-21 03:31:07 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmHDUUtils.h 2 * @brief Utility functions for working with an HDU 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_HDU_UTILS_H 16 12 #define PM_HDU_UTILS_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 #include "pmFPA.h" … … 59 58 bool header ///< Print header? 60 59 ); 61 60 /// @} 62 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
