hypergas.lut_interp module

Some interp functions copied from mag1c, which is licensed under the BSD 3-Clause License.

hypergas.lut_interp.check_param(value, min, max, name)[source]
hypergas.lut_interp.get_5deg_lookup_index(zenith=0, sensor=120, ground=0, water=0, conc=0, gas='ch4')[source]
hypergas.lut_interp.spline_5deg_lookup(grid_data, zenith=0, sensor=120, ground=0, water=0, conc=0, gas='ch4', order=1)[source]