Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
oda_api documentation
oda_api documentation
  • Installation
  • Tutorial
    • Quick Start (oda api v1.3.5)
    • This is an example of spectral analysis with threeML
    • Example of asynchronous requests (v > 1.1)
    • Token authentication
    • Connection to the dispatcher
    • Elaboration example
    • Elaboration 2
    • Query the API with a user token
    • Storing your token locally
    • Refresh your token
    • Refresh and write your token
    • Disable email functionalities
    • Example of SPI-ACS with token
    • Obtaining a Science Window List with python
    • Show and Save Products
    • Gravitational Wave Analysis
    • DESI LegacySurvey data
    • Upload a product to the Product Gallery
    • Progress reporting for long running tasks
    • Examples of workflows
  • Code documentation (API)
    • api
      • Request
      • NoTraceBackWithLineNumber
      • NoTraceBackWithLineNumber
      • RemoteException
      • DispatcherAPI
    • data_products
      • ApiCatalog
      • BinaryData
      • BinaryProduct
      • DataProduct
      • GWContoursDataProduct
      • GWEventContours
      • ImageDataProduct
      • LightCurveDataProduct
      • NumpyDataProduct
      • NumpyDataUnit
      • ODAAstropyTable
      • PictureProduct
      • TextLikeProduct
    • plot_tools
      • OdaImage
      • OdaLightCurve
      • OdaGWContours
      • OdaSpectrum
Back to top
View this page

ApiCatalog¶

class oda_api.data_products.ApiCatalog(catalog_data: dict | Table, name: str | None = None)[source]¶

Bases: DataProduct

Methods Summary

get_api_dictionary([dump_string])

Methods Documentation

get_api_dictionary(dump_string=True)[source]¶
Next
BinaryData
Previous
oda_api.data_products Module
Copyright © 2021, Andrea Tramacere, Volodymyr Savchenko, Gabriele Barni
Made with Sphinx and @pradyunsg's Furo
On this page
  • ApiCatalog
    • ApiCatalog
      • ApiCatalog.get_api_dictionary()