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

Release v2.3.0 #97

Merged
merged 122 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
122 commits
Select commit Hold shift + click to select a range
10f030d
Create new feature backend
alexzwanenburg Jul 5, 2024
9138fa7
Update histogram.py
alexzwanenburg Jul 5, 2024
bab6805
Further work on feature back-end.
alexzwanenburg Jul 5, 2024
cedcb1b
Move rep utility function from _featuresets.utilities to _features.ut…
alexzwanenburg Jul 8, 2024
67c0d9c
WIP on feature backend
alexzwanenburg Jul 8, 2024
3c91e54
Further WIP on feature backend.
alexzwanenburg Jul 8, 2024
f2fb56d
Fixed missing semicolon.
alexzwanenburg Jul 8, 2024
13ead79
Added RLM-LRE and RLM-LGRE features.
alexzwanenburg Jul 8, 2024
f9ef84a
Moved code related to the RLM matrix to rlm_matrix.py
alexzwanenburg Jul 10, 2024
76333b0
Added remaining RLM features
alexzwanenburg Jul 10, 2024
9c6d311
WIP on integrating features into the workflow.
alexzwanenburg Jul 10, 2024
395eb58
Integrated conversion to feature tables.
alexzwanenburg Jul 10, 2024
19a757b
Debugging RLM.
alexzwanenburg Jul 10, 2024
48074d5
DataFrame objects are now correctly generated from feature objects.
alexzwanenburg Jul 11, 2024
28c5715
Matrices are now correctly initialised prior to processing
alexzwanenburg Jul 11, 2024
2d352e7
Feature order in class_dict is now maintained.
alexzwanenburg Jul 11, 2024
e2d0a8f
Allow for passing additional values to set_values_from_matrix
alexzwanenburg Jul 11, 2024
e3ba710
Added _lookup_intensity helper method.
alexzwanenburg Jul 11, 2024
a3827f3
Initial implementation of MatrixCM
alexzwanenburg Jul 11, 2024
31f4e00
Initial implementations for CM-features.
alexzwanenburg Jul 11, 2024
1c803ee
CM features can now be passed to the workflow.
alexzwanenburg Jul 11, 2024
d1d57ac
Work in progress on CM features.
alexzwanenburg Jul 11, 2024
882f904
Temporary changes to test.
alexzwanenburg Jul 11, 2024
2558da0
Added more features.
alexzwanenburg Jul 11, 2024
e46f9c3
Added remaining CM features.
alexzwanenburg Jul 12, 2024
163e527
CM features can now be computed correctly.
alexzwanenburg Jul 12, 2024
81e75b1
Stubs for size zone matrix features.
alexzwanenburg Jul 12, 2024
5b28413
Change signature of Matrix.compute to facilitate size zone matrices
alexzwanenburg Jul 12, 2024
09c5802
Implemented MatrixSZM.compute method.
alexzwanenburg Jul 12, 2024
8ee4c87
Update MatrixSZM.set_values_from_matrix
alexzwanenburg Jul 12, 2024
b3b3a74
Re-enable SZM tests.
alexzwanenburg Jul 12, 2024
6b10411
First implementation of SZM features.
alexzwanenburg Jul 12, 2024
a431a8d
Implemented features for DZM.
alexzwanenburg Jul 12, 2024
be33a7f
WIP on NGTDM features.
alexzwanenburg Jul 15, 2024
4e40d64
Updated NGTDM to function correctly.
alexzwanenburg Jul 16, 2024
d6124a3
Implemented NGLDM.
alexzwanenburg Jul 16, 2024
3a0d832
Added intensity histogram features.
alexzwanenburg Jul 16, 2024
8b0ac7a
WIP for statistics features.
alexzwanenburg Jul 16, 2024
f74c8eb
Implemented statistical features.
alexzwanenburg Jul 17, 2024
214d79d
WIP for morphological features.
alexzwanenburg Jul 17, 2024
6c7010f
Further work on morphological features.
alexzwanenburg Jul 30, 2024
f907df1
Morphological features have been re-implemented.
alexzwanenburg Jul 31, 2024
3103971
implemented framework for local intensity features
alexzwanenburg Jul 31, 2024
fe076e7
Re-implemented local intensity features.
alexzwanenburg Aug 1, 2024
4c745a1
Scaffolding for ivh features.
alexzwanenburg Aug 1, 2024
2f4bca0
WIP on IVH features.
alexzwanenburg Aug 2, 2024
a68a784
Re-implemented IVH.
alexzwanenburg Aug 2, 2024
4d0f61b
Removed unused import.
alexzwanenburg Aug 2, 2024
0e6859e
Added update_ibsi_compliance method.
alexzwanenburg Aug 5, 2024
bf6ce0d
Added _data_key methods.
alexzwanenburg Aug 5, 2024
bd8e1bf
Use lru_cache with max_size as 1 to limit memory use.
alexzwanenburg Aug 5, 2024
79ad519
Switch from cache to lru_cache
alexzwanenburg Aug 6, 2024
6ac3cc3
Remove _data_key again.
alexzwanenburg Aug 6, 2024
3d1e2ca
Added clear_local_cache that checks for deleting contained data.
alexzwanenburg Aug 6, 2024
717913c
Avoid warnings on _get_data by replacing it with _get_spatial_data
alexzwanenburg Aug 6, 2024
59f48b0
Removed print statements for caching.
alexzwanenburg Aug 6, 2024
fd404b9
Update typing of ibsi_compliant attribute.
alexzwanenburg Aug 6, 2024
d900a2c
Added ibsi_compliant and ibsi_id to filters and image objects.
alexzwanenburg Aug 6, 2024
1bea771
Add checks on IBSI-compliance.
alexzwanenburg Aug 6, 2024
ece6792
Remove outdated code.
alexzwanenburg Aug 6, 2024
9736976
Remove redundant code.
alexzwanenburg Aug 6, 2024
1ebff74
Update design.rst
alexzwanenburg Aug 6, 2024
5ea03bc
Added is_ibsi_compliant method to check ibsi-compliance.
alexzwanenburg Aug 6, 2024
32f3dfc
Fixes to IVH feature computation.
alexzwanenburg Aug 6, 2024
cab6e45
Filtered images are now indicated in feature names.
alexzwanenburg Aug 6, 2024
e408583
Fortified feature computation against empty masks.
alexzwanenburg Aug 6, 2024
d0539ba
Report changes to feature backend.
alexzwanenburg Aug 6, 2024
f75c7e6
Added parametric map and more segmentation example data from DICOM4QI
alexzwanenburg Aug 8, 2024
be83298
Simplify __init__ of image files.
alexzwanenburg Aug 8, 2024
e569dd5
Initial implementation for processing ADC data.
alexzwanenburg Aug 8, 2024
5d67be9
Add unit test for ADC image parameter export.
alexzwanenburg Aug 9, 2024
6ed1e50
WIP on adding multi-frame dicom objects.
alexzwanenburg Aug 9, 2024
67bdfca
WIP on multi-frame dicom objects
alexzwanenburg Aug 11, 2024
372bf6c
get_pydicom_meta_tag can now inspect functional groups.
alexzwanenburg Aug 12, 2024
1fec911
Extend signature for several _complete_* methods
alexzwanenburg Aug 12, 2024
b21a3f9
ImageDicomFile.create() now calls to update_from_template to instanti…
alexzwanenburg Aug 12, 2024
4992300
Update _complete_* methods to work with functional groups.
alexzwanenburg Aug 12, 2024
2ce3d05
Added_complete_image_orientation for multi-frame dicom.
alexzwanenburg Aug 12, 2024
d1e1c39
Fixed an incorrect tag reference.
alexzwanenburg Aug 12, 2024
285fca9
Updated _complete_* method for multi-frame stacks.
alexzwanenburg Aug 12, 2024
6430c6d
Add load_data for multi-frame dicom/
alexzwanenburg Aug 12, 2024
318ca8d
Do not create deep copies of image_data and image_metadata.
alexzwanenburg Aug 12, 2024
1385bff
Update check for MR-ADC to be more specific.
alexzwanenburg Aug 12, 2024
b133d98
WIP on multi-frame DICOM.
alexzwanenburg Aug 12, 2024
bd7423c
Added multi-frame info for MR and CT.
alexzwanenburg Aug 13, 2024
ddedd8d
Added PET DICOM multi-frame
alexzwanenburg Aug 13, 2024
5c398d6
Added multi-frame ADC tests.
alexzwanenburg Aug 13, 2024
6f963b7
Added mention of ADC maps to document.
alexzwanenburg Aug 13, 2024
22c66d7
Set default slope and intercept if even the shared function groups la…
alexzwanenburg Aug 14, 2024
cd6d89e
Update NEWS.md
alexzwanenburg Aug 14, 2024
3029d49
Added test data for planar imaging.
alexzwanenburg Aug 14, 2024
9eec1f9
Added MRI-DCE test data.
alexzwanenburg Aug 15, 2024
c7d75d5
Remove unusedsingle frame object.
alexzwanenburg Aug 15, 2024
908b850
WIP on planar images such as digital x-rays.
alexzwanenburg Aug 15, 2024
3b63775
Basic implementation of planar imaging now functions.
alexzwanenburg Aug 16, 2024
20e9e8e
Working implementation for digital x-ray parameters.
alexzwanenburg Aug 16, 2024
dfc99b7
Added image type again and patient orientation to exported parameters.
alexzwanenburg Aug 16, 2024
a0539a1
Added tests for exporting metadata from MG and CR data.
alexzwanenburg Aug 16, 2024
e8c3b0c
Update documentation to show off planar imaging.
alexzwanenburg Aug 16, 2024
f638f73
Update NEWS.md
alexzwanenburg Aug 16, 2024
d930344
Early work on replacing by_slice by separate_slices attribute.
alexzwanenburg Aug 17, 2024
3e1dd67
Replaced by_slice by separate_slices in image filters.
alexzwanenburg Aug 20, 2024
b74942b
Update by_slice in interpolate and related functions.
alexzwanenburg Aug 20, 2024
f82f103
Adapted use of by_slice by alter_mask and underlying functions.
alexzwanenburg Aug 20, 2024
0dc7445
Updated by_slice in randomise_mask
alexzwanenburg Aug 20, 2024
a73b086
Updated by_slice in split_masks
alexzwanenburg Aug 20, 2024
a3d6110
Updated by_slice in decimate
alexzwanenburg Aug 20, 2024
6e9614c
Update by_slice in dilate.
alexzwanenburg Aug 20, 2024
f9c1638
Checks on image modalities are now conducted correctly in flat files.
alexzwanenburg Aug 20, 2024
99a071b
PET modality is now consistently named "pt" for DICOM objects.
alexzwanenburg Aug 20, 2024
bf96ba6
Fixed outdated tests due to change in error message.
alexzwanenburg Aug 21, 2024
e3dd3ae
Fixes numpy deprecation warnings related to np.cross.
alexzwanenburg Aug 21, 2024
d1bd96e
Implementation for processing DCE-MR images.
alexzwanenburg Aug 23, 2024
af5debb
Updated processing of SEG files to be more consistent with multi-fram…
alexzwanenburg Aug 23, 2024
1a2081b
Updated test_dce_mr_image_methods test.
alexzwanenburg Aug 23, 2024
febb54c
DCE exports no additional parameters.
alexzwanenburg Aug 23, 2024
d33e7a7
Updated documentation.
alexzwanenburg Aug 23, 2024
6d06ece
Incremented version.
alexzwanenburg Sep 18, 2024
71bab0b
Removed block on ray version.
alexzwanenburg Sep 18, 2024
aa545a7
Mention support for python version 3.12
alexzwanenburg Sep 18, 2024
3a766b9
Added missing DICOM tag.
alexzwanenburg Sep 18, 2024
53f12d1
Update documentation.
alexzwanenburg Sep 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Version 2.3.0

