Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 976 Bytes

README.rst

File metadata and controls

15 lines (12 loc) · 976 Bytes

meas_extensions_shapeHSM

meas_extensions_shapeHSM is a package in the LSST Science Pipelines.

The lsst.meas.extensions.shapeHSM Python module provides algorithms for HSM shape measurement. The algorithm was initially described in https://ui.adsabs.harvard.edu/abs/2003MNRAS.343..459H/abstract, and was modified later in https://ui.adsabs.harvard.edu/abs/2005MNRAS.361.1287M/abstract. HSM is named after the primary authors: i) Hirata, Christopher, ii) Seljak, Uros and iii) Mandelbaum, Rachel. Their implementation of this algorithm lives within GalSim, and this package interacts with the Python layer of GalSim to make the measurements. We use several GalSim primitives to reduce overhead by bypassing extensive sanity checks.

Documentation is available at https://pipelines.lsst.io/modules/lsst.meas.extensions.shapeHSM/index.html.