ENGDB_Service

jwst.lib.engdb_tools.ENGDB_Service(base_url=None, **service_kwargs)[source]

Access the JWST Engineering Database

Access can be either through the public MAST API or by direct connection to the database server.

Parameters:
  • base_url (str or None.) – The base url for the engineering RESTful service

  • service_kwargs (dict) – Service-specific keyword arguments. Refer to the concrete implementations of EngdbABC.

Returns:

service – The engineering database service to use.

Return type:

EngdbABC