Changeset 7859
- Timestamp:
- Jul 10, 2006, 2:53:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r7810 r7859 174 174 // Get the HDU and read the header 175 175 pmCell *cell = readout->parent; // The parent cell 176 177 pmHDU *hdu = pmHDUFromCell(cell); // The HDU 178 if (!hdu || hdu->blankPHU) { 179 return false; 180 } 181 176 182 if (!pmCellReadHeader(cell, fits)) { 177 183 psError(PS_ERR_IO, false, "Unable to read header for cell!\n"); 178 return false;179 }180 181 pmHDU *hdu = pmHDUFromCell(cell); // The HDU182 if (!hdu) {183 184 return false; 184 185 }
Note:
See TracChangeset
for help on using the changeset viewer.
