Skip to content

Commit 07727ea

Browse files
committed
fix typo
1 parent 551992b commit 07727ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dl1_data_handler/reader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,8 +853,8 @@ def _transform_to_sky_spher_offsets(self, table) -> Table:
853853
location=self.subarray.reference_location,
854854
obstime=LST_EPOCH,
855855
)
856-
sky_offset = fix_pointing.spherical_offsets_to(true_direction)
857-
angular_separation = fix_pointing.separation(true_direction)
856+
sky_offset = fix_array_pointing.spherical_offsets_to(true_direction)
857+
angular_separation = fix_array_pointing.separation(true_direction)
858858
table.add_column(sky_offset[0], name="sky_offset_lon")
859859
table.add_column(sky_offset[1], name="sky_offset_lat")
860860
table.add_column(angular_separation, name="sky_angular_separation")

0 commit comments

Comments
 (0)