sasktran2.Output#
- class sasktran2.Output[source]#
Bases:
ABCAn abstract class which defines how output from the radiative transfer Engine is handled.
The Engine first calls
internal_output()to get a pybind11 object which can be passed to the internal radiative transfer model. After the calculation is completed,post_process()is called to get the exact output container that is passed back to the user.- __init__()#
Methods
__init__()internal_output()post_process(atmo, geometry, viewing_geo)