You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current script uses the inputs for the y-space fit for both the forward and backward scattering workspaces.
This means that both backward and forward scattering are sharing the same y-space fit, which does not make much sense.
The class for y-space fit inputs should be split into the forward and backward inputs classes, so that the new analysis_inputs.py file should only contain two classes: one for forward analysis and the other backward analysis
The text was updated successfully, but these errors were encountered:
The current script uses the inputs for the y-space fit for both the forward and backward scattering workspaces.
This means that both backward and forward scattering are sharing the same y-space fit, which does not make much sense.
The class for y-space fit inputs should be split into the forward and backward inputs classes, so that the new
analysis_inputs.py
file should only contain two classes: one for forward analysis and the other backward analysisThe text was updated successfully, but these errors were encountered: