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
Task: add bit operators (e.g. active_bits, inactive_bits) to filter / mask observations where in a (flag) column, a selection of bit(s) in the binary representation of the column value is/are (in)active - e.g. a wrapper for https://numpy.org/doc/stable/reference/generated/numpy.unpackbits.html
The text was updated successfully, but these errors were encountered:
Data flags often operate on a bit basis. Currently pytesmo includes pre-defined operators to filter decimal numbers
Task: add bit operators (e.g. active_bits, inactive_bits) to filter / mask observations where in a (flag) column, a selection of bit(s) in the binary representation of the column value is/are (in)active - e.g. a wrapper for https://numpy.org/doc/stable/reference/generated/numpy.unpackbits.html
The text was updated successfully, but these errors were encountered: