@@ -1526,7 +1526,7 @@ def get_sia(self, *, coordinates, radius=1.0, search_type='CIRCLE', calibration=
15261526
15271527 Parameters
15281528 ----------
1529- coordinates: str or SkyCoord, mandatory, default None
1529+ coordinates: str or SkyCoord, mandatory
15301530 Center of the search region.
15311531 radius: float or quantity, optional, default value 1.0 degree
15321532 Radius of the search region. If a numeric value is provided, it is interpreted in degrees. An
@@ -1535,16 +1535,18 @@ def get_sia(self, *, coordinates, radius=1.0, search_type='CIRCLE', calibration=
15351535 Shape of the search region. Supported values are "CIRCLE" and "BOX".
15361536 calibration: int, optional, default 2
15371537 Calibration level following the ObsCore data model:
1538+
15381539 - 1: raw instrumental data
15391540 - 2: instrumental data in a standard format
1540- - : science-ready data
1541+ - 3 : science-ready data
15411542 - 4: enhanced data products
15421543 instrument: str, optional, default ALL
15431544 Instrument to query. Supported values are "ALL", "VIS", and "NISP".
15441545 band: str, optional, default None
15451546 Filter name. This parameter is ignored when instrument="ALL". Valid values are:
1546- - 1: "VIS" for the VIS instrument
1547- - 2: "NIR_Y", "NIR_J", "NIR_H", or "NISP" for the NISP instrument
1547+
1548+ - : "VIS" for the VIS instrument
1549+ - : "NIR_Y", "NIR_J", "NIR_H", or "NISP" for the NISP instrument
15481550 collection : str, optional, default sedm
15491551 Name of the data collection.
15501552 dsr_part1: str, optional, default None
@@ -1555,9 +1557,10 @@ def get_sia(self, *, coordinates, radius=1.0, search_type='CIRCLE', calibration=
15551557 for REG and IDR, the activity code
15561558 dsr_part3: str, optional, default None
15571559 Third component of the dataset release identifier: for OTF, REG and IDR environment, the version (an integer
1558- greater than 1) output_file : string, optional, default None
1560+ greater than 1)
1561+ output_file : string, optional, default None
15591562 Output file where the query results are written.
1560- verbose : bool, optional, default ' False'
1563+ verbose : bool, optional, default False
15611564 flag to display information about the process
15621565
15631566 Returns
0 commit comments