Skip to content

Commit

Permalink
Adds format to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
garciadias committed Jan 24, 2025
1 parent e72ec39 commit a751df5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
0,
1
],
"format": "nii",
"is_patch_data": false,
"channel_def": {
"0": "Gender",
Expand All @@ -48,8 +49,7 @@
"outputs": {
"pred": {
"type": "image",
"format": "magnitude",
"modality": "MR",
"format": "image",
"num_channels": 1,
"spatial_shape": [
160,
Expand All @@ -61,6 +61,7 @@
0,
1
],
"modality": "MR",
"is_patch_data": false,
"channel_def": {
"0": "T1w"
Expand Down

0 comments on commit a751df5

Please sign in to comment.