Changeset 18139 for trunk/psModules/src/camera/pmFPAfileFitsIO.h
- Timestamp:
- Jun 13, 2008, 5:19:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r16841 r18139 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 3-06 20:47:50$7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-06-14 03:19:31 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 18 18 /// Read an image into the current view 19 19 bool pmFPAviewReadFitsImage(const pmFPAview *view, ///< View specifying level of interest 20 pmFPAfile *file ///< FPA file into which to read 20 pmFPAfile *file, ///< FPA file into which to read 21 pmConfig *config 21 22 ); 22 23 23 24 /// Read a mask into the current view 24 25 bool pmFPAviewReadFitsMask(const pmFPAview *view, ///< View specifying level of interest 25 pmFPAfile *file ///< FPA file into which to read 26 pmFPAfile *file, ///< FPA file into which to read 27 pmConfig *config 26 28 ); 27 29 /// Read a weight map into the current view 28 30 bool pmFPAviewReadFitsWeight(const pmFPAview *view, ///< View specifying level of interest 29 pmFPAfile *file ///< FPA file into which to read 31 pmFPAfile *file, ///< FPA file into which to read 32 pmConfig *config 30 33 ); 31 34 32 35 /// Read a dark into the current view 33 36 bool pmFPAviewReadFitsDark(const pmFPAview *view, ///< View specifying level of interest 34 pmFPAfile *file ///< FPA file into which to read 37 pmFPAfile *file, ///< FPA file into which to read 38 pmConfig *config 35 39 ); 36 40 37 41 /// Read an image header into the current view 38 42 bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view, ///< View specifying level of interest 39 pmFPAfile *file ///< FPA file into which to read 43 pmFPAfile *file, ///< FPA file into which to read 44 pmConfig *config 40 45 ); 41 46
Note:
See TracChangeset
for help on using the changeset viewer.
