jvierine / chirpsounder2

MIT License
20 stars 12 forks source link

calc_ionograms broken by recent change #4

Closed alexchartier closed 3 weeks ago

alexchartier commented 3 years ago

the final line of calc_ionograms.py uses variable "d" that is no longer set in the lines following if name == "main":

alexchartier commented 3 years ago

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)