From 364060a0aaa2d739dc0364fe72a60bc764a6be1c Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Tue, 7 Jul 2020 16:43:48 +0200 Subject: [PATCH] format docstring --- ctapipe_io_lst/__init__.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/ctapipe_io_lst/__init__.py b/ctapipe_io_lst/__init__.py index 5505b537..a3306d28 100644 --- a/ctapipe_io_lst/__init__.py +++ b/ctapipe_io_lst/__init__.py @@ -51,16 +51,15 @@ def load_camera_geometry(version=4): def read_pulse_shapes(): ''' - Reads in the data on the pulse shapes and readout speed, from an external - file + Reads in the data on the pulse shapes and readout speed, from an external file - Returns: - - time between samples in the actual DAQ (ns, astropy quantity) - time between samples in the returned single-p.e pulse shape (ns, astropy + Returns + ------- + (daq_time_per_sample, pulse_shape_time_step, pulse shapes) + daq_time_per_sample: time between samples in the actual DAQ (ns, astropy quantity) + pulse_shape_time_step: time between samples in the returned single-p.e pulse shape (ns, astropy quantity) - Single-p.e. pulse shapes, ndarray of shape (2, 1640) - + pulse shapes: Single-p.e. pulse shapes, ndarray of shape (2, 1640) ''' infilename = resource_filename('ctapipe_io_lst',