-
Notifications
You must be signed in to change notification settings - Fork 33
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
Revert #1086? #1106
Comments
For now there is a dictionary to convert between the two here: #1107 For me, I think we should keep the longer names, for these reasons: The counter arguments I have seen are: |
One thing you could also do is have abbreviated tract names that are not just acronyms, like: |
That reads like a 🦓 mixed with a 🦒 to me! 😄 |
The longer names don't only affect the filenames but also the tract names in the the csv files, so lead to longer variable names when filtering and wrangling dataframes. I think that for plotting it really depends on the plot, I can see that for a figure that has a single tract you could want the full name but for figures that include multiple tracts (very common use case?) it actually makes more sense to use the acronyms because the full names won't fit. I see that people can have different preferences for their figures, so someone has to be unhappy and end up renaming their variables :) Personally I'm in favor of prioritizing consistency - this is a software that some labs have been using for a while now and it's confusing and breaking downstream code if different versions have different filenames. It makes comparing versions more complicated than it ought to be (for example before and after adding the exclusion IFOF ROI, before and after fixing the Mahalanobis distance, all things we did in the last month). To me this is the main argument. I think that providing a simple table that maps each acronym to the full name can assist new users. |
I am starting to come around to @mayayab's position. I think that the cost in complicated code with long string names is higher than the cost for new users of looking up the meaning of these rather well-established acronyms. So, I'm starting to tend in the direction of reverting that change and then adding a table to the documentation that provides the mapping in #1107 |
What if we saved both the acronyms and the full names in the resulting tract profiles CSV file? |
I think that the crux of the current issue is what the filenames would be. If we have a dictionary/table that converts acronyms to full names somewhere in the software, we could use that anywhere we'd like. But filenames are going to be long and complicated if they are long and complicated. |
Some bleeding-edge users have reported that they dislike the changes introduced in #1086, that now use full tract names in the file-names of the results. One option would be to revert that PR and go back to cryptic acronyms, but provide a table in the documentation that lays out what these acronyms mean (and that we can copy to every paper that we write using the software). OTOH, arguably the new filenames are not that much longer than a BIDSish filename is anyway. For example:
sub-100206_coordsys-RASMM_trkmethod-probCSD_recogmethod-AFQ_desc-LeftCorticospinal_tractography.trk
vs.
sub-100206_coordsys-RASMM_trkmethod-probCSD_recogmethod-AFQ_desc-LCST_tractography.trk
So, I am not strongly pro or con here, and would love to hear users/developers chiming in.
The text was updated successfully, but these errors were encountered: