IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2004, 2:53:17 PM (22 years ago)
Author:
eugene
Message:

extensive re-organization of astrometry, image, object data structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psObject.h

    r244 r251  
    1111/** Object definition, to handle both objects we detect, and catalogues */
    1212typedef struct {
    13     psOTAPos *otaPos;                   //!< Centre position on OTA, with associated error
    14     psSkyPos *skyPos;                   //!< Position on the sky, with associated error
     13    psCoord *cell;                      //!< Centre position on Cell, with associated error
     14    psCoord *sky;                       //!< Position on the sky, with associated error
    1515    float mag, magErr;                  //!< Magnitude and associated error
    1616    float isoMag, isoMagErr;            //!< Isophotal magnitude and associated error
     
    2020    float sky, skyErr;                  //!< Local sky level, and associated error
    2121    float colour, colourErr;            //!< Colour and associated error, if known
    22     psColourRef colourRef;              //!< Colour reference
     22    psPhotSysrem colorPlus, colorMinus; //!< Colour reference
    2323    psBitMask *quality;                 //!< Bit mask for quality information
     24    psCell *parentCell;                 ///< Cell this measurement came from
    2425} psObject;
    2526
Note: See TracChangeset for help on using the changeset viewer.