yu-lab-vt/AQuA

parallel computing question

Closed this issue · 5 comments

I noticed that one of your recommended matlab toolboxes is the parallel computing toolbox. I have the toolbox but it doesn't seem like the program is utilizing said toolbox. Does something have to be done beforehand to utilize the parallel computing toolbox?

In the current version, parallel computing toolbox is not needed. Previously, we applied parallel computing in several steps in the detection. Later, we tried to reduce the memory usage and no longer use parallel.

Thanks for the information!

I was also wondering if it was possible to MAT file instead of a tiff stack. This would be useful since I will be doing some pre-processing in Matlab which would already convert my tiff to a mat file.

We don't have this function yet. I feel this is useful and we should add it @XuelongMi

Thank you for your suggestion. Now the Aqua in Matlab version could read MAT file. You could save the data matrix with any name as a MAT file, then use Aqua to process.