spacetelescope / romancal

Python library to process science observations from the Nancy Grace Roman Space Telescope
https://roman-pipeline.readthedocs.io/en/latest/
Other
28 stars 28 forks source link

ELP returns input to tweakreg, rather than output from tweakreg? #1283

Open schlafly opened 2 weeks ago

schlafly commented 2 weeks ago

The ELP returns the "results" input to tweakreg, rather than the "result" output from tweakreg. https://github.com/spacetelescope/romancal/blob/main/romancal/pipeline/exposure_pipeline.py#L178-L182 That's probably a bug?