get_hst_aperture_correction¶
- grizli.prep.get_hst_aperture_correction(filter, raper=0.35, rmax=5.0)[source]¶
Get single aperture correction from tabulated EE curve
- Parameters
- filterstr
Filter name.
- raperfloat
Aperture radius, arcsec.
- rmaxfloat
Maximum radius in the EE curve, arcsec.
- Returns
- zpfloat
Zero-point correction.
- ee_interpfloat
Interpolated encircled energy at
raper
.