Skip to content

Commit

Permalink
Change example interface to have a 2D peak equation
Browse files Browse the repository at this point in the history
  • Loading branch information
zunzun committed Aug 30, 2016
1 parent 67a17b2 commit 94e7a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataForControls.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
eq_od2D['Quadratic Polynomial'] = ['Polynomial.Quadratic', 'Default', '', '']
eq_od2D['Cubic Polynomial'] = ['Polynomial.Cubic', 'Default', '', '']
eq_od2D['Witch Of Maria Agnesi A'] = ['Miscellaneous.WitchOfAgnesiA', 'Default', '', '']
eq_od2D['VanDeemter Chromatography'] = ['Engineering.VanDeemterChromatography', 'Default', '', '']
eq_od2D['Lorentzian Peak C With Offset'] = ['Peak.LorentzianPeakC', 'Offset', '', '']
eq_od2D['Gamma Ray Angular Distribution (degrees) B'] = ['LegendrePolynomial.GammaRayAngularDistributionDegreesB', 'Default', '', '']
eq_od2D['Exponential With Offset'] = ['Exponential.Exponential', 'Offset', '', ''] # NOT default extended version string

Expand Down

0 comments on commit 94e7a17

Please sign in to comment.