예제 #1
0
파일: main.py 프로젝트: JeanBilheux/RefRed
 def export_yt(self):
     o_export_plot = ExportPlotAscii(parent = self,
                                     data_type = 'yt')
     o_export_plot.export()
예제 #2
0
파일: main.py 프로젝트: JeanBilheux/RefRed
 def export_ix(self):
     o_export_plot = ExportPlotAscii(parent = self,
                                     data_type = 'ix')
     o_export_plot.export()
예제 #3
0
파일: main.py 프로젝트: JeanBilheux/RefRed
 def export_stitching_data(self):
     o_export_plot = ExportPlotAscii(parent = self,
                                     data_type = 'stitched')
     o_export_plot.export()
예제 #4
0
 def export_yt(self):
     o_export_plot = ExportPlotAscii(parent=self, data_type='yt')
     o_export_plot.export()
예제 #5
0
 def export_ix(self):
     o_export_plot = ExportPlotAscii(parent=self, data_type='ix')
     o_export_plot.export()
예제 #6
0
 def export_stitching_data(self):
     o_export_plot = ExportPlotAscii(parent=self, data_type='stitched')
     o_export_plot.export()