Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unification of pl-med2img, pfdo_med2image, pl-pfdo_med2img #33

Open
jennydaman opened this issue Mar 12, 2021 · 0 comments
Open

Unification of pl-med2img, pfdo_med2image, pl-pfdo_med2img #33

jennydaman opened this issue Mar 12, 2021 · 0 comments

Comments

@jennydaman
Copy link

pl-med2img is a wrapper around med2image which conforms the CLI usage to a ChRIS ds plugin spec.

pfdo_med2image is a wrapper around med2image which generalizes med2image so that it can be mapped on all files found via recursive traversal, i.e. analogous to

find /inputDir -name '*.nii' | med2image ...

pl-med2img, pfdo_med2image, pl-pfdo_med2img extend med2image. But these need not be separate projects.

The proposal here is to have one repository med2image which provides:

  • the python library med2image (its API will not be changed)
  • the script med2image, which has the usage and functionality of pl-pfdo_med2image
    • the CLI options are not much different
    • the CLI for pl-pfdo_med2image complies to the ChRIS ds plugin spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant