MWE on IRFM / spica:
import tofu as tf
multi = tf.imas2tofu.MultiIDSLoader(shot=53923, ids=['pulse_schedule', 'wall', 'equilibrium', 'bolometer'])
bolo = multi.to_Data('bolometer')
Raises an error:
Erratum
The bug in Rays._complete_dX12() (see Issue #241) was not a bug: it was the input that was inappropriate (the line of sight geometry was not available in IDS).
=> No change to Rays class
MWE on IRFM / spica:
import tofu as tf
multi = tf.imas2tofu.MultiIDSLoader(shot=53923, ids=['pulse_schedule', 'wall', 'equilibrium', 'bolometer'])
bolo = multi.to_Data('bolometer')
Raises an error:
Erratum
The bug in
Rays._complete_dX12()(see Issue #241) was not a bug: it was the input that was inappropriate (the line of sight geometry was not available in IDS).=> No change to Rays class