lgrcia / prose

Modular image processing pipelines with Python. Built for Astronomy.
https://prose.readthedocs.io
MIT License
54 stars 11 forks source link

fix: trace aperture height always > 0 #89

Closed lgrcia closed 1 year ago

lgrcia commented 1 year ago

Description

fix: trace aperture height always > 0. The fact that it could be 0 messed up the source tutorial (that is based on a random image example so sometimes the trace source has a height of 0). I could have seed the example image but this is a more general and durable fix.