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
WIP things to make Microscope Calibration work (#4)
* Default with correct type
* Add more tests
...in particular for `run_iter()` and more components.
Test descan error implementation for correctly handling the names, not only indices.
Drive-by flake8 fixes
* Introduce type for single coordinates or pixels; allow float pixels
The types work well to make clear what x and y are, and to distinguish
pixel vs physical coordinates in code.
* Introduce types for single values as opposed to arrays, which correspond well to single rays etc
* Make Grid center a single type
* Allow floats for pixel coordinates since conversion to discrete values
should happen as late as possible to avoid rounding issues
* Test for conversion helpers that reduce boilerplate
* Set float64 support everywhere
---------
Co-authored-by: Matthew Bryan <78845903+matbryan52@users.noreply.github.com>
0 commit comments