segmentationIRAEMM_ONKO_retro_DM.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "images":{
  29. "CT":{
  30. "queryField":"ctResampled",
  31. "tempFile":"__ctFile__"},
  32. "PET":{
  33. "queryField":"petResampled",
  34. "tempFile":"__petFile__"},
  35. "patientmask":{
  36. "queryField":"ROImask",
  37. "tempFile":"__roiFile__"},
  38. "segmentation":{
  39. "suffix":".nii.gz",
  40. "tempFile":"__segFile__"}
  41. },
  42. "replacePattern":{
  43. "__workDir__":"__tempBase__",
  44. "__roi__":"__tempBase__/__roiFile__",
  45. "__pet__":"__tempBase__/__petFile__",
  46. "__ct__":"__tempBase__/__ctFile__",
  47. "__seg__":"__segFile__",
  48. "__cnnModelPath__":"__segModelPath__",
  49. "__model__":"__modelName__"
  50. },
  51. "deepmedic": {
  52. "config":{
  53. "model":{
  54. "template":"__segBase__/model/modelConfig.cfg.template",
  55. "out":"__tempBase__/modelConfig.cfg"
  56. },
  57. "test":{
  58. "template":"__segBase__/test/testConfig.cfg.template",
  59. "out":"__tempBase__/testConfig.cfg"
  60. },
  61. "predictions":{
  62. "template":"__segBase__/test/testNamesOfPredictions.cfg.template",
  63. "out":"__tempBase__/testNamesOfPredictions.cfg"
  64. },
  65. "CT":{
  66. "template":"__segBase__/test/testChannels_CT.cfg.template",
  67. "out":"__tempBase__/testChannels_CT.cfg"
  68. },
  69. "ROI":{
  70. "template":"__segBase__/test/testRoiMasks.cfg.template",
  71. "out":"__tempBase__/testRoiMasks.cfg"
  72. }
  73. }
  74. }
  75. }