Changeset 1770
- Timestamp:
- Sep 9, 2004, 2:33:54 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1768 r1770 1 %%% $Id: psLibSDRS.tex,v 1.12 0 2004-09-10 00:23:39price Exp $1 %%% $Id: psLibSDRS.tex,v 1.121 2004-09-10 00:33:54 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2619 2619 psC64 psImagePixelInterpolate(const psImage *input, float x, float y, 2620 2620 const psImage *mask, unsigned int maskVal, 2621 psC64 unexposedValue, psImageInterpolateMode mode);2621 psC64 unexposedValue, psImageInterpolateMode mode); 2622 2622 \end{verbatim} 2623 2623 Perform interpolation of image pixel values to the given fractional … … 3291 3291 \begin{verbatim} 3292 3292 typedef struct { 3293 const char *filename; // Filename of time table3294 const psF64 validFrom, validTo; // MJDs of validity of time table3295 bool loaded; // Has the table been loaded?3296 psVector *mjd; // MJD data, type is psF643297 psVector *dut; // delta UT = UT1 - UTC data3298 psVector *xp, *yp; // Polar motion data3293 const char *filename; // Filename of time table 3294 const psF64 validFrom, validTo; // MJDs of validity of time table 3295 bool loaded; // Has the table been loaded? 3296 psVector *mjd; // MJD data, type is psF64 3297 psVector *dut; // delta UT = UT1 - UTC data 3298 psVector *xp, *yp; // Polar motion data 3299 3299 } psTimeTable; 3300 3300 \end{verbatim} … … 3372 3372 psLib.time.before.yp F64 0.0 # Value of YP for before the earliest MJD 3373 3373 psLib.time.before.dut F64 0.0 # Value of UT1-UTC for before the earliest MJD 3374 3374 3375 3375 # Now follows formulae for predicting ahead of the most recent available table entry. 3376 3376 # xp = [0] + [1]*cos A + [2]*sin A + [3]*cos C + [4]*sin C
Note:
See TracChangeset
for help on using the changeset viewer.
