From d1ccb482633920f9afa6fc37720c82b3fefbc3b2 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Thu, 11 Jan 2024 12:40:17 +0000 Subject: [PATCH] read_swc: update docstring --- navis/io/swc_io.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/navis/io/swc_io.py b/navis/io/swc_io.py index eccfc68a..c12d9893 100644 --- a/navis/io/swc_io.py +++ b/navis/io/swc_io.py @@ -271,7 +271,8 @@ def read_swc(f: Union[str, pd.DataFrame, Iterable], f : str | pandas.DataFrame | iterable Filename, folder, SWC string, URL or DataFrame. If folder, will import all ``.swc`` files. If a - ``.zip`` file will read all SWC files in the file. + ``.zip``, ``.tar`` or ``.tar.gz`` file will read all + SWC files in the file. See also ``limit`` parameter. connector_labels : dict, optional If provided will extract connectors from SWC. Dictionary must map type to label: