Calibration::ConvertMJD Class Reference

Converts Argument type from MJD to double. More...

#include <ConvertMJD.h>

Public Member Functions

 ConvertMJD ()
 Default constructor.
void set_epoch (const MJD &)
 Set the epoch.
void set_reference_epoch (const MJD &)
 Set the reference epoch.
MJD get_reference_epoch () const
 Get the reference epoch.
void set_scale (double scale)
 Set the scale to be used during conversion.

Protected Attributes

MJD reference_epoch
 The reference epoch.
double scale
 The scale used during conversion.

Detailed Description

Converts Argument type from MJD to double.

Member Function Documentation

◆ set_reference_epoch()

void Calibration::ConvertMJD::set_reference_epoch ( const MJD & mjd)

Set the reference epoch.

Set the reference MJD.

References reference_epoch.


The documentation for this class was generated from the following files:

Generated using doxygen 1.14.0