Skip to content

Commit

Permalink
fix: wrong body_part_examined in gc_autopet_fpr model
Browse files Browse the repository at this point in the history
  • Loading branch information
LennyN95 committed Jun 11, 2024
1 parent 82e7d77 commit 8a27802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/gc_autopet_fpr/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"description": "Positron Emission Tomography (PET) image with fluorodeoxyglucose (FDG) tracer",
"format": "DICOM",
"modality": "PT",
"bodypartexamined": "Whole Body",
"bodypartexamined": "WHOLEBODY",
"slicethickness": "3mm",
"non-contrast": false,
"contrast": false
Expand All @@ -20,7 +20,7 @@
"description": "Computed Tomography (CT) image after contrast administration",
"format": "DICOM",
"modality": "CT",
"bodypartexamined": "Whole Body",
"bodypartexamined": "WHOLEBODY",
"slicethickness": "3mm",
"non-contrast": false,
"contrast": true
Expand Down

0 comments on commit 8a27802

Please sign in to comment.