RedVoxInc / redvox-python-sdk

The RedVox Software Development Kit
https://pypi.org/project/redvox/
Apache License 2.0
6 stars 2 forks source link

Issue 303 #10

Closed yusukemh closed 3 years ago

yusukemh commented 3 years ago

Update Subclasses into SDK

(1) Updates on station.py

NO UPDATE MADE for barometer and infrared

(2) Updates on sensor_reader_util.py

**NO UPDATE MADE for [pressure, ambient_temperature, proximity, ambient_temp, rel_humidity] because they call load_single() and *load_single_from_list

**NO UPDATE MADE for [accelerometer, magnetometer, lin_acceleration, orientation, rotation_vector, gyroscope, gracity] because they call load_xyz() and *load_xyz_from_list()

***NO UPDATE MADE for test_station.py