def exportable_solutions(): """ Returns a dictionary of exportable solutions for this machine type. """ exportables = PerIntervalGains.exportable_solutions() exportables.update({ "phase": (0., ("dir", "time", "freq", "ant", "corr")), "phase.err": (0., ("dir", "time", "freq", "ant", "corr")), }) return exportables
def exportable_solutions(): """ Returns a dictionary of exportable solutions for this machine type. """ sols = PerIntervalGains.exportable_solutions() sols["pzd"] = (0.0, ("time", "freq")) return sols