-
Notifications
You must be signed in to change notification settings - Fork 25
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
LN_LAYER_SMOOTH not detecting layers #89
Comments
Thanks for reporting this @joshjcorbett. |
Oh I see there is a link to the data, please never mind. I am on it. |
Hi @joshjcorbett. Sorry for getting back to you so late. and sorry about these issues.
2.) in the case of the no-kissing option, the program was not having the loop across TRs. I think it had been intended that the smoothing is usually only applied in upsampled space on final activity maps. The Program LN2_LAYER_SMOOTH has never been intended for time series to begin with. I think it had never been tested either. I think it had been originally intended for faster performance and more readable code structure. However, it has never become the default program for smoothing. I think we still keep it in the repository because at some point in the future, we want make it usable. At some point, we want to test it across application cases and deprecate the LN_LAYER_SMOOTH. However, we are not there yet. Thus, I would not recommend anyone to use LN2_LAYER_SMOOTH at this time. Unless @ofgulban recommends something differently. It will take a while until the next release that included the updated version of LN_LAYER_SMOOTH. |
That's great, thank you so much for your help!! |
If there is time I might iterate |
I had a closer look at |
Hi there, I am currently attempting to do within-layer smoothing using LN_LAYER_SMOOTH with the NoKissing flag (LayNii v2.5.2 for M1/M2 mac). However when I run the below code with these files:
LN_LAYER_SMOOTH -input func.nii.gz -layer_file layers.nii.gz -FWHM 1 -NoKissing -output LN1_nokissing.nii.gz
...the output states "There are 0 layers/masks to smooth within".
When I run the same code with LN2_LAYER_SMOOTH, the 3 layers are recognised, but for some reason the first volume becomes 0 at all points (see LN2_nokissing.nii.gz). This issue doesn't occur when I use the LN2 version without the NoKissing flag though (LN2_yeskissing.nii.gz).
Any help would be greatly appreciated, thank you!
The text was updated successfully, but these errors were encountered: