Vaa3D / release

Binary releases of Vaa3D and related software components
43 stars 9 forks source link

Could you provide an interface to load v3dpbd in python? #17

Open swwzn714 opened 1 year ago

yzx9 commented 1 year ago

I have no a python interface to load v3dbpd, but your can convert it to nrrd, here is an example shell script:

export LD_LIBRARY_PATH=/opt/vaa3d-bin
/opt/vaa3d-bin/vaa3d \
    -x convert_file_format \
    -f convert_format \
    -i path/to/your/v3dbpd \
    -o ./test.nrrd

If you are using Windows, please change option -x to //x, others same.

zzhmark commented 1 year ago

plz, take a look at my project.

https://github.com/SEU-ALLEN-codebase/v3d-py-helper

It's augmented and even faster than vaa3d itself.

Be careful with 16bit compression, cause I finished its design but it becomes no longer compatible with other software. you can turn it off, though, using the original unfinished 16bit compression.