LSSTDESC / bayesian-pipelines-pixels

Bayesian cosmological inference directly from pixels.
MIT License
5 stars 2 forks source link

brainstorm how to make code easily usable by other frameworks #19

Closed ismael-mendoza closed 5 months ago

ismael-mendoza commented 2 years ago

For example, passing around images rather than galsim objects. Create a container for image information like pixel_scale that can be passed around.

@EiffL brought this up in today's meeting. It might be good to think about this earlier rather than later so that we don't have to do a lot of work later in the inference stage to make our code compatible with tensorflow, pytorch, jax, etc.