BIAC MATLAB Users,
I added an additional configuration option to showsrs2. The 'showTimePlot' option in the cfg structure allows you to specify if you would like the image included in the time series plot. See help showsrs2 for usage.
Example:baseImg = readmr;
tmapImg = readmr;
tmapCfg.showTimePlot = 0; % Don't show time plot for tmap
epochTsv = readmr;
epochCfg.transLevel = 0; % Don't show tsv on images
showsrs2(baseImg,tmapImg,tmapCfg,epochTsv,epochCfg);
You can also still change which images are included by right-clicking on the the time series plot and checking/unchecking the images.
Enjoy,
Chuck