IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2007, 12:14:08 PM (19 years ago)
Author:
magnier
Message:

converting the PSF model fits to the polariation terms (replacing Sx,Sy,Sxy)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_SX.c

    r13034 r13064  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-26 01:20:29 $
     5 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-04-27 22:14:08 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4343
    4444    psF32 *PAR, *dPAR;
    45     psEllipseShape shape;
    4645    psEllipseAxes axes;
    4746
     
    6867        // pmSourceSextractType (source, &type, &flags);
    6968
    70         shape.sx  = PAR[PM_PAR_SXX];
    71         shape.sy  = PAR[PM_PAR_SYY];
    72         shape.sxy = PAR[PM_PAR_SXY];
    73         axes = psEllipseShapeToAxes (shape, 20.0);
     69        axes = pmPSF_ModelToAxes (PAR, 20.0);
    7470
    7571        psLineInit (line);
Note: See TracChangeset for help on using the changeset viewer.