davidclemens / Dingi

Dingi is a toolbox for processing data collected by marine research gear.
MIT License
1 stars 0 forks source link

Add `DataKit.bitmask` and `DataKit.bitflag` support for logical operators #135

Open davidclemens opened 1 year ago

davidclemens commented 1 year ago

Feature description

Add support for logical operators |, &, ~. The logical operations should act in a bitwise fashion. This is the list (taken from the MATLAB documentation:

Problem and motivation

Right now, bitmasks can not be easily combined. This would change it.

Is this something you're interested in working on

Yes.