PetroFit / petrofit

Python package for calculating Petrosian properties and fitting galaxy light profiles
https://petrofit.readthedocs.io
28 stars 7 forks source link

Reverse `model_to_image` size input from `(y, x) -> (x, y)` #105

Closed robelgeda closed 2 years ago

robelgeda commented 2 years ago

101 revered the size input to match numpy but this is probably more confusing than it is useful. Reverse this order to help with clarity. In the future we can use shape instead.