Skip to content

Commit

Permalink
STYL: Update style to PyRadiomics style, minor changes
Browse files Browse the repository at this point in the history
Update style to follow PyRadiomics Style (2 space indent, logger child of 'radiomics' logger).
Additionally, add some minor changes (e.g. use of choices in argument parser, mark methods as static where applicable)
  • Loading branch information
JoostJM committed Oct 11, 2018
1 parent 5c07999 commit 3d7ce55
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 495 deletions.
6 changes: 3 additions & 3 deletions labs/pyradiomics-dcm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This is an experimental script to support the use of pyradiomics with DICOM data
The script will accept as input a directory with a single DICOM image study for the input image,
and the file name pointing to a DICOM Segmentation Image (DICOM SEG) object.

The script will transparently convert the DICOM image into a representatio suitable by pyradiomics
using either
The script will transparently convert the DICOM image into a representation suitable by pyradiomics
using either plastimatch or dcm2niix.

# Why?

Expand Down Expand Up @@ -60,7 +60,7 @@ optional arguments:
--parameters pyradiomics extraction parameters
--temp-dir Temporary directory
--features-dict Dictionary mapping pyradiomics feature names to the IBSI defined features.
--volume-reconstructor Choose the tool to be used for reconstructing image volume from the DICOM image series. Allowed options are plastimatch or dcm2niix (should be installed on the system). plastimatchwill be used by default.
--volume-reconstructor Choose the tool to be used for reconstructing image volume from the DICOM image series. Allowed options are plastimatch or dcm2niix (should be installed on the system). plastimatch will be used by default.
```
# Sample invocation
Expand Down
Loading

0 comments on commit 3d7ce55

Please sign in to comment.