Skip to content

Commit

Permalink
Add new tools to tools doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBeiske committed Jan 23, 2025
1 parent 0a0cfa9 commit a46e4e9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/user-guide/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ You can get a list of all available command-line tools by typing
Data Processing Tools
=====================

* ``ctapipe-quickstart``: create some default analysis configurations and a working directory
* ``ctapipe-quickstart``: Create some default analysis configurations and a working directory.
* ``ctapipe-process``: Process event data in any supported format from R0/R1/DL0 to DL1 or DL2 HDF5 files.
* ``ctapipe-apply-models``: Tool to apply machine learning models in bulk (as opposed to event by event).
* ``ctapipe-train-disp-reconstructor`` : Train the ML models for the `ctapipe.reco.DispReconstructor` (monoscopic reconstruction)
* ``ctapipe-train-energy-regressor``: Train the ML models for the `ctapipe.reco.EnergyRegressor` (energy estimation)
* ``ctapipe-train-particle-classifier``: Train the ML models for the `ctapipe.reco.ParticleClassifier` (gamma-hadron separation)
* ``ctapipe-train-disp-reconstructor`` : Train the ML models for the `ctapipe.reco.DispReconstructor` (monoscopic reconstruction).
* ``ctapipe-train-energy-regressor``: Train the ML models for the `ctapipe.reco.EnergyRegressor` (energy estimation).
* ``ctapipe-train-particle-classifier``: Train the ML models for the `ctapipe.reco.ParticleClassifier` (gamma-hadron separation).
* ``ctapipe-optimize-event-selection``: Calculate gamma/hadron and direction cuts (e.g. for IRF calculation).
* ``ctapipe-compute-irf``: Calculate an IRF with or without applying a direction cut and optionally benchmarks.

File Management Tools:
======================
Expand Down

0 comments on commit a46e4e9

Please sign in to comment.