IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2011, 5:06:37 PM (15 years ago)
Author:
eugene
Message:

adding extFitPars to pmSource to track metadata related to extended source fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psModules/src/objects/pmSourceExtendedPars.h

    r31153 r31925  
    6767} pmSourceExtendedPars;
    6868
     69// additional measurements related to the model fits
     70typedef struct {
     71    float Mxx;
     72    float Mxy;
     73    float Myy;
     74   
     75    float Mrf;
     76    float apMag;
     77    float krMag;
     78    float psfMag;
     79} pmSourceExtFitPars;
     80
    6981pmSourceRadialFlux *pmSourceRadialFluxAlloc();
    7082bool psMemCheckSourceRadialFlux(psPtr ptr);
Note: See TracChangeset for help on using the changeset viewer.