Skip to content

Commit

Permalink
Update eels_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Jan 8, 2024
1 parent dbc4924 commit 2d0f235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyTEMlib/eels_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ def residuals(pp, xx, yy):
edges[key]['areal_density'] = p[int(key)+5]

edges['model'] = {}
edges['model']['background'] = (back + p[6] + p[7] * x + p[8] * x * x)
edges['model']['background'] = (background + p[6] + p[7] * x + p[8] * x * x)
edges['model']['background-poly_0'] = p[6]
edges['model']['background-poly_1'] = p[7]
edges['model']['background-poly_2'] = p[8]
Expand Down

0 comments on commit 2d0f235

Please sign in to comment.