- Timestamp:
- May 5, 2011, 10:05:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psastro/src/psastroRemoveClumps.c
r26275 r31439 61 61 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.RAWSTARS.SUBSET", PS_DATA_ARRAY, "astrometry objects", subset); 62 62 psFree (subset); 63 64 psArray *gridstars = psMetadataLookupPtr(&status, readout->analysis, "PSASTRO.GRID.RAWSTARS"); 65 if ((gridstars == rawstars) || (gridstars == NULL)) { continue; } 66 67 psArray *gridstars_subset = psastroRemoveClumpsIterate(gridstars, 150, 3); 68 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.GRID.RAWSTARS.SUBSET", PS_DATA_ARRAY, "astrometry objects", gridstars_subset); 69 psFree (gridstars_subset); 63 70 } 64 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
