IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1599


Ignore:
Timestamp:
Aug 19, 2004, 10:41:43 AM (22 years ago)
Author:
Paul Price
Message:

Updating some time stuff.

File:
1 edited

Legend:

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

    r1565 r1599  
    123123    psPlaneTransform *cellToFPA;        ///< Transformations from cell coordinates to FPA coordinates
    124124    psPlaneTransform *toTP;             ///< Quick and Dirty transformations from cell coordinates to sky
    125     struct psChip  *parentChip;         ///< chip which contains this cell
     125    struct psChip *parentChip;          ///< chip which contains this cell
    126126} psCell;
    127127\end{verbatim}
     
    197197    const double zd;                    ///< Zenith distance
    198198    const double az;                    ///< Azimuth
    199     const double lst;                   ///< Local Sidereal Time
    200199    const psTime *time;                 ///< Time of observation
    201200    const float rotAngle;               ///< Rotator position angle
     
    207206    const psObservatory *observatory;   ///< Observatory data
    208207    /* Derived quantities */
     208    const psTime lst;                   ///< Local Sidereal Time
    209209    const float posAngle;               ///< Position angle
    210210    const float parallactic;            ///< Parallactic angle
     
    239239The constructor for \code{psExposure} shall be:
    240240\begin{verbatim}
    241 psExposure *psExposureAlloc(double ra, double dec, double ha, double zd, double az, double lst,
     241psExposure *psExposureAlloc(double ra, double dec, double ha, double zd, double az,
    242242                            const psTime *time, float rotAngle, float temp, float pressure, float humidity,
    243243                            float exptime, float wavelength, const psObservatory *observatory);
     
    567567
    568568\begin{verbatim}
    569 float psGetAirmass(const psSphere *coord, double siderealTime, float height);
    570 \end{verbatim}
    571 which returns the airmass for a given position and sidereal time.
     569float psGetAirmass(const psSphere *coord, psTime *lst, float height);
     570\end{verbatim}
     571which returns the airmass for a given position and local sidereal time
     572(\code{lst}).
    572573
    573574\begin{verbatim}
     
    587588double psGetParallaxFactor(const psExposure *exp)
    588589\end{verbatim}
    589 Calculate the parallax factor for the given exposure \tbd{why do we
    590   need this?}.
     590Calculate the parallax factor for the given exposure.  \tbd{Why do we
     591need this?}.
Note: See TracChangeset for help on using the changeset viewer.