Home
Install
Use
Develop
Support
News
Credits
hosted by
|
11#ifndef __FITSIO_TEMPO_H
12#define __FITSIO_TEMPO_H
19 void load (fitsfile*, Legacy::psrephem*, long row=0);
20 void unload (fitsfile*, const Legacy::psrephem*, long row=0);
22 void fits_map (fitsfile*, std::vector<int>& ephind, int& maxstrlen);
25 void unload (fitsfile*, const polynomial*, long row);
27 void load (fitsfile*, polyco*, int back=0);
28 void unload (fitsfile*, const polyco*, int back=0);
Generated using doxygen 1.14.0
|