IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1770


Ignore:
Timestamp:
Sep 9, 2004, 2:33:54 PM (22 years ago)
Author:
Paul Price
Message:

Untabified.

File:
1 edited

Legend:

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

    r1768 r1770  
    1 %%% $Id: psLibSDRS.tex,v 1.120 2004-09-10 00:23:39 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.121 2004-09-10 00:33:54 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    26192619psC64 psImagePixelInterpolate(const psImage *input, float x, float y,
    26202620                              const psImage *mask, unsigned int maskVal,
    2621                               psC64 unexposedValue, psImageInterpolateMode mode);
     2621                              psC64 unexposedValue, psImageInterpolateMode mode);
    26222622\end{verbatim}
    26232623Perform interpolation of image pixel values to the given fractional
     
    32913291\begin{verbatim}
    32923292typedef struct {
    3293     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
     3293    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
    32993299} psTimeTable;
    33003300\end{verbatim}
     
    33723372psLib.time.before.yp    F64     0.0                     # Value of YP for before the earliest MJD
    33733373psLib.time.before.dut   F64     0.0                     # Value of UT1-UTC for before the earliest MJD
    3374                                                        
     3374                                                       
    33753375# Now follows formulae for predicting ahead of the most recent available table entry.
    33763376# xp = [0] + [1]*cos A + [2]*sin A + [3]*cos C + [4]*sin C
Note: See TracChangeset for help on using the changeset viewer.