There is a small typo in the gui.py file where it loads in the peak options on line 1544 https://github.com/DSimonne/thorondor/blob/44714725645753c04187cf887300c4f25515c4be/thorondor/gui.py#L1544 it reads ("Donaich", DoniachModel) when it should read ("Donaich", DonaichModel)
There is a small typo in the gui.py file where it loads in the peak options on line 1544
thorondor/thorondor/gui.py
Line 1544 in 4471472
it reads ("Donaich", DoniachModel)
when it should read ("Donaich", DonaichModel)