Differentiable Virtual Telescope to produce Mock Galaxy Images

1 Open Issue Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub
Astronomy Image Simulation

AI Summary: The task is to modify the `rubix` Python package to resolve incompatibility issues between its `jnp.arange` based functions and JAX transformations like `jax.jit`. This involves identifying functions in `telescope/utils.py` that use `jnp.arange` dynamically, and refactoring them to be compatible with JAX's tracing and compilation process. The goal is to ensure that the pipeline functions correctly within JAX's just-in-time compilation framework without errors.

Complexity: 4/5
bug documentation help wanted

Differentiable Virtual Telescope to produce Mock Galaxy Images

Python