-
Notifications
You must be signed in to change notification settings - Fork 22
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
SNR data export #71
Comments
hey Benson, great to hear things are working out for you. To grab the SNR you can load in the already processed data then compute SNR as below: % Load data
[inputImages,inputSignals,infoStruct,algorithmStr] = ciapkg.io.loadSignalExtraction('path_to_file.mat');
% Compute SNR
inputSnr = computeSignalSnr(inputSignals,'detectMethod','raw','numStdsForThresh',2); re: after |
Hi, Biafra Thanks for the reply so quickly.
Benson |
Hi, Biafra~
Lately, I've been working on a two-photon
.tiff
file throughcomputeManualSortSignals
on MatLab 2020b, win10. Normally, all things pretty good so far. Thank you for the updateversion2.5.1
, it's amazing.Could you please concretely enlighten a handy approach or code to help me to export the
SNR
value of every identified cell while or finishing thecomputeManualSortSignals
part. I could only read it from the interface like below on-by-one.If there is no misunderstanding on
SNR
here inCIAtah v2.5.1
, that isSignals Noise Ratio
, an important parameter I would use someday. So, hope you would help me with that.And, one more thing, have you ever considered uploading a teaching video on the Internet about the rest of the operation after
computeManualSortSignals
?Best Wishes to you!
Benson
from SheepMountain, NJ
The text was updated successfully, but these errors were encountered: