tmolteno / disko

Discrete Sky Operator (DiSkO) Aperture Synthesis Radio Imaging
GNU General Public License v3.0
2 stars 2 forks source link

Test: test_imaging_vs_natural failing #11

Open tmolteno opened 1 year ago

tmolteno commented 1 year ago

This test is failing since DiSkO moved to an augmented (re, im) vector rather than complex vectors for the telescope operator. Two approaches are possible:

  1. Revert to complex operators. This is preferred, however quite a few packages don't support complex operators.
  2. Fix the projection into the natural basis...