wright-group / WrightSim

A simulation package for multidimensional spectroscopy.
MIT License
4 stars 0 forks source link

make experiment class subscriptable #33

Open ksunden opened 6 years ago

ksunden commented 6 years ago

make __getitem__ return the axis objects e.g. exp['w1']

this will make things like user input, and certain looping operations easier to manage

ksunden commented 6 years ago

similar to WrightTools axes