Skip to content

Commit dcf4e96

Browse files
committed
add review suggestions
1 parent f5e5b63 commit dcf4e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/11_hextof_workflow_trXPS_energy_calibration_using_SB.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@
399399
"ref_id = 1\n",
400400
"sp_44498.ec.biases = -1*np.array([-30.2,-31.4,-32.6,-33.6,-34.8])\n",
401401
"sp_44498.ec.peaks = np.expand_dims(data[peaks]['dldTimeSteps'].data,1)\n",
402-
"sp_44498.ec.tof = data.dldTimeSteps.data\n",
402+
"sp_44498.ec.tof = res_corr.dldTimeSteps.data\n",
403403
"\n",
404-
"params=sp_44498.calibrate_energy_axis(\n",
404+
"sp_44498.calibrate_energy_axis(\n",
405405
" ref_id=ref_id,\n",
406406
" ref_energy=ref_energy,\n",
407407
" method=\"lmfit\",\n",

0 commit comments

Comments
 (0)