References #60 and also has incorporated bugfix/parallelOnLocal.
Merged bugfix/parallelOnLocal (Thanks @Nabarb)
Now forces doAutoClustering to use "Clusters" instead of checking for "Sorted" (in weird cases where this is re-run after "Sorted" files are leftover, for example.
nigeLab.Block/doAutoClustering() can now take an optional third flag argument ('useSort') which is set to false by default.
It is not currently used; but if .doAutoClustering is ever used in combination with nigeLab.Sort and nigeLab.libs.SpikeImage (instead of nigeLab.libs.SpikeImage/Recluster() then this flag should be set to true in order for it to use the existing sort instead of just reclustering all the profiles.
Bugfix
References #60 and also has incorporated bugfix/parallelOnLocal.
bugfix/parallelOnLocal
(Thanks @Nabarb)doAutoClustering
to use "Clusters" instead of checking for "Sorted" (in weird cases where this is re-run after "Sorted" files are leftover, for example.nigeLab.Block/doAutoClustering()
can now take an optional third flag argument ('useSort') which is set to false by default.nigeLab.Sort
andnigeLab.libs.SpikeImage
(instead ofnigeLab.libs.SpikeImage/Recluster()
then this flag should be set to true in order for it to use the existing sort instead of just reclustering all the profiles.