From 81a0862e9baa99a5744c0b8d8bd053723264b7c8 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Tue, 12 Dec 2023 08:50:33 +0100 Subject: [PATCH] Update doc --- apps/query_cluster.py | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/apps/query_cluster.py b/apps/query_cluster.py index 6ce208f1..3ac24aa4 100644 --- a/apps/query_cluster.py +++ b/apps/query_cluster.py @@ -226,7 +226,9 @@ def display_filter_tab(trans_datasource): description = [ "One condition per line (SQL syntax), ending with semi-colon. See ", dmc.Anchor("here", href="https://fink-broker.readthedocs.io/en/latest/science/added_values/", size="xs", target="_blank"), - " for field description.", + " for fields description and ", + dmc.Anchor("here", href="https://fink-broker.readthedocs.io/en/latest/services/data_transfer/", size="xs", target="_blank"), + " for examples." ] placeholder = "e.g. candidate.magpsf > 19.5;" labels = ["Lightcurve (~1.4 KB/alert)", "Cutouts (~41 KB/alert)", "Full packet (~55 KB/alert)"] @@ -245,7 +247,9 @@ def display_filter_tab(trans_datasource): description = [ "One condition per line (SQL syntax), ending with semi-colon. See ", dmc.Anchor("here", href="https://portal.nersc.gov/cfs/lsst/DESC_TD_PUBLIC/ELASTICC/#alertschema", size="xs", target="_blank"), - " for field description.", + " for fields description and ", + dmc.Anchor("here", href="https://fink-broker.readthedocs.io/en/latest/services/data_transfer/", size="xs", target="_blank"), + " for examples." ] placeholder = "e.g. diaSource.psFlux > 0.0;" labels = ["Full packet (~1.4 KB/alert)"] @@ -264,7 +268,9 @@ def display_filter_tab(trans_datasource): description = [ "One condition per line (SQL syntax), ending with semi-colon. See ", dmc.Anchor("here", href="https://portal.nersc.gov/cfs/lsst/DESC_TD_PUBLIC/ELASTICC/#alertschema", size="xs", target="_blank"), - " for field description.", + " for fields description and ", + dmc.Anchor("here", href="https://fink-broker.readthedocs.io/en/latest/services/data_transfer/", size="xs", target="_blank"), + " for examples." ] placeholder = "e.g. diaSource.psFlux > 0.0;" labels = ["Full packet (~1.4 KB/alert)"] @@ -283,7 +289,9 @@ def display_filter_tab(trans_datasource): description = [ "One condition per line (SQL syntax), ending with semi-colon. See ", dmc.Anchor("here", href="https://portal.nersc.gov/cfs/lsst/DESC_TD_PUBLIC/ELASTICC/#alertschema", size="xs", target="_blank"), - " for field description.", + " for fields description and ", + dmc.Anchor("here", href="https://fink-broker.readthedocs.io/en/latest/services/data_transfer/", size="xs", target="_blank"), + " for examples." ] placeholder = "e.g. diaSource.psFlux > 0.0;" labels = ["Full packet (~1.4 KB/alert)"]