Changeset 12832 for trunk/psModules/src/camera/pmFPAfileFitsIO.h
- Timestamp:
- Apr 13, 2007, 5:22:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r11793 r12832 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 2-15 00:34:00$7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-04-14 03:22:47 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 32 32 /// Read an image header into the current view 33 33 bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view, ///< View specifying level of interest 34 pmFPAfile *file ///< FPA file into which to read34 pmFPAfile *file ///< FPA file into which to read 35 35 ); 36 36 … … 38 38 bool pmFPAviewWriteFitsImage(const pmFPAview *view, ///< View specifying level of interest 39 39 pmFPAfile *file, ///< FPA file to write 40 pmConfig *config ///< Configuration40 const pmConfig *config ///< Configuration 41 41 ); 42 42 … … 44 44 bool pmFPAviewWriteFitsMask(const pmFPAview *view, ///< View specifying level of interest 45 45 pmFPAfile *file, ///< FPA file to write 46 pmConfig *config ///< Configuration46 const pmConfig *config ///< Configuration 47 47 ); 48 48 … … 50 50 bool pmFPAviewWriteFitsWeight(const pmFPAview *view, ///< View specifying level of interest 51 51 pmFPAfile *file, ///< FPA file to write 52 pmConfig *config ///< Configuration52 const pmConfig *config ///< Configuration 53 53 ); 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
