get_registries#

cherab.lhd.tools.fetch.get_registries() dict[str, str]Source#

Get the registries of the datasets.

Returns:
dict[str, str]

Registries of the datasets, where key is the file name and value is the SHA256 hash.

Examples

>>> get_registries()
{
    "emc3/grid-360.nc": "...",
    "machine/divertor.rsm": "...",
    ...
}