Level_4

class esis.data.level_4.Level_4(cube_list, wcs_list)

Bases: kgpy.mixin.Pickleable

__init__(cube_list, wcs_list)

Initialize self. See help(type(self)) for accurate signature.

Parameters
Return type

None

Attributes

best_inverted_results

Methods

__init__(cube_list, wcs_list)

Initialize self.

default_pickle_path()

rtype

pathlib.Path

from_pickle([path])

rtype

esis.data.level_4.Level_4

plot()

to_pickle([path])

Inheritance Diagram

Inheritance diagram of esis.data.level_4.Level_4

static default_pickle_path()
Return type

pathlib.Path

classmethod from_pickle(path=None)
Return type

esis.data.level_4.Level_4

Parameters

path (Optional[pathlib.Path]) –

plot()
to_pickle(path=None)
Parameters

path (Optional[pathlib.Path]) –

property best_inverted_results
cube_list: List[esis.data.inversion.mart.result.Result]
wcs_list: List[astropy.wcs.wcs.WCS]