IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2004, 12:28:16 PM (22 years ago)
Author:
Paul Price
Message:

Doxygen-ated the source files.

File:
1 edited

Legend:

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

    r149 r153  
    44/* Dates and Times */
    55
    6 /* Get current MJD, for a timestamp */
     6/** Get current MJD, for a timestamp */
    77float
    88psGetMJD(void);
    99
    10 /* Convert MJD to Human-readable date/time string */
     10/** Convert MJD to Human-readable date/time string */
    1111char *
    12 psMJDToTime(float mjd                   // Input MJD
     12psMJDToTime(float mjd                   //!< Input MJD
    1313            );
    1414
    15 /* Get Sidereal time */
     15/** Get Sidereal time */
    1616float
    17 psGetSidereal(float mjd,                // MJD
    18               float longitude           // Longitude
     17psGetSidereal(float mjd,                //!< MJD
     18              float longitude           //!< Longitude
    1919              );
    2020
Note: See TracChangeset for help on using the changeset viewer.