show_source_types

lsst.source.injection.show_source_types(allowed_source_types: list[str] = ['Gaussian', 'Box', 'TopHat', 'DeltaFunction', 'Airy', 'Moffat', 'Kolmogorov', 'VonKarman', 'Exponential', 'DeVaucouleurs', 'Sersic', 'InclinedExponential', 'InclinedSersic', 'Spergel', 'RandomKnots', 'Star', 'Trail', 'Stamp'], wrap_width: int | None = None) None

Print the signature of each allowed source type.

Parameters:
allowed_source_typeslist[str]

List of allowed source type names.

wrap_widthint, optional

Width to wrap the signature text.

Notes

This function prints the signature of each allowed source type, wrapping the text to the specified width.