Changeset 16841 for trunk/psModules/src/camera/pmFPAfileFitsIO.h
- Timestamp:
- Mar 6, 2008, 10:47:50 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r14205 r16841 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-07-14 03:19:01$7 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-03-06 20:47:50 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 30 30 ); 31 31 32 /// Read a dark into the current view 33 bool pmFPAviewReadFitsDark(const pmFPAview *view, ///< View specifying level of interest 34 pmFPAfile *file ///< FPA file into which to read 35 ); 36 32 37 /// Read an image header into the current view 33 38 bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view, ///< View specifying level of interest … … 52 57 const pmConfig *config ///< Configuration 53 58 ); 59 60 /// Write the dark for the specified view 61 bool pmFPAviewWriteFitsDark(const pmFPAview *view, ///< View specifying level of interest 62 pmFPAfile *file, ///< FPA file to write 63 const pmConfig *config ///< Configuration 64 ); 54 65 55 66 /// Write a PHU for a fits image if needed
Note:
See TracChangeset
for help on using the changeset viewer.
