-
craftutils.photometry.image_psf_diagnostics(hdu: ~typing.Union[str, ~astropy.io.fits.hdu.hdulist.HDUList], cat: ~typing.Union[str, ~astropy.table.table.Table], star_class_tol: float = 0.95, mag_max: float = <Quantity 0. mag>, mag_min: float = <Quantity -50. mag>, match_to: ~typing.Optional[~astropy.table.table.Table] = None, match_tolerance: ~astropy.units.quantity.Quantity = <Quantity 1. arcsec>, frame: float = 15, ext: int = 0, near_centre: ~typing.Optional[~astropy.coordinates.sky_coordinate.SkyCoord] = None, near_radius: ~typing.Optional[~astropy.units.quantity.Quantity] = None, ra_col: str = 'RA', dec_col: str = 'DEC', output: ~typing.Optional[str] = None, min_stars: int = 30, plot_file_prefix: str = '', debug_plots: bool = False)
- Parameters
- hdu
-
- cat
-
- star_class_tol
-
- mag_max
-
- mag_min
-
- match_to
-
- match_tolerance
-
- frame
-
- ext
-
- near_centre
-
- near_radius
-
- ra_col
-
- dec_col
-
- output
-
- min_stars
-
- plot_file_prefix
-
- Returns
-