Changeset 7332 for trunk/psastro/src/psastroConvert.c
- Timestamp:
- Jun 4, 2006, 7:02:16 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroConvert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroConvert.c
r7014 r7332 9 9 return false; 10 10 11 psArray * objects = pmSourceToAstromObj (sources);11 psArray *rawstars = pmSourceToAstromObj (sources); 12 12 13 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO. OBJECTS", PS_DATA_ARRAY, "astrometry objects", objects);14 psFree ( objects);13 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.RAWSTARS", PS_DATA_ARRAY, "astrometry objects", rawstars); 14 psFree (rawstars); 15 15 16 16 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
