Skip to content

Commit fb3bbaf

Browse files
reference_location is now properly transmitted
1 parent 669e5fa commit fb3bbaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ctapipe_io_nectarcam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ def create_subarray(
677677
name=f"MST-{tel_id} subarray",
678678
tel_descriptions=tel_descriptions,
679679
tel_positions=tel_positions,
680-
reference_location=nectarcam_location,
680+
reference_location=reference_location,
681681
)
682682

683683
return subarray

0 commit comments

Comments
 (0)