Changeset 16801
- Timestamp:
- Mar 4, 2008, 12:24:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroRemoveClumps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroRemoveClumps.c
r16079 r16801 23 23 int nY = (Ymax - Ymin) / scale + 10; 24 24 psImage *count = psImageAlloc (nX, nY, PS_TYPE_U32); 25 psImageInit (count, 0); 25 26 26 27 // accumulate 2D histogram in image … … 52 53 // XXX make this a user option 53 54 float limit = 5.0*stats->sampleStdev; 55 psTrace ("psastro", 4, "skipping stars in cells with more than %f stars\n", limit); 54 56 55 57 // find and exclude objects in bad pixels
Note:
See TracChangeset
for help on using the changeset viewer.
