Skip to content

Releases: pysersic/pysersic

pysersic v0.1.4

18 Apr 19:36
783e310
Compare
Choose a tag to compare

Minor changes to the codebase for increased usability, including

  • coersion of input arrays to float32 to prevent jax array warnings
  • adopt theta convention that 0 deg == up in each image
  • addition of equinox modules

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

11 Sep 15:10
a09366e
Compare
Choose a tag to compare

Contains all changes commensurate with the JOSS review. Generally minor documentation updates.

v0.1.2

17 Jul 04:58
1b68285
Compare
Choose a tag to compare

Add several useful user warnings, in particular targeting cases where users

  • input a PSF image larger than their galaxy cutout
  • input a weight-map that has values significantly different than the image rms
  • input a PSF image that is not (roughly) normalized
  • input a mask that masks more then 50% of pixels in the cutout (usually not an intended use).

Initial Release

05 Jun 18:09
Compare
Choose a tag to compare

The initial release of the pysersic code. Allows users to fit either single or multi-source galaxy images using gpu-accelerated, gradient-enabled samplers via jax and numpyro. Has several Rendering modes, including real, Fourier,and hybrid real-Fourier methods.