You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the name attributes in the final nested series return by get_data()'s to contain the units for the respective variable. This is already done for aorc_ob.py and lcd_ob.py but needs to be implemented in the rest of the data acquisition modules. Use utils.add_units() to achieve this. Said function requires var_dict, a dictionary of user_var_names : units. Units should be directly inferred from raw dataset where possible as opposed to being manually set.
The text was updated successfully, but these errors were encountered:
Set the name attributes in the final nested series return by get_data()'s to contain the units for the respective variable. This is already done for
aorc_ob.py
andlcd_ob.py
but needs to be implemented in the rest of the data acquisition modules. Useutils.add_units()
to achieve this. Said function requiresvar_dict
, a dictionary ofuser_var_names : units
. Units should be directly inferred from raw dataset where possible as opposed to being manually set.The text was updated successfully, but these errors were encountered: