Skip to content

Commit

Permalink
Fix parameter types in siav2 script API docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 3, 2024
1 parent dfb2e2c commit 443c1cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/lsst/dax/obscore/script/obscore_siav2.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ def obscore_siav2(
Location of the output file.
config : `str`
Location of the configuration file.
instrument : `str`
instrument : `~collections.abc.Iterable` [ `str` ]
Name of instrument to use for query.
pos : `str`
pos : `~collections.abc.Iterable` [ `str` ]
Spatial region to use for query.
time : `str`
time : `~collections.abc.Iterable` [ `str` ]
Time or time span to use for the query, UTC MJD.
band : `str`
band : `~collections.abc.Iterable` [ `str` ]
Wavelength range to constraint query. Units are meters.
exptime : `str`
exptime : `~collections.abc.Iterable` [ `str` ]
Exposure time ranges in seconds.
calib : `~collections.abc.Iterable` [ `int` ]
Calibration level to select. All are selected if none specified.
Expand Down

0 comments on commit 443c1cf

Please sign in to comment.