Skip to content

Reader

AmberOutputReader

Bases: Reader

checks()

extract(prj, ens_id, run_id, ctx)

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.

ens_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)

store_results_sections(prj, region, run_id=None)