Changeset 9592 for trunk/psModules/src/camera/pmFPAHeader.c
- Timestamp:
- Oct 16, 2006, 3:29:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAHeader.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAHeader.c
r8815 r9592 15 15 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 16 16 17 bool pmCellReadHeader(pmCell *cell, // Cell for which to read header 18 psFits *fits // FITS file handle 19 ) 17 bool pmCellReadHeader(pmCell *cell, psFits *fits) 20 18 { 21 19 PS_ASSERT_PTR_NON_NULL(cell, false); … … 34 32 35 33 36 bool pmChipReadHeader(pmChip *chip, // Chip for which to read header 37 psFits *fits // FITS file handle 38 ) 34 bool pmChipReadHeader(pmChip *chip, psFits *fits) 39 35 { 40 36 PS_ASSERT_PTR_NON_NULL(chip, false); … … 58 54 59 55 60 bool pmFPAReadHeader(pmFPA *fpa, // FPA for which to read header 61 psFits *fits // FITS file handle 62 ) 56 bool pmFPAReadHeader(pmFPA *fpa, psFits *fits) 63 57 { 64 58 PS_ASSERT_PTR_NON_NULL(fpa, false);
Note:
See TracChangeset
for help on using the changeset viewer.
