IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2006, 3:02:08 PM (20 years ago)
Author:
Paul Price
Message:

Applying RHL patch. Generally improves the error handling and traceback. pmConcepts.c and pmConceptsRead.c done by PAP (RHL did this also, but I had already done them). Resolved conflicts, except for pmFPAfile.c, which uses psAbort in some instances where RHL's patch had psError; leave this for Gene to decide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSF.h

    r6873 r7311  
    3131    psArray *params;   ///< Model parameters (psPolynomial2D)
    3232    psPolynomial1D *ChiTrend;  ///< Chisq vs flux fit (correction for systematic errors)
    33     psPolynomial4D *ApTrend;  ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)
    34     pmGrowthCurve *growth;  ///< apMag vs Radius
     33    psPolynomial4D *ApTrend;  ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst))
     34    //pmGrowthCurve *growth;  ///< apMag vs Radius // move to end as gdb is confused by it here
    3535    float ApResid;   ///< apMag - psfMag (for PSF stars)
    3636    float dApResid;   ///< scatter of ApResid
     
    4141    int nApResid;   ///< number of stars used to measure ApResid
    4242    bool poissonErrors;
     43    pmGrowthCurve *growth;  ///< apMag vs Radius
    4344}
    4445pmPSF;
     
    100101);
    101102
    102 bool pmPSF_MaskApTrend (pmPSF *psf, pmPSF_ApTrendOptions option);
     103bool pmPSF_MaskApTrend (psPolynomial4D *trend, pmPSF_ApTrendOptions option);
    103104
    104105# endif
Note: See TracChangeset for help on using the changeset viewer.