You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in #154 and related issues in #126 , #110 and #100, the GriddedResidualConnector class will be largely redundant once the Briggs weighting residual imaging process (#110) is fully integrated into the codebase.
We should remove GriddedResidualConnector from the codebase entirely and update all code that uses it to follow the Briggs/NuFFT residual imaging process. Once this is done, the only remaining routine in connectors.py will be index_vis, which should probably be moved to datasets.py.
The text was updated successfully, but these errors were encountered:
As described in #154 and related issues in #126 , #110 and #100, the
GriddedResidualConnector
class will be largely redundant once the Briggs weighting residual imaging process (#110) is fully integrated into the codebase.We should remove
GriddedResidualConnector
from the codebase entirely and update all code that uses it to follow the Briggs/NuFFT residual imaging process. Once this is done, the only remaining routine inconnectors.py
will beindex_vis
, which should probably be moved todatasets.py
.The text was updated successfully, but these errors were encountered: