mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Simplify function interface #68

Closed fredRos closed 4 years ago

fredRos commented 7 years ago

chi2 takes many arguments. Some structs could simplify that. For example

struct Observations {
 const dreal* fobs_re, const dreal* fobs_im, const dreal* weights
};
fredRos commented 7 years ago

We won't do this now but in the future we may have classes that hold data

mtazzari commented 6 years ago

This will be solved when I will implement the separate package that uses casacore to extract visibilities from MS files

fredRos commented 4 years ago

so we can close this issue now I guess