Skip to content

Commit

Permalink
Merge pull request #11 from lsst-ts/tickets/dm-46020
Browse files Browse the repository at this point in the history
Fix Parameters in Yaml
  • Loading branch information
Vebop authored Aug 28, 2024
2 parents 53fc3c3 + 3ccfc4f commit b9a1fd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
5 changes: 1 addition & 4 deletions notebooks_tsqr/consdb/access_consdb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
]
},
{
Expand Down
14 changes: 8 additions & 6 deletions notebooks_tsqr/consdb/access_consdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b9a1fd9

Please sign in to comment.