ewoksxas.tasks.read_scans.MetadataInfo#

class ewoksxas.tasks.read_scans.MetadataInfo(name, path, type='auto')[source]#

Bases: object

A metadata field to read: output name, HDF5 path, and variable type.

type is a token (“auto” | “categorical” | “text” | “numeric”) controlling how the values are materialized as an Orange variable; “auto” lets the converter infer the type.

Parameters:
  • name (str)

  • path (str)

  • type (str)

name: str#
path: str#
type: str#