Skip to content

Commit

Permalink
make get_parameters external callable
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Dec 3, 2024
1 parent 1f8f9cc commit e4faee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl1_data_handler/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def _transform_to_spherical_offsets(self, table):
)
return table

def _get_parameters(self, batch, dl1b_parameter_list) -> np.array:
def get_parameters(self, batch, dl1b_parameter_list) -> np.array:
"""Retrieve DL1b parameters for a given batch of events."""
dl1b_parameters = []
for file_idx, table_idx, tel_id in zip(
Expand Down

0 comments on commit e4faee6

Please sign in to comment.