Changeset 21363 for trunk/psModules/src/camera/pmFPAfileFitsIO.h
- Timestamp:
- Feb 5, 2009, 4:31:25 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r18601 r21363 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $8 * @date $Date: 200 8-07-17 22:38:15$7 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2009-02-06 02:31:24 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 27 27 pmConfig *config 28 28 ); 29 /// Read a weightmap into the current view30 bool pmFPAviewReadFits Weight(const pmFPAview *view, ///< View specifying level of interest29 /// Read a variance map into the current view 30 bool pmFPAviewReadFitsVariance(const pmFPAview *view, ///< View specifying level of interest 31 31 pmFPAfile *file, ///< FPA file into which to read 32 32 pmConfig *config … … 57 57 ); 58 58 59 /// Write the weightmap for the specified view60 bool pmFPAviewWriteFits Weight(const pmFPAview *view, ///< View specifying level of interest59 /// Write the variance map for the specified view 60 bool pmFPAviewWriteFitsVariance(const pmFPAview *view, ///< View specifying level of interest 61 61 pmFPAfile *file, ///< FPA file to write 62 62 pmConfig *config ///< Configuration
Note:
See TracChangeset
for help on using the changeset viewer.
