1 #ifndef ERROR_ANALYSIS_OUTPUT_H 2 #define ERROR_ANALYSIS_OUTPUT_H 17 const blitz::Array<bool, 1>& Spec_flag,
18 const std::vector<std::string>& Hdf_band_names,
19 bool Have_co2 =
false)
20 : err(E), have_co2(Have_co2), spec_flag(Spec_flag), hdf_band_names(Hdf_band_names) {}
27 const blitz::Array<bool, 1> spec_flag;
28 std::vector<std::string> hdf_band_names;
virtual ~ErrorAnalysisOutput()
ErrorAnalysisOutput(const boost::shared_ptr< ErrorAnalysis > &E, const blitz::Array< bool, 1 > &Spec_flag, const std::vector< std::string > &Hdf_band_names, bool Have_co2=false)
virtual void register_output(const boost::shared_ptr< Output > &out) const
Register portions of class that will be written to output.
As described in the Output class, we have a decentralized model of producing output for L2 Full Physi...
This registers the portions of the ErrorAnalysis class that should be written as output.
Contains classes to abstract away details in various Spurr Radiative Transfer software.