I’ve noticed that setting the number of frequencies for the frequency step to 1 results in the following message:
The number of frequencies must be larger than 0.
Thus, at least 2 frequencies have to be requested which is not always desired. I’ve seen in the source code that this message is set to appear when the number of requested frequencies is <= 1. Is there a reason for this (if so, the message should say that the number of frequencies must be larger than 1) or is it just a mistake ?
I’ll definitely try to help this way once I find some more time (hopefully soon - I’m finishing my PhD) to enhance my coding skills a bit - they are really rusty now. In fact, I look into the source code sometimes to see how things work in PrePoMax so I’m getting more familiar with it. And actually, I could have created a PR for this simple change.