Skip to content

Commit 25f085b

Browse files
committed
Update fitting interface equation choices
1 parent 879cb55 commit 25f085b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guifiles/DataForControls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
eq_od2D['Quadratic Polynomial'] = ['Polynomial.Quadratic', 'Default', '', '']
5151
eq_od2D['Cubic Polynomial'] = ['Polynomial.Cubic', 'Default', '', '']
5252
eq_od2D['Witch Of Maria Agnesi A'] = ['Miscellaneous.WitchOfAgnesiA', 'Default', '', '']
53-
eq_od2D['VanDeemter Chromatography'] = ['Engineering.VanDeemterChromatography', 'Default', '', '']
53+
eq_od2D['Lorentzian Peak C With Offset'] = ['Peak.LorentzianPeakC', 'Offset', '', '']
5454
eq_od2D['Gamma Ray Angular Distribution (degrees) B'] = ['LegendrePolynomial.GammaRayAngularDistributionDegreesB', 'Default', '', '']
5555
eq_od2D['Exponential With Offset'] = ['Exponential.Exponential', 'Offset', '', ''] # NOT default extended version string
5656

@@ -60,7 +60,7 @@
6060
eq_od3D['Full Quadratic Polynomial'] = ['Polynomial.FullQuadratic', 'Default', '', '']
6161
eq_od3D['Full Cubic Polynomial'] = ['Polynomial.FullCubic', 'Default', '']
6262
eq_od3D['Monkey Saddle A'] = ['Miscellaneous.MonkeySaddleA', 'Default', '', '']
63-
eq_od3D['Gaussian Curvature Of Whitneys Umbrella A'] = ['Miscellaneous.GaussianCurvatureOfWhitneysUmbrellaA', '']
63+
eq_od3D['Gaussian Curvature Of Whitneys Umbrella A'] = ['Miscellaneous.GaussianCurvatureOfWhitneysUmbrellaA', '', '']
6464
eq_od3D['NIST Nelson Autolog'] = ['NIST.NIST_NelsonAutolog', 'Default', '', '']
6565
eq_od3D['Custom Polynomial One'] = ['Polynomial.UserSelectablePolynomial', 'Default', ', 3, 1']
6666

0 commit comments

Comments
 (0)