Changeset 4251 for trunk/psphot/src/psphot.c
- Timestamp:
- Jun 14, 2005, 3:23:24 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r4216 r4251 10 10 psStats *sky = NULL; 11 11 12 psLogArguments (&argc, argv);13 psTraceArguments (&argc, argv);14 12 config = load_args (&argc, argv); 15 13 … … 31 29 32 30 // use stellar objects SN > PSF_SN_LIM 33 psf = choose_psf_model ( imdata,config, sources);31 psf = choose_psf_model (config, sources); 34 32 35 if (0) { 36 psImage *zap = psImageAlloc (imdata->image->numCols, imdata->image->numRows, PS_TYPE_F32); 37 psImageInit (zap, 0); 38 find_defects (zap, sources, config, psf); 39 DumpImage (zap, argv[2]); 40 exit (0); 41 } 33 // identify defects based on 1-pixel wide x and y direction 2nd moments 34 find_defects (zap, sources, config, psf); 42 35 43 36 // test PSF on all except SATURATE and DEFECT (artifacts)
Note:
See TracChangeset
for help on using the changeset viewer.
