Skip to content
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

Update sensor conversion constants in configuration #115

Open
cortadocodes opened this issue Mar 8, 2023 · 1 comment
Open

Update sensor conversion constants in configuration #115

cortadocodes opened this issue Mar 8, 2023 · 1 comment

Comments

@cortadocodes
Copy link
Member

We can put the defaults from aerosense-tools:
https://github.com/aerosense-ai/aerosense-tools/blob/5ecf712628e294ae9f00f1982ed8192e45283c03/aerosense_tools/preprocess.py#L63

For differential pressure it can be a nested dict :

"differential_barometer":{
      "constant":[ const_1, const_2, const_3, const_4, const_5],
     "offset": [32767, 32767, 32767, 32767, 32767]
}

Originally posted by @time-trader in #108 (comment)

@time-trader
Copy link
Contributor

Actually, lets not make it nested. It will break the flow. Lets have

"differential_barometer":[ const_1, const_2, const_3, const_4, const_5],
"differential_barometer_offset": [32767, 32767, 32767, 32767, 32767]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants