Changeset 4129 for trunk/psphot/src/apply_psf_model.c
- Timestamp:
- Jun 6, 2005, 11:20:45 PM (21 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/apply_psf_model.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
Property svn:ignore
set to
bin
-
Property svn:ignore
set to
-
trunk/psphot/src/apply_psf_model.c
r4116 r4129 25 25 26 26 float shapeNsigma = psMetadataLookupF32 (&status, config, "PSF_SHAPE_NSIGMA"); 27 float snFaint = psMetadataLookupF32 (&status, config, "FAINT_SN_LIM");27 // float snFaint = psMetadataLookupF32 (&status, config, "FAINT_SN_LIM"); 28 28 29 29 // set the object surface-brightness limit for fitted pixels … … 66 66 Nfit ++; 67 67 68 mark_psf_source (source );68 mark_psf_source (source, shapeNsigma); 69 69 subtract_psf_source (source); 70 70 }
Note:
See TracChangeset
for help on using the changeset viewer.
