ezmsg-org / ezmsg

Pure-Python DAG-based high-performance SHM-backed pub-sub and multi-processing pattern
https://ezmsg.readthedocs.io/en/latest/
MIT License
9 stars 4 forks source link

Add AffineTransform and CommonRereference Units with tests #82

Closed cboulay closed 5 months ago

cboulay commented 5 months ago

... using generator pattern

cboulay commented 5 months ago

weights can be an ndarray, or a path-like to a file that works with np.loadtxt(weights, delimiter=",").

We could support other delimiters or other ways of importing files into ndarray.

cboulay commented 5 months ago

Probably shouldn't be merged as-is because it uses gen_to_unit. See #85