astro-informatics / purify

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

Whitened data #6

Closed jasonmcewen closed 8 years ago

jasonmcewen commented 9 years ago

We used to have a function purify_measurement_cftadj_whitened for first attempts to handle real data. Has this been removed or did it never make it into the repo?

I guess the plan now is to whiten data by including weighting in the l2 norm rather than the measurement operator but I just wanted to review this function.

rafael-carrillo commented 9 years ago

The function never made it to the repo. As you said, what we want is to use the weighted L2 norm ball no for the constraint. We don’t want to mess up with the measurement operator.

On 25 Mar 2015, at 09:20, Jason McEwen notifications@github.com wrote:

We used to have a function purify_measurement_cftadj_whitened for first attempts to handle real data. Has this been removed or did it never make it into the repo?

I guess the plan now is to whiten data by including weighting in the l2 norm rather than the measurement operator but I just wanted to review this function.

— Reply to this email directly or view it on GitHub https://github.com/astro-informatics/purify/issues/6.

jasonmcewen commented 9 years ago

Cool, could you just send me a copy of the function so I can take a look?

mdavezac commented 8 years ago

@jasonmcewen, should this be closed?

jasonmcewen commented 8 years ago

Yes, these comments were related to the old C version of the code.