ess.sans.data.Registry#

class ess.sans.data.Registry(instrument, files, version)[source]#
__init__(instrument, files, version)[source]#

Methods

__init__(instrument, files, version)

get_path(name[, unzip])

Get the path to a file in the registry.

get_path(name, unzip=False)[source]#

Get the path to a file in the registry.

Parameters:
  • name (str) – Name of the file to get the path for.

  • unzip (bool, default: False) – If True, unzip the file before returning the path.

Return type:

str