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

Documenting Briggs residual visualization and removing GriddedResidualConnector #158

Closed iancze closed 1 year ago

iancze commented 1 year ago

When complete, this will close #157 and #110. Then, this should enable #156 to be completed and merged.

This pull request removes the connectors.py file and the GriddedResidualConnector. It shifts index_vis to datasets.py. It removes (or comments out) GriddedResidualConnector from the few places it appears in the codebase. In some places (like the optimization tutorial), we provided instructions on how to use the NuFFT layer and dirty image capabilities to produce residual images.

iancze commented 1 year ago

@jeffjennings thanks!