Skip to content

Commit

Permalink
Address Arun's comments round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
enourbakhsh committed Dec 5, 2023
1 parent 7d0875f commit 82e9a25
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 703 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ The algorithm was initially described in https://ui.adsabs.harvard.edu/abs/2003M
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 <https://github.com/GalSim-developers/GalSim>`_,
and this package interacts directly with the C++ layer of GalSim to make the measurements.
and this package interacts with the Python layer of GalSim to make the measurements.

Documentation is available at https://pipelines.lsst.io/modules/lsst.meas.extensions.shapeHSM/index.html.
105 changes: 0 additions & 105 deletions include/lsst/meas/extensions/shapeHSM/HsmAdapter.h

This file was deleted.

181 changes: 0 additions & 181 deletions include/lsst/meas/extensions/shapeHSM/HsmShapeControl.h

This file was deleted.

72 changes: 0 additions & 72 deletions include/lsst/meas/extensions/shapeHSM/psfcorr.h

This file was deleted.

3 changes: 0 additions & 3 deletions lib/SConscript

This file was deleted.

2 changes: 1 addition & 1 deletion python/lsst/meas/extensions/shapeHSM/SConscript
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11(['hsmShapeControl',], addUnderscore=False)
scripts.BasicSConstruct("meas_extensions_shapeHSM", disableCc=True, noCfgFile=True)

0 comments on commit 82e9a25

Please sign in to comment.