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
It would be helpful (especially for new contributers) to know exactly what units different variables use, and how to convert between the units. For example people seem to cite absorption in dB/cm or with MHz, etc.
Describe the new feature or enhancement
It would be helpful (especially for new contributers) to know exactly what units different variables use, and how to convert between the units. For example people seem to cite absorption in dB/cm or with MHz, etc.
Describe your proposed implementation
Use https://github.com/hgrecco/pint to annotate units. This would, e.g., replace utility functions like
neurotechdevkit/src/neurotechdevkit/results/_metrics.py
Lines 292 to 329 in 6e53d78
neurotechdevkit/src/neurotechdevkit/materials.py
Lines 65 to 76 in 6e53d78
Describe possible alternatives
https://github.com/python-quantities/python-quantities also looks like a suitable alternative. Seems slightly less active, with less frequent releases and fewer stars.
The text was updated successfully, but these errors were encountered: