Skip to content

Commit 4f6bf91

Browse files
committed
docs: ContextualMapData docstring fix
1 parent 2a8c0bf commit 4f6bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gisnav/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def __post_init__(self):
174174
# noinspection PyClassHasNoInit
175175
@dataclass(frozen=True)
176176
class ContextualMapData(_ImageHolder):
177-
"""Contains the rotated and cropped map image pose estimation"""
177+
"""Contains the rotated and cropped map image for pose estimation"""
178178
image: Img = field(init=False) # Cropped and rotated map which is the same size as the camera frames
179179
elevation: Optional[Img] = field(init=None) # Rotated elevation raster (optional) in meters
180180
rotation: float # radians

0 commit comments

Comments
 (0)