fitsio_tempo.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2007 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/Base/Formats/PSRFITS/fitsio_tempo.h
10
11#ifndef __FITSIO_TEMPO_H
12#define __FITSIO_TEMPO_H
13
14#include <fitsio.h>
15
16#include "psrephem.h"
17#include "polyco.h"
18
19 void load (fitsfile*, Legacy::psrephem*, long row=0);
20 void unload (fitsfile*, const Legacy::psrephem*, long row=0);
21
22 void fits_map (fitsfile*, std::vector<int>& ephind, int& maxstrlen);
23
24 void load (fitsfile*, polynomial*, long row);
25 void unload (fitsfile*, const polynomial*, long row);
26
27 void load (fitsfile*, polyco*, int back=0);
28 void unload (fitsfile*, const polyco*, int back=0);
29
30#endif
31

Generated using doxygen 1.14.0