specsr-roman¶
Physics-informed super-resolution of Roman grism spectra — recovering emission lines without inventing them.
Roman’s High Latitude Spectroscopic Survey will deliver slitless grism spectra
(R ≈ 461 λ/µm over 1–1.93 µm) for millions of emission-line galaxies. At that
resolving power the diagnostic complexes stay blended. specsr-roman super-resolves
them with a three-stage network, calibrated so that lines the data could not
have revealed are not drawn.

from specsr_roman import RomanPipeline
pipe = RomanPipeline.from_pretrained()
out = pipe.predict(flux_low, flux_low_err, phot=roman_medium_fluxes)
out.flux_sr, out.z, out.pz
Guides
Tutorials