Skip to content

Commit

Permalink
added missing MergeTool
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Aug 3, 2023
1 parent 7639bbb commit e0bda66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ctapipe/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class MainTool(Application):
"ctapipe.tools.train_disp_regressor.TrainDispRegressor",
"Train telescope-type-wise disp regression models for direction reconstruction",
),
"merge": (
"ctapipe.tools.merge.MergeTool",
"Merge multiple ctapipe output files into one",
),
"fileinfo": (
"ctapipe.tools.fileinfo.FileInfoTool",
"Obtain metadata and other information from ctapipe output files",
Expand Down

0 comments on commit e0bda66

Please sign in to comment.