ReceptionModelSolveCeres.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2017 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/Polarimetry/Pulsar/ReceptionModelSolveCeres.h
10 
11 #ifndef __ReceptionModel_SolveCeres_H
12 #define __ReceptionModel_SolveCeres_H
13 
14 #include "Pulsar/ReceptionModelSolver.h"
15 
16 namespace Calibration
17 {
19  class SolveCeres : public ReceptionModel::Solver
20  {
21 
23  std::string get_name () const;
24 
26  SolveCeres* clone () const;
27 
28  protected:
29 
31  void fit ();
32 
33  };
34 
35 }
36 
37 #endif
38 
void fit()
Solve the measurement equation using Ceres Solver.
Definition: ReceptionModelSolveCeres.C:29
Solve the measurement equation using Google's Ceres Solver.
Definition: ReceptionModelSolveCeres.h:24
friend class Solver
Provide Solver class with acces to data.
Definition: ReceptionModel.h:128
static bool verbose
A CoherencyMeasurement set and their coordinates.
Definition: CoherencyMeasurementSet.h:26

Generated using doxygen 1.8.17