Skip to content

Commit

Permalink
plotting opt
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus committed Nov 23, 2023
1 parent 8a867e5 commit a700fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfinder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def go(self,cfg_par):

rfiFL.write_html_summaryreport(self.cfg_par)

if self.cfg_par[task]['plot_detail']['enable']==True:
if self.cfg_par[task]['plot_details']['enable']==True:

if self.cfg_par['rfi']['chunks']['time_enable']==True:

Expand Down Expand Up @@ -516,7 +516,7 @@ def go(self,cfg_par):

rfiPL.plot_rfi_imshow(self.cfg_par,i)
self.logger.info("------ RFI in 2D plotted ------\n")
self.cfg_par['plots']['plot_detail']['plot_noise'] = 'rfi'
self.cfg_par['plots']['plot_details']['plot_noise'] = 'rfi'
self.cfg_par['plots']['plot_details']['long_short'] = False
rfiPL.plot_noise_frequency(self.cfg_par,i)
self.cfg_par['plots']['plot_details']['long_short'] = True
Expand Down

0 comments on commit a700fc4

Please sign in to comment.