forked from episodes-platform/shared-snippets
ISL-4832 Adjusted descriptions
This commit is contained in:
parent
9fa094a2dc
commit
9770709a81
@ -20,8 +20,8 @@ def find_catalog_column(catalog, field_name):
|
||||
Finds the index of a column in the catalog based on its field name.
|
||||
|
||||
Parameters:
|
||||
catalog (np.ndarray): A structured NumPy array representing the catalog.
|
||||
https://docs.cyfronet.pl/display/ISDOC/Seismic+catalog
|
||||
catalog (np.ndarray): A structured NumPy array representing a catalog in EPISODES Platform format:
|
||||
https://docs.cyfronet.pl/display/ISDOC/Catalogs
|
||||
field_name (str): The field name of the entry to search for.
|
||||
|
||||
Returns:
|
||||
|
@ -23,7 +23,7 @@ def sort_by_time(catalog):
|
||||
Sorts the given catalog based on the 'Time' column.
|
||||
|
||||
Parameters:
|
||||
catalog (np.ndarray): A structured NumPy array representing the catalog.
|
||||
catalog (np.ndarray): A structured NumPy array representing a seismic catalog in EPISODES Platform format:
|
||||
https://docs.cyfronet.pl/display/ISDOC/Seismic+catalog
|
||||
|
||||
Returns:
|
||||
|
@ -22,7 +22,7 @@ def sort_by_time(catalog):
|
||||
Sorts the given catalog based on the 'Time' column.
|
||||
|
||||
Parameters:
|
||||
catalog (np.ndarray): A structured NumPy array representing the catalog.
|
||||
catalog (np.ndarray): A structured NumPy array representing a seismic catalog in EPISODES Platform format:
|
||||
https://docs.cyfronet.pl/display/ISDOC/Seismic+catalog
|
||||
|
||||
Returns:
|
||||
|
Loading…
Reference in New Issue
Block a user