8000 Releases · esheldon/metadetect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: esheldon/metadetect

0.12.0

03 Mar 21:26
8000 bb808f0
Compare
Choose a tag to compare

changed

  • Turned off coadding for joint fits by default.
  • Changed LSST codes to use new DM APIs for filter labels.

0.11.0

06 Dec 02:54
2cc7413
Compare
Choose a tag to compare

changed

  • Gaussian fits are now done on coadds instead of a join fit across all shear bands.
  • Symmetrization for various fitters is now optional.
  • The Gaussian and adaptive moments fitters are now reused if possible.
  • Tolerances for lmfit are looser when doing Gaussian fits.

0.10.0

01 Dec 19:47
df9c5e1
Compare
Choose a tag to compare

added

  • Added code to use adaptive moments and Gaussian fits for metadetect.

0.9.0

11 Aug 16:18
4e735e8
Compare
Choose a tag to compare

added

  • Added fwhm_reg parameter to regularize the moments.
  • Added support for more than one measurement made on the detections.
  • Added total image mask fraction to outputs.

changed

  • Output data format column names have changed (flags -> {model}_flags, etc.)

removed

  • Removed deconvolution of PSF with itself when smoothing.

0.8.1

22 Jul 18:59
ea79086
Compare
Choose a tag to compare

fixed

  • Fixed bug where with smoothing the prePSF moments for PSFs need to be measured
    with the smoothing kernel applied.

0.8.0

22 Jul 15:31
e612492
Compare
Choose a tag to compare

added

  • Added adaptive moments to LSST metadetect.

changed

  • Changed code to detect ngmix versions and use the correct momments name (mom vs sums)
    for ngmix version less than 2.1 or greater than equal to 2.1.

fixed

  • Fixed bug where flux weighting was not applied to the PSF moments causing a weird
    stellar locus for weighted moments.

0.7.0

03 May 14:50
457b690
Compare
Choose a tag to compare

added

  • Code can now make multiple shear measurements with different combinations of
    bands in a single pass.
  • Code can now handle color-dependent PSF models.
  • Code now keeps T flags.

changed

  • We no longer flag shears with |g| >= 1.
  • Flags for band fluxes are now kept per band.

0.6.1b used for final lsst sim work

05 Apr 13:04
6b8240e
Compare
Choose a tag to compare

0.6.2

21 Jan 18:30
169a3f0
Compare
Choose a tag to compare

changed

  • DES metadetect now always fits the PSF.

fixed

  • Fixed bug not converting x, y to local coordinate system applying apodized
    star mask for lsst
  • Fixed bug when creating an output structure for multiband lsst data when
    there was a measurement failure

0.6.1

13 Dec 20:48
69e0184
Compare
Choose a tag to compare

fixed

  • Fixed bug where ngmix observations with all zero weights were not flagged
    properly.
0