Changeset 13841
- Timestamp:
- Jun 14, 2007, 4:50:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.c
r12705 r13841 124 124 125 125 pmHDU *hdu = cell->hdu; // The HDU 126 if (!hdu ) {126 if (!hdu || !cell->data_exists) { 127 127 return true; // We wrote every HDU that exists 128 128 } … … 177 177 178 178 // If we have data at this level, try to write it out 179 if (hdu ) {179 if (hdu && chip->data_exists) { 180 180 psArray **imageArray = appropriateImageArray(hdu, type); // Array of images in HDU 181 181
Note:
See TracChangeset
for help on using the changeset viewer.
