Skip to content

Updated interface between GUI and Refiner

Raza, Zamaan requested to merge refiner_table_fix into develop

Resolves #166 (closed) and #154 (closed)

Several changes to the GUI/refiner interface.

  1. Refactored refiner to be consistent with other parts of Experiment(added struct RefinerParameters to pass parameters).
  2. Now do all Refiner work via Experiment in the GUI
  3. Tidied up tables in SubframeRefiner
  4. Removed a large amount of output being piped to stdout
  5. Differences in InstrumentStates per frame are now displayed in the log.
Edited by Raza, Zamaan

Merge request reports