Changeset 7168 for trunk/psModules/src/camera/pmHDU.c
- Timestamp:
- May 22, 2006, 2:23:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDU.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDU.c
r7017 r7168 187 187 // Only a header 188 188 if (!hdu->images && !hdu->table) { 189 #if 0 189 190 // Tell CFITSIO there's nothing there 190 191 psMetadataItem *naxis = psMetadataLookup(hdu->header, "NAXIS"); … … 192 193 naxis->data.S32 = 0; 193 194 } 195 #endif 194 196 195 197 if (!psFitsWriteHeader(hdu->header, fits)) {
Note:
See TracChangeset
for help on using the changeset viewer.
