Skip to content
Snippets Groups Projects
Commit 75a9a184 authored by BLANCO-GARCIA's avatar BLANCO-GARCIA
Browse files

add help info

parent 90fbee4f
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,17 @@ def readmomaphdf5(
fname
):
"""
momap_pn, s_indexes, s_array = readmomaphdf5(fname)
This functions reads a given hdf5 with momentum aperture data
saved with the function savemomaphdf5.
Args:
fname: name of the input hdf5 file
Returns:
momap: positive and negative sides of momentum aperture
s_indexes: indexes where momap was calculated
s_array: s coordinates of s_indexes
"""
f = h5py.File(fname, 'r')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment