LOSResult

class nexoclom.LOSResult(inputs, data, quantity, dphi=<Quantity 3. deg>, filenames=None, overwrite=False, **kwargs)[source]

Bases: nexoclom.ModelResults.ModelResult

Determine column or emission along lines of sight. This assumes the model has already been run.

inputs

An Inputs object

data

A Pandas DataFrame object with information on the lines of sight.

quantity

Quantity to calculate: ‘column’, ‘radiance’, ‘density’

dphi

Angular size of the view cone. Default = 3 deg.

filenames

A filename or list of filenames to use. Default = None is to find all files created for the inputs.

overwrite

If True, deletes any images that have already been computed. Default = False

Methods Summary

create_model(data, outfile, **kwargs)

restore(data, fname)

save(data, fname, radiance, packets)

Methods Documentation

create_model(data, outfile, **kwargs)[source]
restore(data, fname)[source]
save(data, fname, radiance, packets)[source]