IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1590


Ignore:
Timestamp:
Aug 18, 2004, 6:18:30 PM (22 years ago)
Author:
Paul Price
Message:

Updated from SDRS.

File:
1 edited

Legend:

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

    r1528 r1590  
    5656/** Constructor */
    5757psGrommit *
    58 psGrommitAlloc(double latitude,         ///< geodetic latitude (radians)
    59                double sinLat, double cosLat, ///< sine and cosine of geodetic latitude
    60                double abberationMag,    ///< magnitude of diurnal aberration vector
    61                double height,           ///< height (HM)
    62                double temperature,      ///< ambient temperature (TDK)
    63                double pressure,         ///< pressure (PMB)
    64                double humidity,         ///< relative humidity (RH)
    65                double wavelength,       ///< wavelength (WL)
    66                double lapseRate,        ///< lapse rate (TLR)
    67                double refractA, double refractB, ///< refraction constants A and B (radians)
    68                double longitudeOffset,  ///< longitude + eqn of equinoxes + ``sidereal UT'' (radians)
    69                double siderealTime      ///< local apparent sidereal time (radians)
     58psGrommitAlloc(const psExposure *exp    ///< Exposure details from which to derive grommit
    7059    );
    7160
     
    7665    const double zd;                    ///< Zenith distance
    7766    const double az;                    ///< Azimuth
    78     const double lst;                   ///< Local Sidereal Time
    7967    const psTime *time;                 ///< Time of observation
    8068    const float rotAngle;               ///< Rotator position angle
     
    8674    const psObservatory *observatory;   ///< Observatory data: longitude, latitude, height etc.
    8775    /* Derived quantities */
     76    const psTime *lst;                  ///< Local Sidereal Time
    8877    const float posAngle;               ///< Position angle
    8978    const float parallactic;            ///< Parallactic angle
     
    10089                double zd,              ///< Zenith distance
    10190                double az,              ///< Azimuth
    102                 double lst,             ///< Local Sidereal Time
    10391                const psTime *time,     ///< Time of observation
    10492                float rotAngle,         ///< Rotator position angle
     
    185173    psPlaneTransform *cellToFPA;        ///< Transformations from cell coordinates to FPA coordinates
    186174    psPlaneTransform *toTP;             ///< Quick and Dirty transformations from cell coordinates to sky
    187     struct psChip  *parentChip;         ///< chip which contains this cell
     175    struct psChip *parentChip;          ///< chip which contains this cell
    188176} psCell;
    189177
     
    345333float
    346334psGetAirmass(const psSphere *coord,     ///< Position on the sky
    347              double siderealTime,       ///< Sidereal time
     335             psTime *lst,               ///< Local sidereal time
    348336             float height)              ///< Height above sea level
    349337;
     
    368356;
    369357
    370 /*** Constructors / Destructors ******************************************************/
    371 
    372 
    373 /** Destructor */
    374 void
    375 psExposureFree(psExposure *restrict myExp) ///< Object to destroy
    376 ;
    377 
    378 /** Constructor */
    379 psGrommit *
    380 psGrommitAlloc(const psExposure *exp)   ///< Relevant exposure
    381 ;
    382 
    383 /** Destructor */
    384 void
    385 psGrommitFree(psGrommit *grommit)       ///< Grommit to destroy
    386 ;
    387 
    388358/* \} */ // End of AstroGroup Functions
    389359
Note: See TracChangeset for help on using the changeset viewer.