Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 31, 2023
1 parent f8a1c80 commit cf3dd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ctapipe/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"SimulatedShowerContainer",
"SimulatedShowerDistribution",
"SimulationConfigContainer",
"SimulationSubarrayContainer",
"SimulationTelescopeContainer",
"StatisticsContainer",
"SubarrayEventContainer",
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/data_models/dl1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Simulation Data Model
- :py:class:`~ctapipe.containers.SubarrayEventIndexContainer` +, :py:class:`~ctapipe.containers.SimulatedShowerContainer`
* - ``/simulation/event/telescope/images/tel_{TEL_ID:03d}``
- simulated camera images
- :py:class:`~ctapipe.containers.SubarrayEventIndexContainer` +, :py:class:`~ctapipe.containers.SimulatedCameraContainer`
- :py:class:`~ctapipe.containers.SubarrayEventIndexContainer` +, :py:class:`~ctapipe.containers.SimulationTelescopeContainer`
* - ``/simulation/event/telescope/parameters/tel_{TEL_ID:03d}``
- Parameters derived form the simulated camera images
- :py:class:`~ctapipe.containers.SubarrayEventIndexContainer` +, :py:class:`~ctapipe.containers.ImageParametersContainer`
Expand Down

0 comments on commit cf3dd15

Please sign in to comment.