Changeset 9949 for trunk/psModules/src/camera/pmFPAWrite.h
- Timestamp:
- Nov 13, 2006, 12:15:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.h
r9717 r9949 7 7 /// @author Paul Price, IfA 8 8 /// 9 /// @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 /// @date $Date: 2006-1 0-24 00:23:46$9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-11-13 22:15:05 $ 11 11 /// 12 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 67 67 ); 68 68 69 /// Write a FITS table from the cell's analysis metadata. 70 /// 71 /// The FITS table (a psArray of psMetadatas) from the cell's analysis metadata (under "name") is written to 72 /// the FITS file, at an extension specified by the name, chip name and cell name ("NAME_CHIP_CELL"). If a 73 /// header is present in the analysis metadata ("name.HEADER"), then it is written also. 74 int pmCellWriteTable(psFits *fits, ///< FITS file to which to write 75 const pmCell *cell, ///< Cell containing FITS table in the analysis metadata 76 const char *name ///< Name for the table data, and the extension name 77 ); 78 79 int pmChipWriteTable(psFits *fits, ///< FITS file to which to write 80 const pmChip *chip, ///< Chip containing cells with tables to write 81 const char *name ///< Name for the table data, and the extension name 82 ); 83 84 int pmFPAWriteTable(psFits *fits, ///< FITS file to which to write 85 const pmFPA *fpa, ///< FPA containing cells with tables to write 86 const char *name ///< Name for the table data, and the extension name 87 ); 88 69 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
