astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
16 stars 11 forks source link

WIP: Mm/uq app #337

Open mmcleod89 opened 11 months ago

mmcleod89 commented 11 months ago

Changes

Currently needs

Issues Replacing the line: const VectorC wavelet_rep = wavelet_operator->adjoint() * image; in UQ with const auto wavelet_rep = wavelet_operator->adjoint() * image; causes a seg-fault, although I don't know why yet. The inferred type of wavelet_rep is AppliedFunction, and in the next line when we call the sum and things are evaluated we get a seg-fault.