Skip to content

Commit

Permalink
fix: fixed default Pyradiomics parameter file path
Browse files Browse the repository at this point in the history
  • Loading branch information
strixy16 committed Dec 19, 2023
1 parent a3fd21e commit 84f16db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yarea/feature_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def singleRadiomicFeatureExtraction(ctImage:sitk.Image,
def radiomicFeatureExtraction(imageMetadataPath:str,
imageDirPath:str,
roiNames:str = None,
pyradiomicsParamFilePath:str = "data/default_pyradiomics.yaml",
pyradiomicsParamFilePath:str = "src/yarea/data/default_pyradiomics.yaml",
outputFilePath:str = None,
negativeControl:str = None,
parallel:bool = False,):
Expand Down

0 comments on commit 84f16db

Please sign in to comment.