Changeset 9387 for trunk/psModules/src/objects/pmSourceIO.c
- Timestamp:
- Oct 6, 2006, 5:54:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO.c
r9067 r9387 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2006- 09-30 02:29:59 $5 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-10-07 03:54:29 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 209 209 // copy over the entries saved in the 210 210 updates = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.HEADER"); 211 psMetadataCopy (outhead, updates); 211 if (updates) { 212 psMetadataCopy (outhead, updates); 213 psFree (updates); 214 } 215 216 updates = psMetadataLookupPtr (&status, readout->analysis, "PSASTRO.HEADER"); 217 if (updates) { 218 psMetadataCopy (outhead, updates); 219 psFree (updates); 220 } 212 221 213 222 bool status = pmSourcesWriteCMP (sources, filename, outhead);
Note:
See TracChangeset
for help on using the changeset viewer.
