StochasticAnalytics / emClarity

GNU Lesser General Public License v3.0
41 stars 6 forks source link

Remove outdated warning in multiLoadOrBin #100

Closed bHimes closed 4 years ago

bHimes commented 4 years ago

I'm not even sure anymore why this was a thing.

% So you could pass a -1 as sampling which would indicate to not load but that % syntax is only intended when resampling is required, so ignore the flag here % but throw a warning. fprintf('\n\nYou requested a sampling of -1 Nonsense!! loading anyway.\n\n');

IMG_OUT = single(getVolume(MRCImage(IMG)));