IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2011, 2:46:40 PM (15 years ago)
Author:
eugene
Message:

updated API for pmSourceChisq (requires covarFactor); visualization fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotExtendedSourceFits.c

    r30707 r30764  
    275275    // Define source fitting parameters for extended source fits
    276276    pmSourceFitOptions *fitOptions = pmSourceFitOptionsAlloc();
    277     fitOptions->mode          = PM_SOURCE_FIT_EXT;
     277    fitOptions->mode           = PM_SOURCE_FIT_EXT;
    278278    fitOptions->saveCovariance = true;  // XXX make this a user option?
     279    fitOptions->covarFactor    = psImageCovarianceFactorForAperture(readout->covariance, 10.0); // Covariance matrix
    279280
    280281    // XXX for now, use the defaults for the rest:
Note: See TracChangeset for help on using the changeset viewer.