EMToolKit.schemas package
EMToolKit.schemas.basic_schemas module
EMToolKit.schemas.basic_transforms module
EMToolKit.schemas.coord_grid module
EMToolKit.schemas.element_functions module
EMToolKit.schemas.element_grid module
- class EMToolKit.schemas.element_grid.detector_grid(grid, parms, func, footprint=None, stencil_thold=0.0005, nsubgrid=3, thold=0.005)[source]
Bases:
element_grid
- class EMToolKit.schemas.element_grid.element_grid(grid, parms, func, footprint=None, stencil_thold=0.0005, nsubgrid=3, thold=0.005)[source]
Bases:
object
- class EMToolKit.schemas.element_grid.source_grid(grid, parms, func, footprint=None, stencil_thold=0.0005, nsubgrid=3, thold=0.005)[source]
Bases:
element_grid
EMToolKit.schemas.element_source_responses module
EMToolKit.schemas.operators module
- class EMToolKit.schemas.operators.multi_instrument_linear_operator(*args, **kwargs)[source]
Bases:
LinearOperator
- class EMToolKit.schemas.operators.reg_operator_postfac_wrapper(*args, **kwargs)[source]
Bases:
LinearOperator
EMToolKit.schemas.util module
- EMToolKit.schemas.util.as_dict(rec)[source]
turn a numpy recarray record into a dict. this is mostly useful just to have a human readable output of a record on the console.
as_dict(my_data[234])
- EMToolKit.schemas.util.get_mask_errs(dat_cube, iris_err_fac, error_cube=None, filt_thold=2.5)[source]