Changeset 41285 for trunk/psastro/src/psastroChooseRefstars.c
- Timestamp:
- Feb 24, 2020, 4:01:13 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroChooseRefstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroChooseRefstars.c
r37573 r41285 46 46 47 47 bool matchLumFunc = psMetadataLookupBool (&status, recipe, "PSASTRO.MATCH.LUMFUNC"); 48 49 int nIter = psMetadataLookupS32 (&status, recipe, "PSASTRO.REFSTAR.CLUMP.NITER"); 50 if (!status) nIter = 3; 51 52 psF32 clumpScale = psMetadataLookupS32 (&status, recipe, "PSASTRO.REFSTAR.CLUMP.SCALE"); 53 if (!status) clumpScale = 150; 48 54 49 55 pmFPAview *view = pmFPAviewAlloc (0); … … 178 184 // generate a reduced subset excluding the clumps 179 185 // XXX do we need both REFSTARS and SUBSET? 180 psArray *subset = psastroRemoveClumpsIterate(refstars, 150, 3);186 psArray *subset = psastroRemoveClumpsIterate(refstars, clumpScale, nIter); 181 187 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSASTRO.REFSTARS.SUBSET", PS_DATA_ARRAY, "astrometry objects", subset); 182 188
Note:
See TracChangeset
for help on using the changeset viewer.
