Matthew R. Becker
Matthew R. Becker
## General information - Corrfunc version: 2.3.2 - platform: osx - installation method (pip/source/other?): conda ## Issue description I am computing the pairs by hand and not getting what corrfunc...
Per our discussion, here is an example of the kernel we tried to code in jax but could not figure out how to do so efficiently. It has a couple...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
Per our gitter discussion, duplicate keys with selectors present special challenges.
@esheldon and I were thinking it'd be nice to have an implementation of the moments measurement in this paper: https://arxiv.org/pdf/1508.05655.pdf I think this would be a nice addition to galsim...
An fpacked image with keywords is failing to allow me to overwrite it. The example image is at BNL here: ``` /gpfs/mnt/gpfs02/astro/workarea/beckermr/des-y6-analysis/2022_02_04_imsims_tests_desy6/sim_outputs/des-pizza-slices-y6-v12/DES2359-6539/sources-r/OPS/finalcut/Y5A1/r3515/20170821/D00670401/p01/red/bkg/D00670401_r_c56_r3515p01_bkg.fits.fz ``` I see the same mean in the...
We gotta keep up. I wonder what they changed...
I cannot tell if this is a cfitsio error or something else, but here it is: ``` import fitsio import numpy as np d = np.ones(1, dtype=[("blah", "S35000")]) fitsio.write("test.fits", d,...