curryer.meta

SPICE Meta-kernel replacement logic.

@author: Brandon Stone

Attributes

Classes

MetaKernel

SPICE meta-kernel properties.

Module Contents

curryer.meta.logger
curryer.meta.SC_FIELDS
class curryer.meta.MetaKernel

SPICE meta-kernel properties.

mappings: dict[str, curryer.spicierpy.obj.AbstractObj]
mission_kernels: list[pathlib.Path] = []
sds_kernels: list[pathlib.Path] = []
__repr__()
first()
last()
find_frame_kernels() list[pathlib.Path]
load()
static _render_paths(files, rel_dir: pathlib.Path)
classmethod from_dict(properties, mission_dir: pathlib.Path = None, sds_dir: pathlib.Path = None)
classmethod from_json(json_file, relative: bool = False, mission_dir: pathlib.Path = None, sds_dir: pathlib.Path = None)