Changeset 9067 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Sep 29, 2006, 4:29:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r8815 r9067 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-09- 15 09:49:01$5 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-30 02:29:59 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 240 240 outhead = psMetadataCopy (NULL, phu->header); 241 241 psMetadataAddBool (outhead, PS_LIST_TAIL, "EXTEND", PS_META_REPLACE, "this file has extensions", true); 242 psFitsWriteBlank (file->fits, outhead); 242 // XXX what is the EXTNAME?? 243 psFitsWriteBlank (file->fits, outhead, ""); 243 244 file->phu = phu->header; 244 245 psTrace ("pmFPAfile", 5, "wrote phu %s (type: %d)\n", file->filename, file->type); … … 262 263 psMetadataCopy (outhead, updates); 263 264 264 psFitsWriteBlank (file->fits, outhead );265 psFitsWriteBlank (file->fits, outhead, headname); 265 266 psTrace ("pmFPAfile", 5, "wrote ext head %s (type: %d)\n", file->filename, file->type); 266 267 file->header = hdu->header;
Note:
See TracChangeset
for help on using the changeset viewer.
