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

Implementation of SINAPPS #7

Open
1 of 9 tasks
sebastientourbier opened this issue Nov 10, 2019 · 0 comments
Open
1 of 9 tasks

Implementation of SINAPPS #7

sebastientourbier opened this issue Nov 10, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@sebastientourbier
Copy link
Member

sebastientourbier commented Nov 10, 2019

List of SINAPPS to be implemented:

  • NLMdenoising
  • CorrectSliceIntensity
  • SliceBySliceN4BiasFieldCorrection
  • SliceBySliceCorrectBiasField
  • CorrectSliceIntensity
  • IntensityStandardization
  • HistogramNormalization
  • ImageReconstruction
  • TVSuperResolution

Tasks involved for each SINAPP:

  • Check if interfaces already implemented by Priscille and Hamza
  • Adapt to sinapp framework or implement interface for each program of the Containerized MIALSRTK library listed above.
  • Creation of each sinapp underlies the creation of the following files stored under sinapps/<sinapp-name>/ (see sinapps/nlmdenoise/ for an example):
    • The implementation of the run.py script which provides a BIDS app argument parser, the creation of the workflow and the execution of the sinapp.
    • The implementation of the Dockerfile for containerization that describes the computing environment used to execute the workflow based on an Ubuntu 16.04 LTS system. A conda environment.yml is used to facilitate the installation of the python environment.
@sebastientourbier sebastientourbier added the enhancement New feature or request label Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant