Skip to content

module myna.database.myna_json

Database class for a directory with NIST AM-Bench 2022 build data


class MynaJSON

Database stored in a JSON dictionary containing Myna data

method MynaJSON.__init__

__init__()

method MynaJSON.exists

exists()

method MynaJSON.get_scan_path

get_scan_path(data, part, layer)

Returns the scanpath file path, converting or extracting information to a file if necessary


method MynaJSON.layer_str

layer_str(layernumber)

Return formatted layer number string


method MynaJSON.load

load(metadata_type, part=None, layer=None)

Load and return a metadata value from the database


method MynaJSON.set_path

set_path(path)

Set the path to the database

Args:

  • path: filepath to the JSON-containing build data

This file was automatically generated via lazydocs.