Changeset 11793 for trunk/psModules/src/camera/pmFPARead.h
- Timestamp:
- Feb 14, 2007, 2:34:00 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.h
r11253 r11793 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-24 02:54:14$6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-02-15 00:34:00 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 107 107 ); 108 108 109 /// Read cell headers 110 /// 111 /// Same as pmCellRead, but reads only the headers of the readouts. 112 bool pmCellReadHeaderSet(pmCell *cell, // Cell to read into 113 psFits *fits, // FITS file from which to read 114 psDB *db // Database handle, for "concepts" ingest 115 ); 116 117 /// Read chip headers 118 /// 119 /// Same as pmChipRead, but reads only the headers of the readouts. 120 bool pmChipReadHeaderSet(pmChip *chip, // Chip to read into 121 psFits *fits, // FITS file from which to read 122 psDB *db // Database handle, for "concepts" ingest 123 ); 124 125 /// Read FPA headers 126 /// 127 /// Same as pmFPARead, but reads only the headers of the readouts. 128 bool pmFPAReadHeaderSet(pmFPA *fpa, // FPA to read into 129 psFits *fits, // FITS file from which to read 130 psDB *db // Database handle, for "concepts" ingest 131 ); 132 109 133 /// Read a FITS table into the cell 110 134 ///
Note:
See TracChangeset
for help on using the changeset viewer.
