Skip to content

Conversation

@isha822
Copy link

@isha822 isha822 commented Dec 7, 2025

The EventList.read method was accepting **kwargs but failing to pass them to the underlying FITSTimeseriesReader or the parent read method.
The Fix:
Added **kwargs to the FITSTimeseriesReader call and the super().read() call to ensure arguments like additional_columns are respected.
Closes #938
-->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EventList.read does not read additional columns or allow for the selection of a time column

1 participant