ptiede / Comrade.jl

MIT License
43 stars 8 forks source link

skymodel and vlbimodel currently do not work for MultiRadioLikelihood #343

Open rohandahale opened 3 months ago

rohandahale commented 3 months ago

For fitting different bands at the same time, we need to define MultiRadioLikelihood and use skymodel and vlbimodel for getting residuals and intensity map. Currently skymodel and vlbimodel accept only RadioLikelihood type and not MultiRadioLikelihood .

ptiede commented 1 month ago

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 we fix this.