File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1212 plot_beamcut_in_attenuation_chunk ,
1313 create_report_chunk ,
1414)
15+ from astrohack .utils import print_method_list_xdt
1516from astrohack .utils .text import (
1617 print_summary_header ,
1718 print_dict_table ,
@@ -132,15 +133,7 @@ def summary(self) -> None:
132133 print_summary_header (self .file )
133134 print_dict_table (self ._input_pars )
134135 print_data_contents (self , ["Antenna" , "DDI" , "Cut" ])
135- print_method_list (
136- [
137- self .summary ,
138- self .plot_beamcut_in_amplitude ,
139- self .plot_beamcut_in_attenuation ,
140- self .create_beam_fit_report ,
141- self .observation_summary ,
142- ]
143- )
136+ print_method_list_xdt (self )
144137
145138 @validate (custom_checker = custom_unit_checker )
146139 def observation_summary (
You can’t perform that action at this time.
0 commit comments