Ejemplo n.º 1
0
    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
Ejemplo n.º 2
0
 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