From ac7bd3c20e0a89fb2b8eaeaa1304d012af437efe Mon Sep 17 00:00:00 2001 From: Michele Peresano Date: Thu, 4 Jun 2020 17:58:45 +0200 Subject: [PATCH] Add again cam ids as argument for write_dl1 --- protopipe/pipeline/utils.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protopipe/pipeline/utils.py b/protopipe/pipeline/utils.py index 199ee81a..4c8ac7c8 100644 --- a/protopipe/pipeline/utils.py +++ b/protopipe/pipeline/utils.py @@ -99,6 +99,14 @@ def make_argparser(): help="give a specific list of files to run on", ) + parser.add_argument( + "--cam_ids", + type=str, + default=["LSTCam", "NectarCam"], + nargs="*", + help="give the specific list of camera types to run on", + ) + parser.add_argument( "--wave_dir", type=str,