Skip to content

Commit b3efa40

Browse files
authored
Renamed width_package and height_package to width_package_x and width_package_y. (#33)
1 parent d109319 commit b3efa40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msfc_ccd/_sensors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ class TeledyneCCD230(
147147
temperature: u.Quantity | na.AbstractScalar = 248 * u.K
148148
"""The operating temperature of this sensor."""
149149

150-
width_package: u.Quantity = 42 * u.mm
150+
width_package_x: u.Quantity = 42 * u.mm
151151
"""The horizontal size of the physical sensor package."""
152152

153-
height_package: u.Quantity = 61 * u.mm
153+
width_package_y: u.Quantity = 61 * u.mm
154154
"""The vertical size of the physical sensor package."""
155155

156156
@property

0 commit comments

Comments
 (0)