Paul Tiede

Results 49 comments of Paul Tiede

I can no longer reproduce this on my machine so I think it is fixed!

Thanks for working on this. The whole instrument modeling part is being rewritten so the interface to time-baseline ordering is going to change a lot. When the new interface is...

@UriRolls I am going to close this since the whole infrastructure has changed. That doesn't mean I want to eliminate this. Rather I'd like us to reimplement something akin to...

#346 will solve this in a much more elegant way.

Let's talk about this carefully. Right now, the standard variability `noise model` is not something I am particularly fond of. Now maybe we do want to include some ability to...

Ok so `MultiRadioLikelihood` no longer exists. I'd like to think about the interface for this moving forward, a bit more carefully. I'll keep this open as a meta issue until...

Thanks for pointing this out! Having some rules for FFTW seems like a good idea. Also, the number of rules I'd need to write for FFTW is potentially much smaller...

That is good to know, and I can definitely add that! Are these allocations something I should expect with this kind of code?

Ok so I also sporadically get a segfault from code very similar to this. If I change apply instrument to ```julia @inline function apply_instrument(vis, J::ObservedInstrumentModel, x) vout = similar(vis, SMatrix{2,2,eltype(vis[1]),...