-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release 0.9.0 #121
Release 0.9.0 #121
Conversation
Update from 0.8.0
feat(xml_files): add PNSSet parser
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.
I had a couple questions that I don't necessarily need answered. Otherwise, this looks good. Thanks!
<name>ECG</name> | ||
<number>0</number> | ||
<unit>uV</unit> | ||
<psgType>0</psgType> |
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.
Do you know what psgType is supposed to represent?
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.
I'm not really sure. We should be able to define what this field means.
<number>0</number> | ||
<unit>uV</unit> | ||
<psgType>0</psgType> | ||
<mapping>1</mapping> |
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.
Does the number field represent the hardware channel number? What is mapping for?
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.
If I'm not wrong, the number field indicates the channel index that should be used to get samples from the signal file.
Added
pnsSet.xml
filesFixed
FileInfo
class