diff --git a/notebooks_tsqr/consdb/access_consdb.ipynb b/notebooks_tsqr/consdb/access_consdb.ipynb index 1ae6c1a..3be4958 100644 --- a/notebooks_tsqr/consdb/access_consdb.ipynb +++ b/notebooks_tsqr/consdb/access_consdb.ipynb @@ -9,10 +9,7 @@ "source": [ "# Parameters\n", "day_obs = '2024-06-26'\n", - "instrument = 'latiss'\n", - "salindex = 2\n", - "telescope = 'AuxTel'\n", - "timezone = 'UTC'" + "instrument = 'latiss'" ] }, { diff --git a/notebooks_tsqr/consdb/access_consdb.yaml b/notebooks_tsqr/consdb/access_consdb.yaml index 164c4c6..132f613 100644 --- a/notebooks_tsqr/consdb/access_consdb.yaml +++ b/notebooks_tsqr/consdb/access_consdb.yaml @@ -8,9 +8,11 @@ tags: - reporting - prototype parameters: - record_limit: - type: integer - description: Max number of records to output - default: 99 - minimum: 1 - maximum: 9999 + day_obs: + type: string + description: Date on which to query + default: '2024-06-26' + instrument: + type: string + description: Which instrument to query + default: 'latiss'