threeML.config.catalog_structure module

class threeML.config.catalog_structure.CatalogServer(url: str = '???')[source]

Bases: object

url: str = '???'
class threeML.config.catalog_structure.Catalogs(Fermi: threeML.config.catalog_structure.InstrumentCatalog = InstrumentCatalog(catalogs={'LAT FGL': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=fermilpsc&'), 'GBM burst catalog': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=fermigbrst&'), 'GBM trigger catalog': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=fermigtrig&'), 'LLE catalog': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=fermille&')}), Swift: threeML.config.catalog_structure.InstrumentCatalog = InstrumentCatalog(catalogs={'Swift GRB catalog': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=swiftgrb&')}))[source]

Bases: object

Fermi: InstrumentCatalog = InstrumentCatalog(catalogs={'LAT FGL': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=fermilpsc&'), 'GBM burst catalog': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=fermigbrst&'), 'GBM trigger catalog': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=fermigtrig&'), 'LLE catalog': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=fermille&')})
Swift: InstrumentCatalog = InstrumentCatalog(catalogs={'Swift GRB catalog': CatalogServer(url='https://heasarc.gsfc.nasa.gov/cgi-bin/vo/cone/coneGet.pl?table=swiftgrb&')})
class threeML.config.catalog_structure.InstrumentCatalog(catalogs: Dict[str, threeML.config.catalog_structure.CatalogServer] = '???')[source]

Bases: object

catalogs: Dict[str, CatalogServer] = '???'
class threeML.config.catalog_structure.PublicDataServer(public_ftp_location: str | None = None, public_http_location: str = '???', query_form: str | None = None)[source]

Bases: object

public_ftp_location: str | None = None
public_http_location: str = '???'
query_form: str | None = None