IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2004, 4:19:03 PM (22 years ago)
Author:
Paul Price
Message:

Added parallax factor function.

File:
1 edited

Legend:

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

    r287 r289  
    7777    int nChips;                         ///< Number of Cells assigned
    7878    int nAlloc;                         ///< Number of Cells available
    79     struct psChip *chips;               ///< Chips in the Focal Plane Array
     79    psChip *chips;                      ///< Chips in the Focal Plane Array
    8080
    8181    psMetaDataSet *md;                  ///< FPA-level metadata
     
    9494typedef struct {
    9595    int nCells;                         ///< Number of Cells assigned
    96     struct psCell *cells;               ///< Cells in the Chip
     96    psCell *cells;                      ///< Cells in the Chip
    9797
    9898    psMetaDataSet *md;                  ///< Chip-level metadata
     
    108108    int nReadouts;                      ///< number of readouts in this cell realization; each may have its
    109109                                        ///< own image, objects and overscan.
    110     struct psReadout *readouts;         //!< Readouts from the cell
     110    psReadout *readouts;                //!< Readouts from the cell
    111111    psMetaDataSet *md;                  ///< Cell-level metadata
    112112
     
    115115    psCoordXform *cellToSky;            ///< Quick and Dirty transformations from cell coordinates to sky
    116116
    117     struct psChip  *parentChip;         ///< chip which contains this cell
     117    psChip  *parentChip;                ///< chip which contains this cell
    118118} psCell;
    119119
     
    261261                const psExposure *exp   //!< Telescope pointing information, for airmass, temp and pressure
    262262                );
     263
     264/** Calculate the parallax factor */
     265double
     266psGetParallaxFactor(const psExposure *exp //!< Exposure details
     267    );
    263268
    264269/*** Constructors / Destructors ******************************************************/
Note: See TracChangeset for help on using the changeset viewer.