-
Changes
- Added simplified versions of basic objects, with no support of Chromatic objects yet:
GSObjects
andgsparams
Sum
Position
,PositionD
andPositionI
Transformation
Shear
Convolve
InterpolatedImage
andInterpolant
PhotonArray
Sensor
AngleUnit
,Angle
, andCelestialCoord
BaseDeviate
and child classesBaseNoise
and child classes
- Added implementation of fundamental operations:
drawImage
drawReal
drawFFT
drawKImage
makePhot
drawPhot
- Added implementation of simple light profiles:
Gaussian
,Exponential
,Pixel
,Box
,Moffat
,Spergel
,DeltaFunction
- Added implementation of simple WCS:
PixelScale
,OffsetWCS
,JacobianWCS
,AffineTransform
,ShearWCS
,OffsetShearWCS
,GSFitsWCS
,FitsWCS
,TanWCS
- Added automated suite of tests using the reference GalSim and LSSTDESC-Coord test suites
- Added support for the
galsim.fits
module - Added a
from_galsim
method to convert from GalSim objects to JAX-GalSim objects
- Added simplified versions of basic objects, with no support of Chromatic objects yet:
-
Caveats
- Real space convolution are not yet implemented in `drawImage``.