Skip to content

Refactor storage of InstrumentStates

Raza, Zamaan requested to merge instrument_states into develop

Resolves #399 (closed)

Storage of InstrumentStates is removed from DataSet which should be an immutable object. InstrumentStates are now owned by Experiment and stored in InstrumentStateSet, with their own handler, InstrumentStateHandler.

Merge request reports