multicolorfits.setup_combined_axes#

multicolorfits.setup_combined_axes(fig, session, combined=None)[source]#

Add a styled WCS-projected axes displaying the combined image to a figure.

Parameters:
  • fig (matplotlib.figure.Figure) – Target figure (cleared first).

  • session (McfSession) – Session providing panels and compose state.

  • combined (array or None) – Pre-rendered combined RGB image; computed from the session if None.

Returns:

matplotlib axes