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/psImage.h

    r243 r251  
    88
    99/** General image manipulation functions.
     10 *  These functions operate on individual 2D images
    1011 */
    1112
     
    2728    struct psImage *children;           ///< children of this region
    2829    int Nchildren;                      ///< number of subimages
    29     struct psMetaDataSet *md;           ///< metadata associated with image
    30     psObjectArray *objtable;            ///< objects associated with image
    3130} psImage;
    3231
Note: See TracChangeset for help on using the changeset viewer.