- Timestamp:
- May 4, 2011, 3:20:38 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastro/src/psastroRemoveClumps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psastro/src/psastroRemoveClumps.c
r26275 r31434 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.
