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

ImageDataProduct¶

class oda_api.data_products.ImageDataProduct(data_unit: NumpyDataUnit | list[NumpyDataUnit], name: str | None = None, meta_data: dict | None = None)[source]¶

Bases: NumpyDataProduct

Methods Summary

check_contains_image(numpy_data_prod)

from_fits_file(filename[, ext, hdu_name, ...])

Methods Documentation

static check_contains_image(numpy_data_prod)[source]¶
classmethod from_fits_file(filename, ext=None, hdu_name=None, meta_data=None, name=None)[source]¶
Next
LightCurveDataProduct
Previous
GWEventContours
Copyright © 2021, Andrea Tramacere, Volodymyr Savchenko, Gabriele Barni
Made with Sphinx and @pradyunsg's Furo
On this page
  • ImageDataProduct
    • ImageDataProduct
      • ImageDataProduct.check_contains_image()
      • ImageDataProduct.from_fits_file()