sourcedb keyword with model_data?
Created by: revoltek
I have just compiled the last master from github and might be doing something wrong here, but when I try to:
msin = xxx.MS msin.datacolumn = DATA msout = . msout.datacolumn = CORRECTED_DATA steps = [sol] sol.type = ddecal sol.mode = rotation+diagonal sol.maxiter = 500 sol.tolerance = 1e-3 sol.propagatesolutions = True sol.usemodelcolumn = True <- NOTE!
I get this error:
std exception detected: Key sol.sourcedb unknown
I don't have this problem with the DPPP on cep3/leiden, am I doing something wrong in compiling the git version?
thanks! Fra