IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2005, 3:23:24 AM (21 years ago)
Author:
eugene
Message:

mask/noise are working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/find_defects.c

    r4188 r4251  
    11# include "psphot.h"
    22# define NSIGMA 3.0
    3 
    4 void dump_image (psImage *image, char *filename);
    53
    64bool find_defects (psImage *zapmask, psArray *sources, psMetadata *config, pmPSF *psf)
     
    3432  // generate the image flux
    3533  pmSourceAddModel (flux, NULL, model, true);
    36   dump_image (flux, "psf.fits");
     34  DumpImage (flux, "psf.fits");
    3735
    3836  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.