Changeset 18601 for trunk/psModules/src/camera/pmFPAfileFitsIO.h
- Timestamp:
- Jul 17, 2008, 12:38:15 PM (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
r18364 r18601 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 6-30 00:53:45 $7 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-07-17 22:38:15 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 86 86 bool pmFPAviewWriteFitsTable(const pmFPAview *view, ///< View specifying level of interest 87 87 pmFPAfile *file, ///< FPA file to write 88 const char *name ///< Name of table 88 const char *name, ///< Name of table 89 pmConfig *config ///< Configuration 89 90 ); 90 91 … … 97 98 pmFPA *pmFPAfileSuitableFPA(const pmFPAfile *file,///< File containing the fpa 98 99 const pmFPAview *view, ///< View at which to produce the fpa 99 const pmConfig *config ///< Configuration 100 pmConfig *config, ///< Configuration 101 bool pixels ///< Worry about copying the pixels? 100 102 ); 101 103
Note:
See TracChangeset
for help on using the changeset viewer.
