12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "setVariables":["__tempBase__","__segBase__","__segModelPath__","__roiFile__","__petFile__","__ctFile__","__segFile__","__modelName__"],
- "setVariablesComment":"this variables will get updated with local values like home and can be used to set variables further on",
- "__tempBase__":"__[env]home__/temp/iraemm",
- "__segBase__":"__[setup:paths]softwareSrc__/irAEMM/segmentation",
- "__segModelPath__":"__[setup:paths]softwareSrc__/iraemmsegmentationmodels",
- "__roiFile__":"testMask.nii.gz",
- "__ctFile__":"testCT.nii.gz",
- "__petFile__":"testPET.nii.gz",
- "__segFile__":"segmentation.nii.gz",
- "__modelName__":"DM_defaults.DM_train_VISCERAL16_Fold1.final.2019-10-01.07.46.19.932616.model.ckpt",
- "tempBase":"__tempBase__",
- "model":"__model__",
- "project":"IPNUMMretro/Study",
- "targetSchema":"study",
- "targetQuery":"Imaging1",
- "viewName":"default",
- "participantField":"PatientId",
- "segmentationSchema":"study",
- "segmentationQuery":"organSegmentationsDM",
- "reportQuery":"reportImages",
- "reportSchema":"lists",
- "percentileQuery":"SUVQuantilesDM",
- "imageDir":"preprocessedImages",
- "version":"v2test",
- "versionNumber":"2",
- "entryFilter":[],
- "debug":0,
- "images":{
- "CT":{
- "queryField":"ctResampled",
- "tempFile":"__ctFile__"},
- "PET":{
- "queryField":"petResampled",
- "tempFile":"__petFile__"},
- "patientmask":{
- "queryField":"ROImask",
- "tempFile":"__roiFile__"},
- "segmentation":{
- "suffix":".nii.gz",
- "tempFile":"__segFile__"}
- },
- "replacePattern":{
- "__workDir__":"__tempBase__",
- "__roi__":"__tempBase__/__roiFile__",
- "__pet__":"__tempBase__/__petFile__",
- "__ct__":"__tempBase__/__ctFile__",
- "__seg__":"__segFile__",
- "__cnnModelPath__":"__segModelPath__",
- "__model__":"__modelName__"
- },
- "deepmedic": {
- "config":{
- "model":{
- "template":"__segBase__/model/modelConfig.cfg.template",
- "out":"__tempBase__/modelConfig.cfg"
- },
- "test":{
- "template":"__segBase__/test/testConfig.cfg.template",
- "out":"__tempBase__/testConfig.cfg"
- },
- "predictions":{
- "template":"__segBase__/test/testNamesOfPredictions.cfg.template",
- "out":"__tempBase__/testNamesOfPredictions.cfg"
- },
- "CT":{
- "template":"__segBase__/test/testChannels_CT.cfg.template",
- "out":"__tempBase__/testChannels_CT.cfg"
- },
- "ROI":{
- "template":"__segBase__/test/testRoiMasks.cfg.template",
- "out":"__tempBase__/testRoiMasks.cfg"
- }
- }
- }
- }
|