fixed a bug that did not allowed to create a new scan in a group while some corrAnal overlays were being displayed already for other scans in the same group.
added check:
if (length(data) >= match)
newdata{scan} = data{match};
end
on line 60.
3 lines of code changed in 1 file:
change in comments
1 lines of code changed in 1 file:
Allow displaying to already open MLR (using getMLRView)
27 lines of code changed in 1 file:
GUI fix. WHen button for ROIs is clicked, updates view to display/not display ROIS
2 lines of code changed in 1 file:
Displays number of open windows when quitting
5 lines of code changed in 1 file:
Check for existence of caches before trying to clear them. This is useful for when running from command line (w/out a figure view)
9 lines of code changed in 1 file:
Consistency check so that groupNum/groupName can be interchangably used
4 lines of code changed in 1 file:
Error message when unable to open a view
6 lines of code changed in 1 file:
viewSet the initial scanNum (instead of mlrGuiSet) this fixes an issue in which the overlay was not being displayed correctly on init
1 lines of code changed in 1 file:
Check for gParams - in case dialog has been closed -- so it won't report an error
9 lines of code changed in 1 file:
If argument has been set to [], then set it to default value
11 lines of code changed in 1 file:
added ability to reset message on close
30 lines of code changed in 1 file:
added one space.
1 lines of code changed in 1 file: