We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c9fc0 commit a70eb7cCopy full SHA for a70eb7c
2 files changed
examples/gallery/plot_01_basic_usage.py
@@ -26,7 +26,7 @@
26
# This is because we're using literature values for Si,
27
# which are only defined in this wavelength range.
28
ANGLE = 70
29
-psi_delta = elli.read_nexus_psi_delta("SiO2onSi.ellips.nxs").loc[ANGLE][210:800]
+psi_delta = elli.read_nexus_psi_delta("SiO2onSi.ellips.nxs").loc[ANGLE].loc[210:800]
30
31
# %%
32
# Setting parameters
examples/gallery/plot_02_TiO2_multilayer.py
@@ -19,7 +19,7 @@
19
#
20
# The sample is an ALD grown TiO2 sample (with 400 cycles)
21
# on commercially available SiO2 / Si substrate.
22
-tss = elli.read_spectraray_psi_delta("TiO2_400cycles.txt").loc[70.06][400:800]
+tss = elli.read_spectraray_psi_delta("TiO2_400cycles.txt").loc[70.06].loc[400:800]
23
24
25
# Set start parameters
0 commit comments