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
When running noproj from the GUI, if a match cube is not explicitly specified, the program fails with the following error... How to reproduce
Run noproj from GUI with no match cube.
Possible Solution
This was likely introduced when noproj was converted to a callable function.
In the method void noproj(UserInterface &ui), a cube object is constructed and passed to the programmatic noproj interface, even if it has not been entered in the GUI.
ISIS version(s) affected: Latest
Description
When running noproj from the GUI, if a match cube is not explicitly specified, the program fails with the following error...
How to reproduce
Run noproj from GUI with no match cube.
Possible Solution
This was likely introduced when noproj was converted to a callable function.In the method void noproj(UserInterface &ui), a cube object is constructed and passed to the programmatic noproj interface, even if it has not been entered in the GUI.
Then, in the programmatic interface, mcube is never NULL so an attempt to open is made, and fails...
This could be fixed by changing mcube to a default parameter in the programmatic interface...
Additional context
Encountered on Intel MacBook Pro running macOS Monterey 12.7.2.The text was updated successfully, but these errors were encountered: