Remove I0, I1, I2, mu_ref from the XASObject loading in the GUI
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.