TwiceAsNice  2019-02-18
Macros | Functions
Iif2fitsKw.cc File Reference
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <iomanip>
#include "Ltcs/Iif/Iif2fitsKw.h"
Include dependency graph for Iif2fitsKw.cc:

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...
 

Macro Definition Documentation

◆ DR2D

#define DR2D   57.29577951308232087679815

conversion factor radians to degrees.

Equals 180/Pi, see extern/sofa/sofa/.../c/src/sofam.h

◆ LN_LTCS_AGE_FITSKW

#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..

Since
2018-04-13

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  os,
const Ltcs::Iif2fitsKw k 
)

Create a FITS template line.


Parameters
[in,out]osThe stream to be filled.
[in]rlThe range list to be printed.
Returns
The stream itself.
Since
2016-10-11