Changeset 37875
- Timestamp:
- Jan 23, 2015, 4:06:42 PM (11 years ago)
- File:
-
- 1 edited
-
tags/ipp-20150115/psphot/src/psphotGalaxyParams.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20150115/psphot/src/psphotGalaxyParams.c
r37811 r37875 322 322 323 323 // Flux cut to reduce sources to those that match SDSS 324 // if (source->moments->KronFlux < 2e5) continue;324 if (source->moments->KronFlux < 1e4) continue; 325 325 326 326 pmModel *sersicModel = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
