@@ -1533,16 +1533,16 @@ def get_sia(self, *, coordinates, radius=1.0, search_type='CIRCLE', calibration=
15331533 Shape of the search region. Supported values are "CIRCLE" and "BOX".
15341534 calibration: int, optional, default 2
15351535 Calibration level following the ObsCore data model:
1536- 0 : raw instrumental data
1537- 1 : instrumental data in a standard format
1538- 2 : science-ready data
1539- 3 : enhanced data products
1536+ 1 : raw instrumental data
1537+ 2 : instrumental data in a standard format
1538+ 3 : science-ready data
1539+ 4 : enhanced data products
15401540 instrument: str, optional, default ALL
15411541 Instrument to query. Supported values are "ALL", "VIS", and "NISP".
15421542 band: str, optional, default None
15431543 Filter name. This parameter is ignored when instrument="ALL". Valid values are:
1544- 0 : "VIS" for the VIS instrument
1545- 1 : "NIR_Y", "NIR_J", "NIR_H", or "NISP" for the NISP instrument
1544+ 1 : "VIS" for the VIS instrument
1545+ 2 : "NIR_Y", "NIR_J", "NIR_H", or "NISP" for the NISP instrument
15461546 collection : str, optional, default sedm
15471547 Name of the data collection.
15481548 dsr_part1: str, optional, default None
0 commit comments