create_detection_catalog

Project.create_detection_catalog(name, description='')[source]

Create an detection catalog in the database.

Parameters
  • name (String) – The name of the catalog.

  • description (String) – The description of the catalog.

Returns

cat – The created catalog.

Return type

mss_dataserver.detection.Catalog