Skip to content

Commit

Permalink
add missing resolution entries for NXmpes
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Feb 29, 2024
1 parent d52ecca commit 754fca5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions specsanalyzer/config/phoibos150.calib2d
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# !!!!! Place a valid calib2D file from your Specslab Installation here!

[SPECS Phoibos2D Calibration Dataset Version 100]
aUnit = "unit"
aInner = 10 # unit
eShift = -0.05 0 0.05 # Ep
eRange = -0.066 0.066 # Ep
aRange = -15 15
eGrid = 0.01 # Ep
aGrid = 1 # unit
De1 = 0.0033
Da1 = 1 1 1 # mm_z/unit
Da3 = 0 0 0 # mm_z/unit^3
Da5 = 0 0 0 # mm_z/unit^5
Da7 = 0 0 0 # mm_z/unit^7
2 changes: 2 additions & 0 deletions tutorial/load_sweep_scan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
"# energy resolution\n",
"metadata['instrument']['energy_resolution'] = 150.\n",
"metadata['instrument']['electronanalyser'] = {}\n",
"metadata['instrument']['electronanalyser']['energy_resolution'] = 120\n",
"metadata['instrument']['electronanalyser']['angular_resolution'] = 0.2\n",
"metadata['instrument']['electronanalyser']['spatial_resolution'] = 0.5\n",
"\n",
"#probe beam\n",
"metadata['instrument']['beam']={}\n",
Expand Down

0 comments on commit 754fca5

Please sign in to comment.