Short-Axis Segementation App.
data/
└── {subfolder_name}/
├── image___{pat_id}.nii.gz
├── mask___{pat_id}.nii.gz
└── sax_df___{pat_id}.csv
NIfTI image file for a single patient.
Shape: (H, W, D, T)
H: heightW: widthD: slice indexT: time frame
Segmentation mask corresponding to the image.
Shape: (H, W, D, T)
Spatial and temporal dimensions match the image exactly.
CSV file containing acquisition metadata.
pixelspacingthickness
pixelspacing,thickness
1,8
