CalibratorExtensionIO.h
1 /***************************************************************************
2  *
3  * Copyright (C) 2004 by Willem van Straten
4  * Licensed under the Academic Free License version 2.1
5  *
6  ***************************************************************************/
7 #include "Pulsar/CalibratorExtension.h"
8 #include "FITSError.h"
9 #include "fitsutil.h"
10 
11 #include <memory>
12 #include <fitsio.h>
13 
14 namespace Pulsar {
15 
16  void load (fitsfile* fptr, CalibratorExtension* ext);
17 
18  void unload (fitsfile* fptr, const CalibratorExtension* ext);
19 
20  void load_Estimates (fitsfile* fptr, std::vector< Estimate<double> >& data,
21  const char* column_name, bool verbose = false);
22 
23  void unload_Estimates (fitsfile* fptr,
24  const std::vector< Estimate<double> >& data,
25  const char* column_name,
26  const std::vector<unsigned>* dims = 0);
27 }
28 
const ScalarMath sqrt(const ScalarMath &x)
Defines the PSRCHIVE library.
Definition: CalSource.h:17

Generated using doxygen 1.8.17