Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to keep modalities together #7

Open
sarthakpati opened this issue Dec 14, 2021 · 0 comments
Open

Add option to keep modalities together #7

sarthakpati opened this issue Dec 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@sarthakpati
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, multiple modalities are displayed as the following:

Coronal_${Modality},         Sagittal_${Modality},         Axial_${Modality}
Coronal_${Modality}_${Mask}, Sagittal_${Modality}_${Mask}, Axial_${Modality}_${Mask}

which is good but it doesn't work well for manuscripts.

Describe the solution you'd like
For manuscript publication, it would be better to have the option to showcase the figure in the following manner:

# first rows contain all images but with each view coming at the same time
Coronal_${Modality_0},         Coronal_${Modality_1},         Sagittal_${Modality_0},         Sagittal_${Modality_1},         Axial_${Modality_0},         Axial_${Modality_1} 
Coronal_${Modality_2},         Coronal_${Modality_3},         Sagittal_${Modality_2},         Sagittal_${Modality_3},         Axial_${Modality_2},         Axial_${Modality_3}

# next rows contain the same view but with mask(s)
Coronal_${Modality_0}_${Mask}, Coronal_${Modality_1}_${Mask}, Sagittal_${Modality_0}_${Mask}, Sagittal_${Modality_1}_${Mask}, Axial_${Modality_0}_${Mask}, Axial_${Modality_1}_${Mask} 
Coronal_${Modality_2}_${Mask}, Coronal_${Modality_3}_${Mask}, Sagittal_${Modality_2}_${Mask}, Sagittal_${Modality_3}_${Mask}, Axial_${Modality_2}_${Mask}, Axial_${Modality_3}_${Mask}

Describe alternatives you've considered
N.A.

Additional context
Feedback from @sbakas from an important manuscript.

@sarthakpati sarthakpati added the enhancement New feature or request label Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant