Skip to content

Reader

io.amber.reader.AmberOutputReader

Bases: Reader

checks() classmethod

extract(prj, ensemble_id, run_id, ctx) classmethod

Extract and parse all possible information given the context. This method is responsible for calling all other methods.

PARAMETER DESCRIPTION
prt

Project to store extracted data to.

ensemble_id

Ensemble to append extracted data to.

TYPE: str

run_id

Run ID to append extracted data to.

TYPE: str

ctx

Context information for parsing data from.

TYPE: dict[str, Any]

prepare(file_path, parser, *args, **kwargs) classmethod

store_results_sections(prj, region) staticmethod