plot_fwhm_of_iters

lsst.ts.imsim.utils.plot_fwhm_of_iters(pssn_files: list[str], save_to_file_path: str | None = None, dpi: int | None = None) None

Plot the FWHM of iteration.

FWHM: Full width at half maximum. PSSN: Normalized point source sensitivity.

Parameters

pssn_fileslist

List of PSSN files.

save_to_file_pathstr, optional

File path to save the figure. If None, the figure will be showed. (the default is None.)

dpiint, optional

The resolution in dots per inch. (the default is None.)