Changeset 26893 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Feb 10, 2010, 7:34:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r25754 r26893 176 176 * 177 177 * The return value indicates the success (TRUE) of the operation. 178 * 179 * XXX: Limit the S/N of the candidate sources (part of Metadata)? (TBD). 180 * XXX: Save the clump parameters on the Metadata (TBD) 181 * 182 */ 178 */ 179 183 180 pmPSFClump pmSourcePSFClump( 181 psImage **savedImage, 184 182 psRegion *region, ///< restrict measurement to specified region 185 183 psArray *source, ///< The input pmSource 186 psMetadata *metadata ///< Contains classification parameters 184 float PSF_SN_LIM, 185 float PSF_CLUMP_GRID_SCALE, 186 psF32 SX_MAX, 187 psF32 SY_MAX, 188 psF32 AR_MAX 187 189 ); 188 190 … … 200 202 psRegion *region, ///< restrict measurement to specified region 201 203 psArray *sources, ///< The input pmSources 202 psMetadata *metadata, ///< Contains classification parameters 204 float PSF_SN_LIM, ///< min S/N for source to be used for PSF model 205 float PSF_CLUMP_NSIGMA, ///< size of region around peak of clump for PSF stars 203 206 pmPSFClump clump, ///< Statistics about the PSF clump 204 207 psImageMaskType maskSat ///< Mask value for saturated pixels … … 220 223 float radius, ///< Use a circle of pixels around the peak 221 224 float sigma, ///< size of Gaussian window function (<= 0.0 -> skip window) 222 float minSN ///< minimum pixel significance 225 float minSN, ///< minimum pixel significance 226 psImageMaskType maskVal 223 227 ); 224 228
Note:
See TracChangeset
for help on using the changeset viewer.
