-
Notifications
You must be signed in to change notification settings - Fork 19
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
Integrate physutils - Physio object usage #54
Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
2536086
Add physutils dependency placeholder
maestroque f047587
Initial Physio object integration in cardiac.py
maestroque c7fc2eb
Style fixes
maestroque ec8a3de
Minor cardiac.py physio initialization fix
maestroque 67c4d21
Integrate Physio object for respiratory and multimodal metrics
maestroque 2ffa465
Add sample support for object and function oriented usage of metric f…
maestroque 9fa3467
Make metric functions operations
maestroque 380ab65
Add Physio and non-Physio compatibility to cardiac.py
maestroque 59ee6c8
Add Physio and non-Physio compatibility to chest_belt.py
maestroque 56abb72
Add Physio and non-Physio compatibility to retroicor
maestroque 2c19a65
Fix CRF, iCRF and RRF calculation
maestroque c28914c
Fix cardiac_phase test, return Physio object and metric to update his…
maestroque 625d45f
Fix chest_belt tests, return Physio object and metric to update histo…
maestroque acf960d
Update RVT test
maestroque 62e4b6f
Fix respiratory_phase_smoke test
maestroque e60d49e
Return physio in retroicor and specify raised error type in test_mirr…
maestroque 3dbf656
Add loguru as a dependency
maestroque f7d7811
Add Physio object use cardiac phase unit test
maestroque 907faba
Remove test log
maestroque 2d9fd75
Add physutils dependency and peakdet version
maestroque 366175a
Update peakdet dependency
maestroque 533c80e
Minor fix
maestroque 3fba78c
circleci: python version upgrade
maestroque 43576d0
circleci: python version migration to 3.8 and 3.12
maestroque e2f2241
Minor CI fix
maestroque 9efbf5f
CI: Change minimum python version to 3.9
maestroque ba5dcbc
CI: Test for python 3.9 and 3.11
maestroque 9f5e162
Store computed metrics inside the Physio object
maestroque 696d29c
Merge branch 'physiopy:master' into integrate-physutils
maestroque daaed9c
Update .all-contributorsrc
maestroque 00b0f56
Merge branch 'physiopy:master' into integrate-physutils
maestroque bc300f0
Add wrapper to determine whether to return a metric or a physio object
maestroque 9883ce2
[deps] Cap numpy to <2.0
maestroque 181304f
[docs]: Update computing metrics
maestroque 43107db
Metric or Physio returning optimization
maestroque b0f4110
Add Metric class for easier properties accessing
maestroque 10509bd
More unit tests, physio/metric wrapper optimization, doc fixes
maestroque 612c616
Minor fix
maestroque e528d21
[test] Fix failing warning assertion
maestroque 6266b6f
Add updated physutils version
maestroque File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to have peaks and troughs first when possible (and, in general, avoid changing the order of inputs as much as possible), but if it makes things too complicated with the wrapper, then no problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done