Changeset 9950 for trunk/psModules/src/camera/pmFPAfileFitsIO.h
- Timestamp:
- Nov 13, 2006, 12:15:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r7589 r9950 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2006- 06-17 01:50:43$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-11-13 22:15:55 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 25 25 bool pmFPAviewFreeFitsImage (const pmFPAview *view, pmFPAfile *file); 26 26 27 28 // read a table into the current view 29 bool pmFPAviewReadFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name); 30 31 // write the table for the specified view 32 bool pmFPAviewWriteFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name); 33 34 // free the appropriate table containers 35 bool pmFPAviewFreeFitsTable(const pmFPAview *view, pmFPAfile *file, const char *name); 36 27 37 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
