-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
948 add support to create coordinate systems from homogeneous transfo…
…rmation matrices (#949) * initial changes without tests and .get_homogenous(?!) methods * added as_homogeneous_matrix method to LCS * added squeeze to get rid of excess dimension and fixed shape * added dimeonsionality. Maybe a better way * put changes into changelog * better docstring from as_homogeneous_matrix * added first test * works with xarray now * removed xarray support?! * wrong indexing * What is mypys problem? * changed npt.ArrayLike to np.ndarray for homogeneous transformation matrices * changed typing for translation unit * fixed typo * more typo * excluding time series * Update CHANGELOG.md * Update CHANGELOG.md * fixed typo in "homogeneous" ... --------- Co-authored-by: Çağtay Fabry <[email protected]>
- Loading branch information
1 parent
8a34f2d
commit e0e3a65
Showing
5 changed files
with
156 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters