IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24021


Ignore:
Timestamp:
Apr 30, 2009, 2:16:03 PM (17 years ago)
Author:
eugene
Message:

add Color to pmAstromObj, change Mag and dMag to float

File:
1 edited

Legend:

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

    r20801 r24021  
    3333typedef struct
    3434{
    35     psPlane *pix;   ///< the position in the pmReadout frame
    36     psPlane *cell;   ///< the position in the pmCell frame
    37     psPlane *chip;   ///< the position in the pmChip frame
    38     psPlane *FP;   ///< the position in the pmFPA frame
    39     psPlane *TP;   ///< the position in the tangent plane
    40     psSphere *sky;        ///< the position on the Celestial Sphere.
    41     double Mag;                         ///< object magnitude XXX what filter?
    42     double dMag;                        ///< error on object magnitude
     35    psPlane *pix;                       ///< the position in the pmReadout frame
     36    psPlane *cell;                      ///< the position in the pmCell frame
     37    psPlane *chip;                      ///< the position in the pmChip frame
     38    psPlane *FP;                        ///< the position in the pmFPA frame
     39    psPlane *TP;                        ///< the position in the tangent plane
     40    psSphere *sky;                      ///< the position on the Celestial Sphere.
     41    float Mag;                          ///< object magnitude in extracted filter
     42    float Color;                        ///< object color
     43    float dMag;                         ///< error on object magnitude
    4344}
    4445pmAstromObj;
Note: See TracChangeset for help on using the changeset viewer.