GalacticPlaneSurveyPanelPlot¶
-
class
gammapy.image.
GalacticPlaneSurveyPanelPlot
(npanels=4, center=(0, 0), fov=(10, 1), xsize=10, ysize=None, xborder=0.5, yborder=0.5, yspacing=0.5, xoverlap=0)[source]¶ Bases:
object
Plot Galactic plane survey images in multiple panels.
This is useful for very wide, but not so high survey images (~100 deg in Galactic longitude and ~10 deg in Galactic latitude).
TODO: describe how the callbacks work
References: http://aplpy.readthedocs.io/en/latest/howto_subplot.html
Attributes:
panel_parameters
– dict of panel parametersfigure
— Main matplotlib figure (cantains all panels)fits_figure
— Currentaplpy.FITSFigure
Parameters: fits_figure :
aplpy.FITSFigure
FITSFigure to plot on all panels
npanels : int
Number of panels
Examples
TODO
TODO: Link to tutorial example
Compute panel parameters and make a matplotlib Figure.
Methods Summary
bottom
([colorbar_pars, colorbar_label])TODO: needed? draw_panel
([panel, format])Draw panel. draw_panels
([panels, format])Draw panels. format_fits_figure
(fits_figure[, theme])TODO: describe top
()TODO: needed? Methods Documentation