IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2013, 3:30:23 PM (13 years ago)
Author:
eugene
Message:

add threading for pmPSFtryFitEXT and pmPSFtryFitPSF; pass chisq conv options to pmSourceFitModel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/psModules/src/objects/pmPSFtry.h

    r30044 r35639  
    9999/** fit EXT models to all possible psf sources */
    100100bool pmPSFtryFitEXT (pmPSFtry *psfTry, pmPSFOptions *options, psImageMaskType maskVal, psImageMaskType markVal);
     101bool pmPSFtryFitEXT_Threaded (psThreadJob *job);
    101102
    102103bool pmPSFtryMakePSF (bool *pGoodFit, pmPSFtry *psfTry);
    103104
    104105bool pmPSFtryFitPSF (pmPSFtry *psfTry, pmPSFOptions *options, psImageMaskType maskVal, psImageMaskType markVal);
     106bool pmPSFtryFitPSF_Threaded (psThreadJob *job);
     107
     108bool pmPSFThreads (void);
    105109
    106110/** pmPSFtryMetric()
Note: See TracChangeset for help on using the changeset viewer.