Closed alexchartier closed 3 weeks ago
the final line of calc_ionograms.py uses variable "d" that is no longer set in the lines following if name == "main":
Not sure exactly when it broke, but this fixes it: else: d=drf.DigitalRFReader(conf.data_dir) # <<<<<< new line to be added analyze_all(conf,d)
the final line of calc_ionograms.py uses variable "d" that is no longer set in the lines following if name == "main":