Update docs by adding link to catalog format documentation

This commit is contained in:
2024-08-29 13:51:45 +02:00
parent 221d8ba37a
commit 5b65058b89
4 changed files with 18 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ function columnIdx = findCatalogColumn(catalog, colName)
% idx = findCatalogColumn(catalog, 'Time');
% % Result: idx = 2
%
% For more details on the catalog format, refer to the documentation:
% https://docs.cyfronet.pl/display/ISDOC/Catalog+-+description
%
% Note: This function is intended to be used in conjunction with other
% catalog processing functions.
%