ash_model.readwrite.io.read_ash_from_json

ash_model.readwrite.io.read_ash_from_json(path, compress=False)[source]

Read an ASH object from a JSON file.

Parameters:
  • path (str) – Path to the JSON file.

  • compress (bool) – If True, the file is assumed to be compressed using gzip.

Returns:

ASH object

Return type:

ASH