Changeset 18163 for trunk/psModules/src/camera/pmFPAfileFitsIO.h
- Timestamp:
- Jun 17, 2008, 12:16:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r18139 r18163 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-06-1 4 03:19:31$7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-06-17 22:16:38 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 19 19 bool pmFPAviewReadFitsImage(const pmFPAview *view, ///< View specifying level of interest 20 20 pmFPAfile *file, ///< FPA file into which to read 21 pmConfig *config21 pmConfig *config 22 22 ); 23 23 … … 25 25 bool pmFPAviewReadFitsMask(const pmFPAview *view, ///< View specifying level of interest 26 26 pmFPAfile *file, ///< FPA file into which to read 27 pmConfig *config27 pmConfig *config 28 28 ); 29 29 /// Read a weight map into the current view 30 30 bool pmFPAviewReadFitsWeight(const pmFPAview *view, ///< View specifying level of interest 31 31 pmFPAfile *file, ///< FPA file into which to read 32 pmConfig *config32 pmConfig *config 33 33 ); 34 34 … … 36 36 bool pmFPAviewReadFitsDark(const pmFPAview *view, ///< View specifying level of interest 37 37 pmFPAfile *file, ///< FPA file into which to read 38 pmConfig *config38 pmConfig *config 39 39 ); 40 40 … … 42 42 bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view, ///< View specifying level of interest 43 43 pmFPAfile *file, ///< FPA file into which to read 44 pmConfig *config44 pmConfig *config 45 45 ); 46 46 … … 48 48 bool pmFPAviewWriteFitsImage(const pmFPAview *view, ///< View specifying level of interest 49 49 pmFPAfile *file, ///< FPA file to write 50 constpmConfig *config ///< Configuration50 pmConfig *config ///< Configuration 51 51 ); 52 52 … … 54 54 bool pmFPAviewWriteFitsMask(const pmFPAview *view, ///< View specifying level of interest 55 55 pmFPAfile *file, ///< FPA file to write 56 constpmConfig *config ///< Configuration56 pmConfig *config ///< Configuration 57 57 ); 58 58 … … 60 60 bool pmFPAviewWriteFitsWeight(const pmFPAview *view, ///< View specifying level of interest 61 61 pmFPAfile *file, ///< FPA file to write 62 constpmConfig *config ///< Configuration62 pmConfig *config ///< Configuration 63 63 ); 64 64 … … 66 66 bool pmFPAviewWriteFitsDark(const pmFPAview *view, ///< View specifying level of interest 67 67 pmFPAfile *file, ///< FPA file to write 68 constpmConfig *config ///< Configuration68 pmConfig *config ///< Configuration 69 69 ); 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
