Changeset 1599
- Timestamp:
- Aug 19, 2004, 10:41:43 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS_Astrom.tex (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS_Astrom.tex
r1565 r1599 123 123 psPlaneTransform *cellToFPA; ///< Transformations from cell coordinates to FPA coordinates 124 124 psPlaneTransform *toTP; ///< Quick and Dirty transformations from cell coordinates to sky 125 struct psChip *parentChip;///< chip which contains this cell125 struct psChip *parentChip; ///< chip which contains this cell 126 126 } psCell; 127 127 \end{verbatim} … … 197 197 const double zd; ///< Zenith distance 198 198 const double az; ///< Azimuth 199 const double lst; ///< Local Sidereal Time200 199 const psTime *time; ///< Time of observation 201 200 const float rotAngle; ///< Rotator position angle … … 207 206 const psObservatory *observatory; ///< Observatory data 208 207 /* Derived quantities */ 208 const psTime lst; ///< Local Sidereal Time 209 209 const float posAngle; ///< Position angle 210 210 const float parallactic; ///< Parallactic angle … … 239 239 The constructor for \code{psExposure} shall be: 240 240 \begin{verbatim} 241 psExposure *psExposureAlloc(double ra, double dec, double ha, double zd, double az, double lst,241 psExposure *psExposureAlloc(double ra, double dec, double ha, double zd, double az, 242 242 const psTime *time, float rotAngle, float temp, float pressure, float humidity, 243 243 float exptime, float wavelength, const psObservatory *observatory); … … 567 567 568 568 \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. 569 float psGetAirmass(const psSphere *coord, psTime *lst, float height); 570 \end{verbatim} 571 which returns the airmass for a given position and local sidereal time 572 (\code{lst}). 572 573 573 574 \begin{verbatim} … … 587 588 double psGetParallaxFactor(const psExposure *exp) 588 589 \end{verbatim} 589 Calculate the parallax factor for the given exposure \tbd{why do we590 need this?}.590 Calculate the parallax factor for the given exposure. \tbd{Why do we 591 need this?}.
Note:
See TracChangeset
for help on using the changeset viewer.
