Skip to content

Commit

Permalink
format docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
vuillaut authored Jul 7, 2020
1 parent a5e4109 commit 364060a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions ctapipe_io_lst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 364060a

Please sign in to comment.