Skip to content

Commit

Permalink
reorganize configs
Browse files Browse the repository at this point in the history
  • Loading branch information
LennyN95 committed Mar 14, 2024
1 parent a184cfe commit 94d46a8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
19 changes: 10 additions & 9 deletions models/fmcib_radiomics/config/default.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
general:
data_base_dir: /app/data
version: 1.0
description: "FMCIB pipeline"
description: FMCIB pipeline starting from DICOM files and centroids in json files or slicer exports named by their SeriesInstanceUID

execute:
- FileStructureImporter
- CentroidExtractor
- DicomImporter
- FileImporter
- NiftiConverter
- FMCIBRunner
- DataOrganizer

modules:
FileStructureImporter:
structures:
- $patientID/CT.nrrd@instance@nrrd:mod=ct
- $patientID/masks/GTV-1.nrrd@nrrd:mod=seg
import_id: patientID

FileImporter:
instance_id: sid
meta: type=fmcibcoordinates
type: json

DataOrganizer:
targets:
- json:type=fmcibfeatures-->[i:patientID]/features.json
- json:type=fmcibfeatures-->[i:sid]/features.json
22 changes: 0 additions & 22 deletions models/fmcib_radiomics/config/dicom.yml

This file was deleted.

21 changes: 21 additions & 0 deletions models/fmcib_radiomics/config/from_nrrd_mask.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
general:
data_base_dir: /app/data
version: 1.0
description: "FMCIB pipeline starting from a nrrd file image and a nnrd binary mask of the GTV."

execute:
- FileStructureImporter
- CentroidExtractor
- FMCIBRunner
- DataOrganizer

modules:
FileStructureImporter:
structures:
- $patientID/CT.nrrd@instance@nrrd:mod=ct
- $patientID/masks/GTV-1.nrrd@nrrd:mod=seg
import_id: patientID

DataOrganizer:
targets:
- json:type=fmcibfeatures-->[i:patientID]/features.json

0 comments on commit 94d46a8

Please sign in to comment.