I am trying to convert these files to TIFF from VSI, directory structure is as follows:
Cells/
--410c504 D0-091617 D13_Condition1.vsi
--_410c504 D0-091617 D13_Condition1_/stack1/frame_t_0.eps
Ideally I would like single channel TIFFs output (grayscale if possible). This is my output:
(python2) Cells $python -m microscoper -f .
..._Condition1.vsi: 0%| | 0/1 [00:00<?, ?it/
DAPI: 0%| | 0/3 [00:00<?, ?it/s]
T: 0%| | 0/1 [00:00<?, ?it/s]
Z: 0%| | 0/1 [00:00<?, ?it/s]
The images open in ImageJ using the OlympusViewer but I want to batch convert and this tool might be most useful. Thanks.
I am trying to convert these files to TIFF from VSI, directory structure is as follows:
Ideally I would like single channel TIFFs output (grayscale if possible). This is my output:
The images open in ImageJ using the OlympusViewer but I want to batch convert and this tool might be most useful. Thanks.