OpenwaterHealth / OpenLIFU-python

focused ultrasound toolbox
GNU Affero General Public License v3.0
12 stars 2 forks source link

Better library to handle units #153

Open ltetrel opened 3 weeks ago

ltetrel commented 3 weeks ago

Currently, all physics units are handled in units.py with a lot of associated function to convert from one unit to another.

Instead we could have it handled by an external library like Pint, to profit for upstream work and reduce maintenance burden.

ebrahimebrahim commented 3 weeks ago

Yes :100: this is what we need!