IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 27, 2005, 6:55:51 PM (21 years ago)
Author:
eugene
Message:

general cleanup

File:
1 edited

Legend:

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

    r4574 r4641  
    3434    psf = choose_psf_model (config, sources, sky);
    3535
    36     // identify defects based on 1-pixel wide x and y direction 2nd moments
    37     // find_defects (zap, sources, config, psf);
    38 
    3936    // test PSF on all except SATURATE and DEFECT (artifacts)
    4037    apply_psf_model (imdata, config, sources, psf, sky);
     
    4340    fit_galaxies (imdata, config, sources, sky);
    4441
    45     // subtract_galaxies (sources, config);
    46  
    47     DumpImage (imdata->image, argv[2]);
    48     DumpModelPSF (sources, "psfsources.dat");
    49     DumpModelFLT (sources, "fltsources.dat");
    50     DumpModelNULL (sources, "nullsources.dat");
    51     DumpMoments (sources, "moments.dat");
     42    // write out data in appropriate format
     43    output (imdata, config, sources);
    5244
    5345    exit (0);
Note: See TracChangeset for help on using the changeset viewer.