slsim.Plots package

Submodules

slsim.Plots.lens_plots module

slsim.Plots.plot_functions module

slsim.Plots.plot_functions.create_image_montage_from_image_list(num_rows, num_cols, images, time=None, image_type='other')[source]

Creates an image montage from an image list.

Parameters:
  • num_rows – number of images to display horizontally

  • num_cols – number of images to display vertically

  • images – list of images

  • time – array of observation time for point source images. If None, considers static case.

  • image_type – type of the provided image. It could be ‘dp0’ or any other name.

Returns:

image montage of given images.

slsim.Plots.plot_functions.plot_montage_of_random_injected_lens(image_list, num, n_horizont=1, n_vertical=1)[source]

Creates an image montage of random lenses from the catalog of injected lens.

Parameters:
  • images_list – list of catalog images

  • n_horizont – number of images to display horizontally

  • n_vertical – number of images to display vertically

  • num – length of the injected lens catalog

Returns:

image montage of random injected lenses.

Module contents