Changeset 41525 for trunk/psModules/src/camera/pmHDU.c
- Timestamp:
- Apr 2, 2021, 2:47:07 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDU.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDU.c
r24312 r41525 224 224 return false; 225 225 } 226 226 227 227 if (images) { 228 psTrace("psModules.camera", 9, "Writing pixels for %s\n", hdu->extname);229 if (!psFitsWriteImageCubeWithMask(fits, hdu->header, images, masks, maskVal, extname)) {230 psError(PS_ERR_IO, false, "Unable to write image to extension %s\n", hdu->extname);228 psTrace("psModules.camera", 9, "Writing pixels for %s\n", hdu->extname); 229 if (!psFitsWriteImageCubeWithMask(fits, hdu->header, images, masks, maskVal, extname)) { 230 psError(PS_ERR_IO, false, "Unable to write image to extension %s\n", hdu->extname); 231 231 return false; 232 }232 } 233 233 } 234 234 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
