Skip to content

Commit

Permalink
Add tangent motion models to glimpse namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty committed May 10, 2024
1 parent 791de33 commit 22e86ad
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/glimpse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
from .exif import Exif
from .image import Image
from .raster import Grid, Raster, RasterInterpolant
from .track import CartesianMotion, CylindricalMotion, Observer, Tracker, Tracks
from .track import (
CartesianMotion,
CylindricalMotion,
Observer,
TangentCartesianMotion,
TangentCylindricalMotion,
Tracker,
Tracks,
)

__all__ = [
"config",
Expand All @@ -19,6 +27,8 @@
"Tracks",
"CartesianMotion",
"CylindricalMotion",
"TangentCartesianMotion",
"TangentCylindricalMotion",
"Grid",
"Raster",
"RasterInterpolant",
Expand Down

0 comments on commit 22e86ad

Please sign in to comment.