Esempio n. 1
0
 def fmodel_statistics_graph_data(self):
     """
 Wrapper for fmodel_statistics_by_resolution(), returns object suitable for
 routines in wxtbx.plots.
 """
     bins = self.fmodel_statistics_by_resolution()
     if (bins is not None):
         from mmtbx.f_model.f_model_info import export_bins_table_data
         return export_bins_table_data(bins)
     return None
Esempio n. 2
0
 def fmodel_statistics_graph_data (self) :
   """
   Wrapper for fmodel_statistics_by_resolution(), returns object suitable for
   routines in wxtbx.plots.
   """
   bins = self.fmodel_statistics_by_resolution()
   if (bins is not None) :
     from mmtbx.f_model.f_model_info import export_bins_table_data
     return export_bins_table_data(bins)
   return None