Exemplo n.º 1
0
 def _save_stat_fired(self):
     f = get_saveas_file(
         None, dialog='Select Filename to Save', wildcard='*.npy'
         )
     f, ext = os.path.splitext(f)
     self.stats_results.save(f)
Exemplo n.º 2
0
 def _save_avg_fired(self):
     f = get_saveas_file(
         None, dialog='Select Filename to Save', wildcard='*.npy'
         )
     f, ext = os.path.splitext(f)
     self._avg_dict[self.avg_beam].save(f)