Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA Radiomics
RADLER
Commits
638743ae
Commit
638743ae
authored
Mar 16, 2020
by
Alessia Marcolini
Browse files
Fix docstrings as technically there is not any input to the functions
parent
93bf9547
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyradiomics_radler/myfirstorder.py
View file @
638743ae
...
...
@@ -35,8 +35,6 @@ class MyRadiomicsFirstOrder(MyRadiomicsFeaturesBase):
Implemented as one of the intensity features extracted by Vallieres et al.
Maximum SUV of the tumour region.
- input: 3D array representing the PET volume in SUV format
.. note::
Extracted from PET scans and not used in the CT feature set.
"""
...
...
@@ -53,8 +51,6 @@ class MyRadiomicsFirstOrder(MyRadiomicsFeaturesBase):
Implemented as one of the intensity features extracted by valieres et al.
Average SUV of the tumour region.
- input: 3D array representing the PET volume in SUV format
.. note::
Extracted from PET scans and not used in the CT feature set.
"""
...
...
@@ -74,9 +70,6 @@ class MyRadiomicsFirstOrder(MyRadiomicsFeaturesBase):
.. math::
\textit{SUVMean}\times \textit{total volume of the tumour region}
- input: 3D array representing the PET volume in SUV format, with
voxels outside the ROI set to NaNs.
.. note::
Extracted from PET scans and not used in the CT feature set.
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment