From 9770709a8137dcd92610712fb3db4f205a8cb4d5 Mon Sep 17 00:00:00 2001 From: plgmlesniak Date: Mon, 13 Jan 2025 18:42:29 +0100 Subject: [PATCH] ISL-4832 Adjusted descriptions --- python/catalog/find_catalog_column.py | 4 ++-- python/catalog/sort_by_time.py | 2 +- python/catalog/sort_by_time_standalone.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/catalog/find_catalog_column.py b/python/catalog/find_catalog_column.py index 0f5fb66..a1dcd40 100644 --- a/python/catalog/find_catalog_column.py +++ b/python/catalog/find_catalog_column.py @@ -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: diff --git a/python/catalog/sort_by_time.py b/python/catalog/sort_by_time.py index 5874d0e..0af065c 100644 --- a/python/catalog/sort_by_time.py +++ b/python/catalog/sort_by_time.py @@ -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: diff --git a/python/catalog/sort_by_time_standalone.py b/python/catalog/sort_by_time_standalone.py index e51e747..25508a6 100644 --- a/python/catalog/sort_by_time_standalone.py +++ b/python/catalog/sort_by_time_standalone.py @@ -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: