From 3a35187d8ed24250a3d3c9eee5471527d83bceeb Mon Sep 17 00:00:00 2001 From: zineb aly <aly.zineb.az@gmail.com> Date: Mon, 29 Jun 2020 15:03:05 +0200 Subject: [PATCH] correct docs --- km3io/tools.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/km3io/tools.py b/km3io/tools.py index 045c0cb..6856a6b 100644 --- a/km3io/tools.py +++ b/km3io/tools.py @@ -271,7 +271,7 @@ def mask(rec_stages, stages): return builder.snapshot() == 1 -def best_track(events, strategy="default", rec_type=None, rec_stages=None): +def best_track(events, strategy="default", rec_type=None): """best track selection based on different strategies Parameters @@ -286,8 +286,6 @@ def best_track(events, strategy="default", rec_type=None, rec_stages=None): Example: best_track(my_tracks, strategy="default", rec_type="JPP_RECONSTRUCTION_TYPE"). rec_type : str, optional reconstruction type as defined in the official KM3NeT-Dataformat. - rec_stages : list, optional - list of the reconstruction stages. Example: [1, 2, 3, 4, 5] Returns ------- -- GitLab