IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 6:28:24 AM (21 years ago)
Author:
eugene
Message:

exploring the defect strategy

File:
1 edited

Legend:

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

    r4129 r4188  
    3434    psf = choose_psf_model (image, config, sources);
    3535
    36     psImage *zap = psImageAlloc (image->numCols, image->numRows, PS_TYPE_F32);
    37     psImageInit (zap, 0);
    38     find_defects (zap, sources, config, psf);
    39     dump_image (zap, argv[2]);
    40     exit (0);
     36    if (0) {
     37      psImage *zap = psImageAlloc (image->numCols, image->numRows, PS_TYPE_F32);
     38      psImageInit (zap, 0);
     39      find_defects (zap, sources, config, psf);
     40      dump_image (zap, argv[2]);
     41      exit (0);
     42    }
    4143
    4244    // test PSF on all except SATURATE and DEFECT (artifacts)
Note: See TracChangeset for help on using the changeset viewer.