TwiceAsNice
2019-02-18
|
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <iomanip>
#include "Ltcs/Iif/Iif2fitsKw.h"
Macros | |
#define | DR2D 57.29577951308232087679815 |
conversion factor radians to degrees. More... | |
#define | LN_LTCS_AGE_FITSKW 600 |
A time duration in seconds which invalidates old contents. More... | |
Functions | |
ostream & | operator<< (ostream &os, const Ltcs::Iif2fitsKw &k) |
Create a FITS template line. More... | |
#define DR2D 57.29577951308232087679815 |
conversion factor radians to degrees.
Equals 180/Pi, see extern/sofa/sofa/.../c/src/sofam.h
#define LN_LTCS_AGE_FITSKW 600 |
A time duration in seconds which invalidates old contents.
If values in our snapshot data are older than this, they are downgraded to FITS comments. If the value is 600, data must have been obtained no longer than 10 minutes before the getFITS() is called..
ostream& operator<< | ( | ostream & | os, |
const Ltcs::Iif2fitsKw & | k | ||
) |
Create a FITS template line.
[in,out] | os | The stream to be filled. |
[in] | rl | The range list to be printed. |