OdaImage

class oda_api.plot_tools.OdaImage(data)[source]

Bases: OdaProduct

Methods Summary

show()

update(x)

Methods Documentation

show()[source]
Parameters:
  • ext_sig – ODA data products extension, takes from class initialisation by default

  • meta – ODA data products metadata, takes from class initialisation by default

  • header – ODA data product image header, takes from class initialisation by default

  • sources – ODA catalog table, takes from class initialisation by default

  • levels – levels for contour plot, default is np.linspace(1, 10, 10)

  • cmap – colormap default is cm.gist_earth,

  • unit_ID – the unit to plot image default is 4

  • det_sigma – limit detection sigma to lot from catalog, note that

  • sliders – plot sliders, set to false to upload images in gallery.

Returns:

matplotlib figure instance

update(x)[source]