Reading Volocity Files
Posted: Fri Jun 27, 2014 5:48 pm
Is it possible to read volocity .acff files using Bioformats MatLab Package. I've tried it without success.
The OME community
https://www.openmicroscopy.org/community/
https://www.openmicroscopy.org/community/viewtopic.php?f=13&t=7549
>> data =bfopen('Tx red.acff');
VolocityClippingReader initializing /Users/sebastien/Desktop/acff/Tx red.acff
Reading series #1
.
>>
maringa wrote: I was going to upload the 'Test.acff' file but in the link http://qa.openmicroscopy.org.uk/qa/upload/ , there's no .acff option in 'Step 1: Choose file format'
>> data = bfopen('Test.acff');
[color=#FF0000]Error using bfGetReader (line 80)
Java exception occurred:
java.io.EOFException: Attempting to read beyond end of file.