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

Unpractical longitudinal filenaming #1415

Open
MatthieuJoulot opened this issue Jan 14, 2025 · 0 comments · May be fixed by #1416
Open

Unpractical longitudinal filenaming #1415

MatthieuJoulot opened this issue Jan 14, 2025 · 0 comments · May be fixed by #1416
Labels
bug Something isn't working

Comments

@MatthieuJoulot
Copy link
Contributor

MatthieuJoulot commented Jan 14, 2025

Hi Clinica devs,

The current longitudinal pipeline does not separate the session ids in the longitudinal id.

What it means is that if you have 3 sessions which are ses-M0, ses-M3, and ses-M6, the longitudinal id will be long-M1M3M6.
However if the sessions are ses-1, ses-2 and ses-3, then you get long-123, which makes it hard to read.

IMHO, adding a separator would enhance the readability and usability of the pipeline. On my side, I used a point as separator which would get the format to be long-1.2.3

Have a good day,
Matthieu

@MatthieuJoulot MatthieuJoulot added the bug Something isn't working label Jan 14, 2025
@AliceJoubert AliceJoubert linked a pull request Jan 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant