Add Support for VTAU LookupTable#1
Merged
pwighton merged 4 commits intofreesurfer:mainfrom Feb 13, 2025
Merged
Conversation
Contributor
|
Thanks for the PR! I've simplified the VTAU lookup table, and changed the alpha value of the lowest intensities to I've submitted a PR to Can you confirm that this looks good on your end, and if so, accept the PR? After that PR is resolved, I'll accept this one. |
Contributor
|
More information on niivue colormaps: https://github.com/niivue/niivue/blob/main/docs/development-notes/colormaps.md |
Simplifying vtau lookup table
Contributor
Author
|
Hi Paul, We tested your changes and it looks good, we can now see the 3D rendering and the Color Map for VTAU was heavily simplified! We merged those changes in this contribuition. Thank you! |
Contributor
|
Thanks @joselfrias! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

In the context of a project with Gates Ventures, we encountered a specific tool, VisualTAU, that requires the application of a specific LUT in the image display to be FDA-approved.
The goal is to identify the areas of activity in a PET Image of the brain given by a radioactive drug, TAUVID, which is extremely useful to evaluate biormarkers for the presence of Alzheimer's disease.
This PR adds this LUT to FreeBrowse.
Summary