Skip to content

Remove I0, I1, I2, mu_ref from the XASObject loading in the GUI

Loic Huder requested to merge remove-gui-processing into main

For #88 (closed)

Rather than loading the "fancy info" (I0, I1, I2, mu_ref) in the GUI via attach_3d_array, it is now done in read_from_input_information. This was made possible by extending InputInformation to hold the URLs of the fancy info.

This means the loading of the fancy info is now consistent whether the XASObject is created from the GUI or from the Ewoks task.

Merge request reports