MPoL-dev / MPoL

A flexible Python platform for Regularized Maximum Likelihood imaging
https://mpol-dev.github.io/MPoL/
MIT License
33 stars 11 forks source link

Debug of optimal image properties #175

Closed jeffjennings closed 1 year ago

jeffjennings commented 1 year ago

utils.get_optimal_image_properties was intaking q, not u, v (which are expected by get_maximum_cell_size, which is called within get_optimal_image_properties). It was also not properly accounting for Nyquist sampling of the mpol grid. This PR fixes it and adds a test.

jeffjennings commented 1 year ago

Thanks for the review!