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

tSNR gain maps vs % variance explained #269

Open
Tasha-P opened this issue Jun 3, 2024 · 1 comment
Open

tSNR gain maps vs % variance explained #269

Tasha-P opened this issue Jun 3, 2024 · 1 comment
Assignees
Labels
physio Issues related to PhysIO Toolbox

Comments

@Tasha-P
Copy link

Tasha-P commented Jun 3, 2024

Dear Lars,

In the Neuroscience methods paper, the tSNR gain maps are expressed in %. I found this a little confusing since the provided explanation for tSNR gains was a reduction factor in the standard deviation, which is "closely" related to the relative explained variance. How then do you interpret the outputs from tapas_physio_compute_tsnr_gains? e.g., if I have a value of 1.2 does that simply mean I have a 20% increase in tSNR?

Thank you,

T

@mrikasper mrikasper self-assigned this Jun 11, 2024
@mrikasper mrikasper added the physio Issues related to PhysIO Toolbox label Jun 11, 2024
@mrikasper
Copy link
Member

Dear @Tasha-P,

I believe you are right, i.e., that the tSNR gains are just relative to the baseline tSNR without using the regressors. Thus, a value of 1.2 would be a gain of 20%.

If you look at the code of tapas_physio_compute_tsnr_gains, you will see in the header it labels the outputs as [tSnrImageArray, fileTsnrArray, ... tSnrRatioImageArray, fileTsnrRatioArray], which means one of the output files will be the absolute tSNR, and the other one relative gain (or ratio) compared to an uncorrected time series.

I am sorry that this is not clearer in the documentation and hope this explanation helps.

All the best,
Lars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physio Issues related to PhysIO Toolbox
Projects
None yet
Development

No branches or pull requests

2 participants