Coder Social home page Coder Social logo

siemens_to_ismrmrd's Introduction

Docker Pulls Docker Stars

siemens_to_ismrmrd

Siemens to ISMRMRD converter

Build context for a Flywheel Gear which runs the siemens_to_ismrmrd tool (v1.0.1). For more information on the ISMRMRD format see ISMRMRD's documentation

  • You can change build.sh to edit the repository name for the image (default=flywheel/siemens_to_ismrmrd).
  • The resulting image is ~1GB

Build the Image

To build the image:

git clone https://github.com/flywheel-apps/siemens_to_ismrmrd.git
./build.sh

Example Local Usage

To run the siemens_to_ismrmrd command in this image on your local instance, do the following:

docker run --rm -ti \
  -v </path/to/input/data>:/flywheel/v0/input/dat \
  -v </path/for/output/data>:/flywheel/v0/output \
  flywheel/siemens_to_ismrmrd

Usage notes:

  • You are mounting the directory (using the -v flag) which contains the input data in the container at /flywheel/v0/input/ and mounting the directory where you want your output data within the container at /flywheel/v0/output.
  • The input directory should contain only the file you wish to convert (a .dat file)
  • If an alternate parameter map (.xml file) for conversion is desired, an optional directory can be mounted with the additional line -v </path/to/xml/data>:/flywheel/v0/input/user_map
  • If an alternate stylesheet (.xsl file) for conversion is desired, an optional directory can be mounted with the additional line -v </path/to/xsl/data>:/flywheel/v0/input/user_stylesheet
  • No input arguments are required for the container to be executed

siemens_to_ismrmrd's People

Contributors

jenreiter avatar pvelasco avatar lmperry avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.