UnloadJones.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2019 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/Polarimetry/Pulsar/UnloadJones.h
10
11#ifndef __UnloadJones_H
12#define __UnloadJones_H
13
14#include "Pulsar/SystemCalibratorUnloader.h"
15
16namespace Pulsar
17{
19
22 {
23 public:
24
26 UnloadJones ();
27
30
31 };
32
33}
34
35#endif
Unloads Pulsar::SystemCalibrator solution to file.
Definition SystemCalibratorUnloader.h:20
PolnCalibrator with estimated calibrator Stokes parameters.
Definition SystemCalibrator.h:50
void unload(SystemCalibrator *)
Unload the SystemCalibrator solution using the current settings.
Definition UnloadJones.C:28
UnloadJones()
Default constructor.
Definition UnloadJones.C:15
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0