Jammy2211 / PyAutoGalaxy

PyAutoGalaxy: Open-Source Multiwavelength Galaxy Structure & Morphology
https://pyautogalaxy.readthedocs.io/
MIT License
26 stars 13 forks source link

Feature/remove pixels upper limit #143

Closed Jammy2211 closed 6 months ago

Jammy2211 commented 6 months ago

Removes the check which automatically updates the upper limit on the number of pixels in a Pixelization Mesh.

This is because the Hilbert method, which is replacing the KMeans method, does not have the limitaiton that the number of source pixels must exceed the number of image pixels.