Functionality Expanded
Scientific functionality : thermal emission, 3d inputs
Major code structure changes:
Because thermal emission was added, we have changed the way the code output is returned:
w,a = case.spectrum()
is now..
df = case.spectrum()
where df
is a dictionary with wavenumber
, albedo
, thermal
, fpfs
, full_output
, pending what the calculation asked for.
All tutorials have been changed to reflect this!
In addition to thermal emission we also include more explicit tutorials for 3d calculations.
NOTE: we opted out of publishing a new paper for this release.