Last active
April 18, 2017 07:00
-
-
Save ZGainsforth/97de7a498c68bb880fa1d151d3eb3c5f to your computer and use it in GitHub Desktop.
fityk additional functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fluoredge: | |
| FluorEdge(height=~1, width=~1, center=~0, offset=avgy) = -height/pi*atan((x-center)/width)+offset | |
| FluorEdge(height=avgy, width=~1, center=~0) = -height/pi*atan((x-center)/width)+(height/2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment