feature/ISL-4832-przepisac-catalogeditor-do-pythona #4

Open
ymlesni wants to merge 5 commits from feature/ISL-4832-przepisac-catalogeditor-do-pythona into main
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 9770709a81 - Show all commits

View File

@ -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:

View File

@ -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:

View File

@ -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: