diff --git a/specsanalyzer/config/phoibos150.calib2d b/specsanalyzer/config/phoibos150.calib2d new file mode 100755 index 0000000..c26e61b --- /dev/null +++ b/specsanalyzer/config/phoibos150.calib2d @@ -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 diff --git a/tutorial/load_sweep_scan.ipynb b/tutorial/load_sweep_scan.ipynb index 25cbead..b3a415d 100644 --- a/tutorial/load_sweep_scan.ipynb +++ b/tutorial/load_sweep_scan.ipynb @@ -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",