Skip to content

Commit b8c40cc

Browse files
committed
Added docstring
1 parent 205adc6 commit b8c40cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

msfc_ccd/_images/_vectors.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
class ImageHeader(
1515
na.AbstractExplicitCartesianVectorArray,
1616
):
17+
"""
18+
A class designed to represent the header information for a sequence
19+
of images.
20+
"""
21+
1722
pixel: na.AbstractCartesian2dVectorArray = dataclasses.MISSING
1823
"""The indices of each pixel in the image."""
1924

0 commit comments

Comments
 (0)