Changeset 9067 for trunk/psModules/src/camera
- Timestamp:
- Sep 29, 2006, 4:29:59 PM (20 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
-
pmFPAfileFitsIO.c (modified) (1 diff)
-
pmHDU.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.c
r8815 r9067 157 157 } 158 158 psMetadataAdd (outhead, PS_LIST_TAIL, "EXTEND", PS_DATA_BOOL | PS_META_REPLACE, "this file has extensions", true); 159 psFitsWriteBlank (file->fits, outhead );159 psFitsWriteBlank (file->fits, outhead, ""); 160 160 file->phu = phu->header; 161 161 psTrace ("pmFPAfile", 5, "wrote phu %s (type: %d)\n", file->filename, file->type); -
trunk/psModules/src/camera/pmHDU.c
r8848 r9067 184 184 185 185 // Only a header 186 if (!hdu->images && !hdu->table && !psFitsWriteBlank(fits, hdu->header )) {186 if (!hdu->images && !hdu->table && !psFitsWriteBlank(fits, hdu->header, extname)) { 187 187 psError(PS_ERR_IO, false, "Unable to write header for extension %s\n", extname); 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.
