Jammy2211 / PyAutoGalaxy

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

Feature/adaptive sub #168

Closed Jammy2211 closed 2 months ago

Jammy2211 commented 2 months ago

Adaptive sub-sampling now works for pixelizations.

This means that instead of a fixed sub_size being used for a pixelization, an array with the same dimensions as the mask can be input specifying the sub_size in each image pixel.

This means we can assign high sub_size values to a source galaxy's brightest regions and low values elsewhere, offering computational speed up.

Template SLaM pipelines using this functionality will be provided after testing.