segmentationIRAEMM_ONKO_retro_DM.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "setVariables":["__tempBase__","__segBase__","__segModelPath__","__roiFile__","__petFile__","__ctFile__","__segFile__","__modelName__"],
  3. "setVariablesComment":"this variables will get updated with local values like home and can be used to set variables further on",
  4. "__tempBase__":"__[env]home__/temp/iraemm",
  5. "__segBase__":"__[setup:paths]softwareSrc__/irAEMM/segmentation",
  6. "__segModelPath__":"__[setup:paths]softwareSrc__/iraemmsegmentationmodels",
  7. "__roiFile__":"testMask.nii.gz",
  8. "__ctFile__":"testCT.nii.gz",
  9. "__petFile__":"testPET.nii.gz",
  10. "__segFile__":"segmentation.nii.gz",
  11. "__modelName__":"DM_defaults.DM_train_VISCERAL16_Fold1.final.2019-10-01.07.46.19.932616.model.ckpt",
  12. "tempBase":"__tempBase__",
  13. "model":"__model__",
  14. "project":"IPNUMMretro/Study",
  15. "targetSchema":"study",
  16. "targetQuery":"Imaging1",
  17. "viewName":"default",
  18. "participantField":"PatientId",
  19. "segmentationSchema":"study",
  20. "segmentationQuery":"organSegmentationsDM",
  21. "reportQuery":"reportImages",
  22. "reportSchema":"lists",
  23. "percentileQuery":"SUVQuantilesDM",
  24. "imageDir":"preprocessedImages",
  25. "version":"v2test",
  26. "versionNumber":"2",
  27. "entryFilter":[],
  28. "debug":0,
  29. "images":{
  30. "CT":{
  31. "queryField":"ctResampled",
  32. "tempFile":"__ctFile__"},
  33. "PET":{
  34. "queryField":"petResampled",
  35. "tempFile":"__petFile__"},
  36. "patientmask":{
  37. "queryField":"ROImask",
  38. "tempFile":"__roiFile__"},
  39. "segmentation":{
  40. "suffix":".nii.gz",
  41. "tempFile":"__segFile__"}
  42. },
  43. "replacePattern":{
  44. "__workDir__":"__tempBase__",
  45. "__roi__":"__tempBase__/__roiFile__",
  46. "__pet__":"__tempBase__/__petFile__",
  47. "__ct__":"__tempBase__/__ctFile__",
  48. "__seg__":"__segFile__",
  49. "__cnnModelPath__":"__segModelPath__",
  50. "__model__":"__modelName__"
  51. },
  52. "deepmedic": {
  53. "config":{
  54. "model":{
  55. "template":"__segBase__/model/modelConfig.cfg.template",
  56. "out":"__tempBase__/modelConfig.cfg"
  57. },
  58. "test":{
  59. "template":"__segBase__/test/testConfig.cfg.template",
  60. "out":"__tempBase__/testConfig.cfg"
  61. },
  62. "predictions":{
  63. "template":"__segBase__/test/testNamesOfPredictions.cfg.template",
  64. "out":"__tempBase__/testNamesOfPredictions.cfg"
  65. },
  66. "CT":{
  67. "template":"__segBase__/test/testChannels_CT.cfg.template",
  68. "out":"__tempBase__/testChannels_CT.cfg"
  69. },
  70. "ROI":{
  71. "template":"__segBase__/test/testRoiMasks.cfg.template",
  72. "out":"__tempBase__/testRoiMasks.cfg"
  73. }
  74. }
  75. }
  76. }