ReFRACtor
fluorescence_fixture.h
Go to the documentation of this file.
1 #include "fluorescence_effect.h"
3 #include <boost/shared_ptr.hpp>
4 
5 using namespace FullPhysics;
6 using namespace blitz;
7 
9 public:
11  : ConfigurationFixture("config_fluor.lua")
12  {
13  epsilon.resizeAndPreserve(114);
14 
16  lua_config["spectrum_effect"].value_ptr<std::vector<std::vector<boost::shared_ptr<SpectrumEffect> > > >();
17  config_fluor = boost::dynamic_pointer_cast<FluorescenceEffect>(vvse->at(0).at(2));
18  if (!config_fluor) {
19  throw Exception("Could not cast SpectrumEffect into FluorescenceEffect");
20  }
21  }
22  virtual ~FluorescenceFixture() {}
24 };
There are a number of tests that need to use a standard set of objects, similar to what we generate w...
boost::shared_ptr< FluorescenceEffect > config_fluor
This is the base of the exception hierarchy for Full Physics code.
Definition: fp_exception.h:16
Implements adding the effect of fluorescence to A-Band spectrum by using a retrievable across the ban...
Apply value function to a blitz array.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:08