Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Mar 4, 2024
1 parent 84be5e6 commit d1a2ef5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/changes/2520.api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Unified the options for DataWriter and the data level names:

+-------------------------+--------------------------+
| Old | New |
+=========================+==========================+
| ``write_raw_waveforms`` | ``write_r0_waveforms`` |
+-------------------------+--------------------------+
| ``write_waveforms`` | ``write_r1_waveforms`` |
+-------------------------+--------------------------+
| ``write_images`` | ``write_dl1_images`` |
+-------------------------+--------------------------+
| ``write_parameters`` | ``write_dl1_parameters`` |
+-------------------------+--------------------------+
| ``write_showers`` | ``write_dl2`` |
+-------------------------+--------------------------+

This changes requires that existing configuration files are updated
if they use these parameters

0 comments on commit d1a2ef5

Please sign in to comment.