Skip to content

Instantly share code, notes, and snippets.

@ZGainsforth
Last active April 18, 2017 07:00
Show Gist options
  • Select an option

  • Save ZGainsforth/97de7a498c68bb880fa1d151d3eb3c5f to your computer and use it in GitHub Desktop.

Select an option

Save ZGainsforth/97de7a498c68bb880fa1d151d3eb3c5f to your computer and use it in GitHub Desktop.
fityk additional functions
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