Skip to content

Commit

Permalink
Address comments; add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBeiske committed Jan 27, 2025
1 parent 4d506dc commit 0622d19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/changes/2691.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Add a tutorial to the docs on how to use the machine learning tools
to process dl1b (image parameters) files to dl2 for a mono analysis.

Perform minor updates to other parts of the api docs and the user-guide.
6 changes: 2 additions & 4 deletions docs/user-guide/data_models/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
Data Models
***********

The DL1 files are HDF5 format files, with the following data set hierarchy.
The tables should be written with `pytables <https://www.pytables.org>`_ (not ``h5py``),
ideally with the :py:class:`~ctapipe.io.HDF5TableWriter`, which ensures the unit
and other descriptive metadata are attached to the output.
The ``ctapipe`` output files are HDF5 format files, with the following data set hierarchy.
The tables are written with `pytables <https://www.pytables.org>`_ (not ``h5py``).
Containers marked with a ``+`` should be written without their prefix (all others should use column prefixes).

The following describes the contents of data level 1 (DL1) output files
Expand Down

0 comments on commit 0622d19

Please sign in to comment.