diff --git a/main/.buildinfo b/main/.buildinfo index bd988a9a..76c05bd4 100644 --- a/main/.buildinfo +++ b/main/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 576f15d91b23ab1e8c8d8223744a56cf +config: a9d5bb8b7344824bc99eb24bf53514dd tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/main/_modules/eddymotion/cli/parser.html b/main/_modules/eddymotion/cli/parser.html index 73803f60..b1dffdb9 100644 --- a/main/_modules/eddymotion/cli/parser.html +++ b/main/_modules/eddymotion/cli/parser.html @@ -5,7 +5,7 @@ -
filename : :obj:`os.pathlike`
The file path where the NIfTI file will be saved.
clip : :obj:`bool`, optional
- Whether to apply clipping to the data before saving, by default True.
+ Whether to apply clipping to the data before saving.
"""
data = np.squeeze(data)
@@ -436,7 +436,7 @@ Source code for eddymotion.registration.ants
Parameters
----------
settings : :obj:`str`, optional
- Name of the settings configuration, by default ``"b0-to-b0_level0"``.
+ Name of the settings configuration.
Returns
-------
@@ -519,13 +519,13 @@ Source code for eddymotion.registration.ants
moving_path : :obj:`os.pathlike`
Path to the moving image.
fixedmask_path : :obj:`os.pathlike` or :obj:`list`, optional
- Path to the fixed image mask, by default None.
+ Path to the fixed image mask.
movingmask_path : :obj:`os.pathlike` or :obj:`list`, optional
- Path to the moving image mask, by default None.
+ Path to the moving image mask.
init_affine : :obj:`os.pathlike`, optional
- Initial affine transformation, by default None.
+ Initial affine transformation.
default : :obj:`str`, optional
- Default settings configuration, by default "b0-to-b0_level0".
+ Default settings configuration.
**kwargs : :obj:`dict`
Additional parameters for ANTs registration.
@@ -826,7 +826,7 @@ Source code for eddymotion.registration.ants
-
+
diff --git a/main/_modules/eddymotion/registration/utils.html b/main/_modules/eddymotion/registration/utils.html
index 73d73837..6fa39808 100644
--- a/main/_modules/eddymotion/registration/utils.html
+++ b/main/_modules/eddymotion/registration/utils.html
@@ -5,7 +5,7 @@
- eddymotion.registration.utils - eddymotion 24.0.0.dev176 documentation
+ eddymotion.registration.utils - eddymotion 24.0.0.dev181 documentation
@@ -166,7 +166,7 @@
hsph_dirs : :obj:`int` Number of hemisphere directions. seed : :obj:`int`, optional - Seed for the random number generator, by default 1234. + Seed for the random number generator. Returns ------- @@ -417,9 +417,9 @@
hsph_dirs : :obj:`int` Number of hemisphere directions. iterations : :obj:`int`, optional - Number of iterations for charge dispersion, by default 5000. + Number of iterations for charge dispersion. seed : :obj:`int`, optional - Seed for the random number generator, by default 1234. + Seed for the random number generator. Returns ------- @@ -454,7 +454,7 @@
bval_shell : :obj:`float` Shell b-value. iterations : :obj:`int`, optional - Number of iterations for charge dispersion, by default 5000. + Number of iterations for charge dispersion. Returns ------- @@ -573,7 +573,7 @@
fixed_path (os.pathlike
) – Path to the fixed image.
moving_path (os.pathlike
) – Path to the moving image.
fixedmask_path (os.pathlike
or list
, optional) – Path to the fixed image mask, by default None.
movingmask_path (os.pathlike
or list
, optional) – Path to the moving image mask, by default None.
init_affine (os.pathlike
, optional) – Initial affine transformation, by default None.
default (str
, optional) – Default settings configuration, by default “b0-to-b0_level0”.
fixedmask_path (os.pathlike
or list
, optional) – Path to the fixed image mask.
movingmask_path (os.pathlike
or list
, optional) – Path to the moving image mask.
init_affine (os.pathlike
, optional) – Initial affine transformation.
default (str
, optional) – Default settings configuration.
**kwargs (dict
) – Additional parameters for ANTs registration.
hsph_dirs (int
) – Number of hemisphere directions.
iterations (int
, optional) – Number of iterations for charge dispersion, by default 5000.
seed (int
, optional) – Seed for the random number generator, by default 1234.
iterations (int
, optional) – Number of iterations for charge dispersion.
seed (int
, optional) – Seed for the random number generator.