-
Notifications
You must be signed in to change notification settings - Fork 24
Parcellation plot issue #127
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
Closed
Closed
Conversation
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
…d affines in icp_with_full_transform
…ficients for IQR-based thresholding
…n_correct_X to motion_correct.X - made arguments PEP8 compliant - fixed a bug in the stopping criterion of motion_correct.pca_recurse - added quality.mask_to_segments
the tsv file was written into the local instead of the temporary directory
* Added example notebook for ICA ERBM * integrate ICA-ERBM example into docs * update changelog --------- Co-authored-by: Jacky Behrendt <[email protected]> Co-authored-by: Eike Middell <[email protected]>
* Update plots.py * Update plots.py * Update plots.py default is none
update repair amp to fill first value of the timeseries to the second if first value is nan. This avoids a sudden jump from zero to the second value, which interpolation does not capture
Fixed an issue with constant regressors when fitting a GLM using the AR-IRLS method. The autoregressive filter used to account for serial correlations was not properly applied to them. The fix ignores samples at the beginning of the time series until the filter is initialized.
- corrected outdated explainations - added a plot to visulize the selected parcels
* modify filenames to follow bid convention and create necessary metadata * add doc strings and a notebook example * add documentation * fix bugs and add more explanations * add snirf2bids to requirements * bug fix * bug fix * return snirf2bids mapping path instead of the pandas dataframe * set extra_extra_meta_data_path to None if it doesn't exist * search for acq_time in snirf files * clear outputs * clear outputs * clear outputs * correct a typo * remove scripts * fix a bug in editing _events.tsv and sort onset times * add a separate function for sorting events based on onset time * Support using user-provided participants.tsv/json files or custom participant fields for creation * trim datetime miliseconds info in acq_time * convert Path object to str for checking the file format * add support for xlsx files * Update snirf2bids.ipynb Clean up markups, moving cells, code change, all super minor. * handle null sessions * handle null sessions * add the running in colab cell * retrieve snirf2bids from interim repository --------- Co-authored-by: Shakiba Moradi <[email protected]> Co-authored-by: Shakiba Moradi <[email protected]> Co-authored-by: Meryem Ayse Yucel <[email protected]> Co-authored-by: Eike Middell <[email protected]>
added a demo mode to snirf2bids notebook that uses an example notebook
…tation pipeline (#124)
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.
I change the plotting section according to what Eike is using for the image recon.