We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per the original StoG, you could:
StoG
rmax
peak_min
peak_max
Would like to add this same functionality along with a different input mechanism:
[(rmin, rmax)]
Then, to replicate the old behavior, you would enter the following list:
[(0, `peak_min`), (`peak_max`, `rmax`)]
The text was updated successfully, but these errors were encountered:
marshallmcdonnell
No branches or pull requests
Per the original
StoG
, you could:rmax
to "delete" / flat-line a region from 0 ->rmax
peak_min
andpeak_max
to "save" the peak region so it did not get flat-linedWould like to add this same functionality along with a different input mechanism:
[(rmin, rmax)]
pairs where you flat-line the regions between these.Then, to replicate the old behavior, you would enter the following list:
The text was updated successfully, but these errors were encountered: