statistics.json 839 B

123456789101112131415161718192021222324252627282930313233
  1. {"imageDir":"preprocessedImages",
  2. "project":"limfomiPET/Study",
  3. "imagingDataset":"Imaging1",
  4. "SUVdataset":"SUVanalysis",
  5. "segmentationDataset":"Segmentations",
  6. "localDir":"_home_/temp/limfomiPET",
  7. "idField":"ParticipantId",
  8. "visitField":"visitCode",
  9. "petField":"petResampled",
  10. "commentParticipants":["1487/17"],
  11. "commentVisits":["VISIT_2"],
  12. "n":20,
  13. "radiomics":{
  14. "setting":{
  15. "binWidth": 25,
  16. "label": 1,
  17. "interpolator": "sitkBSpline",
  18. "resampledPixelSpacing":null,
  19. "weightingNorm":null,
  20. "voxelArrayShift": 0},
  21. "imageType":{
  22. "Original": {}
  23. },
  24. "featureClass":{
  25. "shape":["VoxelVolume","MeshVolume","SurfaceArea"],
  26. "firstorder":["Maximum","Mean"],
  27. "glcm": [],
  28. "glrlm": [],
  29. "glszm": [],
  30. "gldm": []
  31. }
  32. }
  33. }