## Major changes

- The proper ancient feature computation code running in the background of MIRP has been completely refactored. We
moved from a functional backend where all features were computed per feature family to a more flexible
object-oriented approach. Although this change is not visible at the user-end, it offers several new possibilities:
- Single features can now be computed. In addition, for some features (e.g. percentile statistics), a flexible
percentile value could be passed.
- Creation of feature maps.
- Output of features and their metadata to machine-readable formats, instead of just tabular data.

**Important**: Though the *name* of features in the tabular exports has not changed, their *ordering* may have.
Avoid using column position when processing or analysing feature data.

- Apparent diffusion coefficient (ADC) maps, diffusion contrast-enhanced (DCE) MRI and multi-frame DICOM objects in
general are now supported.
- Planar imaging, i.e. computed radiography, digital X-ray and digital mammography DICOM files are now supported.
- Python version 3.12 is now supported thanks to recent updates by the maintainers of `ray` and `itk`.
This means that `mirp` now supports Python version 3.10 and later.

## Fixes

- Internal use of `numpy.cross` no longer produces deprecation warnings.

# Version 2.2.4

## Fixes
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,19 @@ MIRP currently supports the following Python versions and operating systems:
|--------|-----------|-----------|-----------|
| 3.10 | Supported | Supported | Supported |
| 3.11 | Supported | Supported | Supported |
| 3.12 | Supported | Supported | Supported |

