ooici / ion-functions

Python Functions defined for computational ION
Other
10 stars 35 forks source link

ADCP_functions: int type fillvalues converted to float Nans. #223

Closed desiderr closed 9 years ago

desiderr commented 9 years ago

Coded new generic_function with unit tests: replace_fill_with_nan.

Modified ADCP DPAs to call replace_fill_with_nan, which replaces system fillvalues (-999999999) and ADCP bad beam sentinels (-32768) with Nans.

Modified old and created new ADCP DPA unit tests.

@s-pearce Ready for review and merge. @cwingard Ready for review and merge.