IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2006, 12:03:58 PM (20 years ago)
Author:
magnier
Message:

added pmAstromGridTweak, changed pmAstromObj elements to pointers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.h

    r6873 r7005  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-04-17 18:10:08 $
     10*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-04-30 22:03:58 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4141typedef struct
    4242{
    43     psPlane pix;                        ///< the position in the pmReadout frame
    44     psPlane cell;                       ///< the position in the pmCell frame
    45     psPlane chip;                       ///< the position in the pmChip frame
    46     psPlane FP;                         ///< the position in the pmFPA frame
    47     psPlane TP;                         ///< the position in the tangent plane
    48     psSphere sky;                       ///< the position on the Celestial Sphere.
    49     double Mag;                         ///< A measurement of the brightness.
    50     double dMag;                        ///< What is this?
     43    psPlane *pix;   ///< the position in the pmReadout frame
     44    psPlane *cell;   ///< the position in the pmCell frame
     45    psPlane *chip;   ///< the position in the pmChip frame
     46    psPlane *FP;   ///< the position in the pmFPA frame
     47    psPlane *TP;   ///< the position in the tangent plane
     48    psSphere *sky;   ///< the position on the Celestial Sphere.
     49    double Mag;                         ///< object magnitude XXX what filter?
     50    double dMag;                        ///< error on object magnitude
    5151}
    5252pmAstromObj;
    53 
    54 
    5553
    5654/*
     
    158156
    159157
     158/******************************************************************************
     159pmAstromGridTweak(*raw, *ref, *recipe, stats): improve match for two star lists.
     160 ******************************************************************************/
     161pmAstromStats pmAstromGridTweak(
     162    psArray *raw,
     163    psArray *ref,
     164    psMetadata *recipe,
     165    pmAstromStats stats);
     166
    160167/*
    161168 *
Note: See TracChangeset for help on using the changeset viewer.