ewoksxas.tasks.read_scans.MetadataInfo#
- class ewoksxas.tasks.read_scans.MetadataInfo(name, path, type='auto')[source]#
Bases:
objectA metadata field to read: output name, HDF5 path, and variable type.
typeis 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#