Changeset 21183 for trunk/psModules/src/camera/pmHDU.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDU.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDU.c
r19385 r21183 167 167 const psArray *images, // Images to write 168 168 const psArray *masks, // Masks to use when writing 169 ps MaskType maskVal,// Value to mask169 psImageMaskType maskVal,// Value to mask 170 170 psFits *fits // FITS file to which to write 171 171 ) … … 222 222 PS_ASSERT_PTR_NON_NULL(fits, false); 223 223 224 ps MaskType maskVal = pmConfigMaskGet("MASK.VALUE", config); // Value to mask224 psImageMaskType maskVal = pmConfigMaskGet("MASK.VALUE", config); // Value to mask 225 225 return hduWrite(hdu, hdu->images, hdu->masks, maskVal, fits); 226 226 } … … 240 240 PS_ASSERT_PTR_NON_NULL(fits, false); 241 241 242 ps MaskType maskVal = pmConfigMaskGet("MASK.VALUE", config); // Value to mask242 psImageMaskType maskVal = pmConfigMaskGet("MASK.VALUE", config); // Value to mask 243 243 return hduWrite(hdu, hdu->weights, hdu->masks, maskVal, fits); 244 244 }
Note:
See TracChangeset
for help on using the changeset viewer.
