bug fixing and improved integration
Main changes in this release:
- Fixed a bug in
bigread2.m
that was causing it to fail loading certain tiff files. - Better integration of the MCMC deconvolution method in
update_temporal_components
. update_temporal_components
andupdate_temporal_components_parallel
are now combined into a single file, namedupdate_temporal_components
. The choice is determined fromoptions.temporal_parallel
which by default chooses the parallel implementation if the parallel processing toolbox is present.