A toolkit for processing Seaglider base station NetCDF files: despiking, smoothing, outlier detection, backscatter, fluorescence quenching, calibration, gridding, interpolation.
This fixes issue #182. The initial error was caused, because the selection loc[False] would select the night values, but the table has actually a multi-index, of which all values are chosen (e.g. non night).
This fixes issue #182. The initial error was caused, because the selection
loc[False]
would select the night values, but the table has actually a multi-index, of which all values are chosen (e.g. non night).