## Supported imaging and mask modalities

MIRP currently supports the following image modalities:

| File format | File type | Supported modality |
|-------------|-----------|--------------------|
| DICOM | image | CT, MR, PT, RTDOSE |
| DICOM | mask | RTSTRUCT, SEG |
| NIfTI | any | any |
| NRRD | any | any |
| numpy | any | any |
| File format | File type | Supported modality |
|-------------|-----------|-------------------------------------------------|
| DICOM | image | CT, MR (incl. ADC, DCE), PT, RTDOSE, CR, DX, MG |
| DICOM | mask | RTSTRUCT, SEG |
| NIfTI | any | any |
| NRRD | any | any |
| numpy | any | any |

NIfTI, NRRD, and numpy files support any kind of (single-channel) image. MIRP cannot process RGB or 4D images.

Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -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: 92a05a2b300f0adee19d846b9e8f30a1
config: c1f694fbbe082d73842ccd5978b8b8a0
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 4 additions & 4 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=92fd9be5" />
<title>Overview: module code &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/data_import/import_image_and_mask.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.data_import.import_image_and_mask &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=92fd9be5" />
<title>mirp.data_import.import_image_and_mask &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/deep_learning_preprocessing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.deep_learning_preprocessing &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
<title>mirp.deep_learning_preprocessing &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/extract_features_and_images.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.extract_features_and_images &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
<title>mirp.extract_features_and_images &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/extract_image_parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.extract_image_parameters &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
<title>mirp.extract_image_parameters &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/extract_mask_labels.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.extract_mask_labels &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
<title>mirp.extract_mask_labels &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/settings/feature_parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.settings.feature_parameters &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=92fd9be5" />
<title>mirp.settings.feature_parameters &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/settings/general_parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.settings.general_parameters &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=92fd9be5" />
<title>mirp.settings.general_parameters &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/settings/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.settings.generic &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=92fd9be5" />
<title>mirp.settings.generic &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/settings/image_processing_parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.settings.image_processing_parameters &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=92fd9be5" />
<title>mirp.settings.image_processing_parameters &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/settings/interpolation_parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.settings.interpolation_parameters &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=92fd9be5" />
<title>mirp.settings.interpolation_parameters &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_modules/mirp/settings/perturbation_parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mirp.settings.perturbation_parameters &mdash; mirp 2.2.4 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=92fd9be5" />
<title>mirp.settings.perturbation_parameters &mdash; mirp 2.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />


Expand All @@ -14,8 +14,8 @@

<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=4e6cfea6"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/documentation_options.js?v=c3c8ae58"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
Loading