IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2004, 12:31:20 AM (22 years ago)
Author:
eugene
Message:

added doxygen-generated structure & function lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r379 r381  
    1 %%% $Id: psLibSDRS.tex,v 1.30 2004-04-01 10:24:51 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.31 2004-04-01 10:31:20 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    24432443    psMetaDataFlags flags;              ///< flags associated with this item
    24442444    const union {
     2445        double d;                       ///< double value
    24452446        float f;                        ///< floating value
    24462447        int i;                          ///< integer value
     
    29872988typedef struct {
    29882989    int x0, y0;                         ///< Offset from the lower-left corner
     2990    int nx, ny;                         ///< Image binning
    29892991    psImage *image;                     ///< imaging area of cell
    29902992    psDlist *objects;                   ///< objects derived from cell
Note: See TracChangeset for help on using the changeset viewer.