plot package

Submodules

plot.plot module

plot_contour(ax, lens_model_list, window_center1, window_center2, window_length, kwargs_lens_list, beta0, beta1, Img_ra, Img_dec, T0=0, Tfac=1, micro=False)[source]

Given a square window, plot the time delay contour and the positions of lensed images on the lens plane

Parameters:
  • ax – matplotlib axis instance

  • lens_model_list – a list of lens models

  • window_center1 – right ascension of the center of the window

  • window_center2 – declination of the center of the window

  • window_length – length of the window

  • kwargs_lens_list – kwargs_lens_list

  • beta0 – right ascension of the source

  • beta1 – declination of the source

  • Img_ra – right ascension of the images

  • Img_dec – declination of the images

  • T0 – the time delay at the window center

  • Tfac – factor multiplying the fermat potential

  • micro – boolean; if True, plot the microimages

Returns:

a plot of time delay contour and images around the center

Module contents