Sign inSign up

vistalab/dwi-flip-bvec

By vistalab

•Updated almost 8 years ago

Flips bvec x, y, or z

Image
0

50K+

vistalab/dwi-flip-bvec repository overview

Docker Pulls Docker Stars

⁠vistalab/dwi-flip-bvec

Flip the sign of the bvec vector in the specified vector(s).

⁠Build Docker Image

docker build -t vistalab/dwi-flip-bvec .

⁠Run Locally

Assumes data are in a local directory in the following layout (note the input and output parent directories):

├── input
│   ├── bvec
│   │   └── 101915_dwi.bvec
├── output

Then run the container:

docker run -it --rm \
       -v `pwd`/input:/flywheel/v0/input/ \
       -v `pwd`/output/:/flywheel/v0/output/ \
       vistalab/dwi-flip-bvec

The results will be:

├── input
│   ├── bvec
│   │   └── 101915_dwi.bvec
├── output
│   ├── 101915_dwi_1000.bvec

Tag summary

Content type

Image

Digest

Size

1.4 GB

Last updated

almost 8 years ago

docker pull vistalab/dwi-flip-bvec