For developers¶
Contributing¶
Eddymotion is a project of the NiPreps Community, which specifies the contributing guidelines. Before delving into the code, please make sure you have read all the guidelines offered online.
Documentation¶
Documentation sources are found under the docs/
folder, and builds are archived in the gh-pages branch of the repository.
With GitHub Pages, the documentation is posted under https://www.nipreps.org/eddymotion.
We maintain versioned documentation, by storing git tags under <major>.<minor>/
folders, i.e., we do not archive every patch release, but only every minor release.
In other words, folder 0.1/
of the documentation tree contains the documents for the latest release within the 0.1.x series.
With every commit (or merge commit) to main
, the development version of the documentation under the folder main/
is updated too.
The gh-pages
branch is automatically maintained with a GitHub Action.
Please, do not commit manually to gh-pages
.
To build the documentation locally, you first need to make sure that setuptools_scm[toml] >= 6.2
is installed in your environment and then:
$ cd <eddymotion-repository>/
$ python -m setuptools_scm # This will generate ``src/eddymotion/_version.py``
$ make -C docs/ html
Library API (application program interface)¶
Information on specific functions, classes, and methods.
- eddymotion.cli package
- eddymotion.data package
- eddymotion.data.dmri module
- eddymotion.estimator module
- eddymotion.exceptions module
- eddymotion.math package
- eddymotion.model package
AverageDWModel
AverageModel
DKIModel
DTIModel
GPModel
ModelFactory
PETModel
TrivialModel
- Submodules
- eddymotion.model.base module
- eddymotion.model.dmri module
- eddymotion.model.gpr module
- eddymotion.model.pet module
- eddymotion.registration package
- eddymotion.testing package
- Submodules
- eddymotion.testing.simulations module
add_b0()
create_diffusion_encoding_gradient_dirs()
create_random_diffusivity_eigenvalues()
create_random_polar_angles()
create_random_polar_coordinates()
create_single_fiber_evecs()
create_single_shell_gradient_table()
create_three_fiber_random_volume_fractions()
create_two_fiber_dominant_random_volume_fractions()
create_two_fiber_nondominant_random_volume_fractions()
get_query_vectors()
group_values()
serialize_dmri()
serialize_dwi()
serialize_gtab()
simulate_multifiber_voxels()
simulate_one_fiber_multivoxel()
simulate_three_fiber_multivoxel()
simulate_two_fiber_multivoxel()
simulate_voxels()
single_fiber_voxel()
- eddymotion.testing.simulations module
- Submodules
- eddymotion.utils module
- eddymotion.viz package