ComponentID

class glue.core.component_id.ComponentID(label, hidden=False)[source]

Bases: object

References a glue.core.component.Component object within a Data object.

ComponentIDs behave as keys:

component_id = data.id[name]
data[component_id] -> numpy array
Parameters:label (str) – Name for the ID

Attributes Summary

hidden Whether to hide the component by default
label

Attributes Documentation

hidden

Whether to hide the component by default

label