Changeset 4251 for trunk/psphot/src/find_defects.c
- Timestamp:
- Jun 14, 2005, 3:23:24 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/find_defects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/find_defects.c
r4188 r4251 1 1 # include "psphot.h" 2 2 # define NSIGMA 3.0 3 4 void dump_image (psImage *image, char *filename);5 3 6 4 bool find_defects (psImage *zapmask, psArray *sources, psMetadata *config, pmPSF *psf) … … 34 32 // generate the image flux 35 33 pmSourceAddModel (flux, NULL, model, true); 36 dump_image (flux, "psf.fits");34 DumpImage (flux, "psf.fits"); 37 35 38 36 fprintf (stderr, "sx: %f, sy: %f\n", model->params->data.F32[4], model->params->data.F32[5]);
Note:
See TracChangeset
for help on using the changeset viewer.
