We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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]
Sorry, something went wrong.
No branches or pull requests
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 :
Originally posted by @time-trader in #108 (comment)
The text was updated successfully, but these errors were encountered: