You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing spectrum.dataset.x etc gets tiresome.
By overriding __getattr__ and __setattr__ it should be quite easy to redirect spectrum.x into returning spectrum.dataset.x (and of course all the other attributes of the dataset).