1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "setVariables":["__tempBase__","__segBase__","__roiFile__","__petFile__","__ctFile__","__segFile__","__modelName__","__suffix__"],
- "setVariablesComment":"this variables will get updated with local values like home and can be used to set variables further on",
- "__tempBase__":"__home__/temp/segmentation",
- "__segBase__":"/home/andrej/software/src/irAEMM/segmentation",
- "__roiFile__":"testMask",
- "__ctFile__":"testCT",
- "__petFile__":"testPET",
- "__segFile__":"segmentation",
- "__modelName__":"DM_defaults.DM_train_VISCERAL16_Fold1.final.2019-10-01.07.46.19.932616.model.ckpt",
- "__suffix__":"nii.gz",
- "tempBase":"__tempBase__",
- "model":"__model__",
- "project":"iPNUMMretro/Study",
- "targetSchema":"study",
- "targetQuery":"Imaging1",
- "participantField":"PatientId",
- "imageDir":"preprocessedImages",
- "segmentationSchema":"study",
- "segmentationQuery":"Segmentations",
- "version":"v3",
- "images":{
- "comment":"weight is coded as a sequence of intervals and [k,n] of linear function inbetween",
- "images":{
- "CT":{
- "queryField":"ctResampled",
- "tempFile":"__tempBase__/__ctFile__.__suffix__",
- "fileList":"__tempBase__/testChannels_CT.cfg"
- },
- "patientmask":{
- "queryField":"ROImask",
- "tempFile":"__tempBase__/__roiFile__.__suffix__",
- "fileList":"__tempBase__/testRoiMasks.cfg"
- },
- "segmentations":{
- "tempFile":"__segFile__.__suffix__",
- "fileList":"__tempBase__/testNamesOfPredictions.cfg"
- }
- }
- },
- "replacePattern":{
- "__workDir__":"__tempBase__",
- "__roi__":"__tempBase__/__roiFile__.__suffix__",
- "__pet__":"__tempBase__/__petFile__.__suffix__",
- "__ct__":"__tempBase__/__ctFile__.__suffix__",
- "__seg__":"__segFile__.__suffix__",
- "__model__":"__modelName__",
- "__segmentBase__":"__segBase__",
- "__sfx__":"__suffix__"
- },
- "deepmedic": {
- "config":{
- "model":{
- "template":"__segBase__/model/modelConfig.cfg.template",
- "out":"__tempBase__/modelConfig.cfg"
- },
- "test":{
- "template":"__segBase__/test/testConfig.cfg.template",
- "out":"__tempBase__/testConfig.cfg"
- }
- }
- }
- }
|