ReFRACtor
|
This registers the portions of the MaxAPosteriori class that should be written as output. More...
#include <max_a_posteriori_output.h>
Public Member Functions | |
MaxAPosterioriOutput (const boost::shared_ptr< MaxAPosteriori > &MAP, bool Write_jacobian=false) | |
You can optionally turn on the writing of the Jacobian. More... | |
virtual | ~MaxAPosterioriOutput () |
virtual std::string | desc () const |
Description of object, to be printed to stream. More... | |
virtual void | print (std::ostream &Os) const |
Print to stream. More... | |
std::string | print_to_string () const |
Print to string. More... | |
virtual void | register_output (const boost::shared_ptr< Output > &out) const |
Register portions of class that will be written to output. More... | |
virtual void | register_output_apriori (const boost::shared_ptr< Output > &out) const |
Register apriori portions of class. More... | |
This registers the portions of the MaxAPosteriori class that should be written as output.
See the discussion in RegisterOutputBase why this isn't just part of the ConnnorSolver class.
Definition at line 14 of file max_a_posteriori_output.h.
|
inline |
You can optionally turn on the writing of the Jacobian.
We don't do this by default because the files get large if we do, and most of the time we don't need the Jacobian values.
Definition at line 22 of file max_a_posteriori_output.h.
|
inlinevirtual |
Definition at line 25 of file max_a_posteriori_output.h.
|
inlinevirtualinherited |
Description of object, to be printed to stream.
This gives a cleaner interface for deriving from python.
Reimplemented in FullPhysics::HighResSpectrumOutput.
Definition at line 83 of file register_output_base.h.
|
inlinevirtualinherited |
Print to stream.
The default calls the function "desc" that returns a string. This gives cleaner interface for deriving from this class in python, but most C++ classes will want to override this function rather than using desc.
Definition at line 76 of file register_output_base.h.
|
inlineinherited |
Print to string.
This is primarily useful for SWIG wrappers to this class, e.g. a to_s method in ruby.
Definition at line 31 of file printable.h.
|
virtual |
Register portions of class that will be written to output.
This is for the final statevector, for classes where apriori and final are written out different.
Implements FullPhysics::RegisterOutputBase.
Definition at line 14 of file max_a_posteriori_output.cc.
|
inlinevirtualinherited |
Register apriori portions of class.
The default is not to have anything written out, but derived classes can override this.
Note that by convention that we "freeze" the state of the class when we register the apriori_output. This allows for things like the StateVector to be changed after wards without changing the apriori state.
Reimplemented in FullPhysics::AerosolConsolidatedOutput, FullPhysics::HighResSpectrumOutput, FullPhysics::StateVectorOutput, FullPhysics::AltitudeOutput, FullPhysics::EmpiricalOrthogonalFunctionOutput, FullPhysics::AbsorberVmrFixedLevelOutput, FullPhysics::PressureFixedLevelOutput, FullPhysics::AbsorberAbscoOutput, FullPhysics::DispersionPolynomialOutput, FullPhysics::GroundBrdfOutput, FullPhysics::GroundCoxmunkPlusLambertianOutput, FullPhysics::PressureOutput, FullPhysics::AbsorberVmrFixedLevelScaledOutput, FullPhysics::AbsorberVmrLevelOutput, FullPhysics::AbsorberVmrLevelScaledOutput, FullPhysics::AbsorberVmrMetOutput, FullPhysics::TemperatureFixedLevelOutput, FullPhysics::AerosolParamOutput, FullPhysics::DispersionFitOutput, FullPhysics::GroundCoxmunkOutput, FullPhysics::GroundLambertianOutput, FullPhysics::StokesCoefficientFractionOutput, FullPhysics::TemperatureLevelOffsetOutput, FullPhysics::TemperatureMetOutput, FullPhysics::RadianceScalingOutput, FullPhysics::GasVmrAprioriOutput, and FullPhysics::FluorescenceEffectOutput.
Definition at line 67 of file register_output_base.h.