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_OBJ.c

    r13034 r13064  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-04-26 01:20:29 $
     5 *  @version $Revision: 1.12 $ $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
     
    4545    psF32 *PAR, *dPAR;
    4646    float dmag, apResid;
    47     psEllipseShape shape;
    4847    psEllipseAxes axes;
    4948
     
    7877        }
    7978
    80         shape.sx  = PAR[PM_PAR_SXX];
    81         shape.sy  = PAR[PM_PAR_SYY];
    82         shape.sxy = PAR[PM_PAR_SXY];
    83         axes = psEllipseShapeToAxes (shape, 20.0);
     79        axes = pmPSF_ModelToAxes (PAR, 20.0);
    8480
    8581        psLineInit (line);
Note: See TracChangeset for help on using the changeset viewer.