PIA-Group/BioSPPy

BCG support proposal

gcathelain opened this issue · 10 comments

Dear Carlos Carreiras,

I appreciate the code that you provide with this signal processing library, especially the tools.
I am a PhD student working in Ballistocardiography (cardiac mechanical activity monitoring).

Would you like me to contribute and create a BCG processing section ? I found no other open source Python library in this domain.

Sincerely yours,

Guillaume Cathelain

Hi @guillaumeCat

Thank you for your interest in BioSPPy and your enthusiasm in contributing to this project.
Indeed, it would be interesting to have a module for BCG processing. I think it makes sense to have a separate module for BCG, as there is for ECG and other kinds of signals, following the same structure.

When your code is ready, please submit a PR and we'll review it and add your name to the list of contributors. If your code is based on published research (your own or by others), please don't forget to cite them in the module's docstrings (take a look in the source for the ECG module to see how we've been doing it)

Also, if you can, please add a sample BCG signal that we can add to the examples folder, so that we can test your code.

Kind regards,
Carlos

Dear Carlos,

Thanks for your support
I am on it !

Best

Dear Carlos,

I opened a pull request for the BCG section. We can have a video call if you want.

Kind regards

Guillaume

Hi @guillaumeCat

Thanks for your contribution.
We'll review your code as soon as possible.
How would you like to be cited in the Authors file?

Hi @capcarr

You're welcome.
I am new to this and am asking support to my university. What is your proposal ?
Sincerely yours

Dear Carlos,

You can cite me as Guillaume Cathelain, PhD student, CHArt laboratory (Cognition Humaine et Artificielle), EPHE school (École Pratique des Hautes Etudes), PSL University (Paris Sciences Lettres).

Best

Hello!
Is there any news about this PR?

Some issues were found on this module and it was removed from the master branch, 6977d10. This module is available in its own branch bcg, c8559c5, and it will be merged back once the highlighted TODO issues are fixed.