Changeset 21409 for trunk/psastro/src/psastroRemoveClumps.c
- Timestamp:
- Feb 6, 2009, 4:03:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroRemoveClumps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroRemoveClumps.c
r20805 r21409 1 /** @file psastroRemoveClumps.c 2 * 3 * @brief 4 * 5 * @ingroup libpsastro 6 * 7 * @author IfA 8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-07 02:03:34 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 # include "psastroInternal.h" 2 14 3 // look for and exclude objects in clumps in the input list 15 /** 16 * look for and exclude objects in clumps in the input list 17 */ 4 18 psArray *psastroRemoveClumps (psArray *input, int scale) { 5 19 … … 75 89 76 90 # if (0) 77 // make a list of the outlier pixels 91 /** 92 * make a list of the outlier pixels 93 */ 78 94 psArray *badpix = psArrayAllocEmpty (16); 79 95 for (int iy = 0; iy < count->numRows; iy++) {
Note:
See TracChangeset
for help on using the changeset viewer.
