IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 5:38:37 AM (21 years ago)
Author:
eugene
Message:

adding model tests

File:
1 edited

Legend:

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

    r4251 r4375  
    2929
    3030    // use stellar objects SN > PSF_SN_LIM
    31     psf = choose_psf_model (config, sources);
     31    psf = choose_psf_model (config, sources, sky);
    3232
    3333    // identify defects based on 1-pixel wide x and y direction 2nd moments
    34     find_defects (zap, sources, config, psf);
     34    // find_defects (zap, sources, config, psf);
    3535
    3636    // test PSF on all except SATURATE and DEFECT (artifacts)
     
    4646 
    4747    DumpImage (imdata->image, argv[2]);
    48     DumpModelPSF (sources, "sources.dat");
     48    DumpModelPSF (sources, "psfsources.dat");
     49    DumpModelFLT (sources, "fltsources.dat");
     50    DumpModelNULL (sources, "nullsources.dat");
     51    DumpMoments (sources, "moments.dat");
     52
    4953    exit (0);
    5054}
Note: See TracChangeset for help on using the changeset viewer.