IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2013, 4:10:40 PM (13 years ago)
Author:
eugene
Message:

merge from trunk

Location:
branches/eam_branches/ipp-20130904/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules

  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmPSFtryModel.c

    r34403 r36196  
    236236    // linear clipped fit of chisq trend vs flux
    237237    if (options->chiFluxTrend) {
     238
     239        if (0) {
     240            FILE *f = fopen ("test.psf.dat", "w");
     241            int fd = fileno (f);
     242            p_psVectorPrint (fd, flux, "flux");
     243            p_psVectorPrint (fd, chisq, "chisq");
     244            p_psVectorPrint (fd, mask, "mask");
     245            fclose (f);
     246        }
     247
    238248        bool result = psVectorClipFitPolynomial1D(psfTry->psf->ChiTrend, options->stats,
    239249                                                  mask, 0xff, chisq, NULL, flux);
Note: See TracChangeset for help on using the changeset viewer.