jcf2
jcf2
Note: the original approach was apparently to use the host system's `gunzip` `% [status, result] = system(['gunzip ' my_image]);` and there deletion of the original .gz would be the default...
(oops, didn't mean to close this prematurely above... doh) The above PR is designed to address efficiency related to zip with a minimal change -- just avoid an expensive and...
This may also be what #28 is describing.
There are other broken links as well: both links in > The CANlab website is https://canlabweb.colorado.edu/, and we also maintain a WIKI with more information on some of our toolboxes...
In the 'sagittal' case, the change could be extended slightly: ` case {'sagg', 'sagittal', 'saggital'}` really needs the first as well as the 2nd/3rd to be fixed?
Sorry, just realized I listed my local Python incorrectly as "3.8" when it is 3.9 (fixed above).
To clarify, note that the use of native MATLAB 'gunzip' predates this change (was probably introduced ~5 years ago?). The issue (#60) fixed here is basically that when that switch...
We noticed we had this issue too. Thank you @robdahn for taking a look. I wanted to point out that when you patched it, it looks like you may have...