Changeset 31333 for trunk/psastro/src/psastroRemoveClumps.c
- Timestamp:
- Apr 21, 2011, 10:59:14 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroRemoveClumps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroRemoveClumps.c
r26275 r31333 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.
