def additional_options_point(self):
'''Widgets for additional TSEB options'''
self.calc_G_options()
self.opt_page = widgets.VBox([
self.w_G_form,
self.w_Gratio,
self.w_Gconstanttext,
self.w_Gconstant,
widgets.HBox([self.w_G_amp, self.w_G_phase, self.w_G_shape])], background_color='#EEE')
评论列表
文章目录