Skip to content

Commit 16b4ba9

Browse files
author
Joshua Taillon
committed
Update TEM EDS with fixed quantification
1 parent 2a73525 commit 16b4ba9

File tree

2 files changed

+1419
-9
lines changed

2 files changed

+1419
-9
lines changed

notebooks/07 EDS/07 TEM_EDS_nanoparticles_blanked.ipynb renamed to notebooks/07 EDS/07 TEM_EDS_nanoparticles.ipynb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@
390390
"metadata": {},
391391
"outputs": [],
392392
"source": [
393-
"#From Brucker software (Esprit) k-factors\n"
393+
"#From Brucker software (Esprit) k-factors\n",
394+
"factors = [1.450226, 5.75602]"
394395
]
395396
},
396397
{
@@ -891,17 +892,10 @@
891892
"source": [
892893
"axes = hs.plot.plot_images(\n",
893894
" [pt_la.T, mask.T, hs.signals.Signal2D(distance), hs.signals.Signal2D(labels)],\n",
894-
" axes_decor='off', per_row=2, colorbar=None, cmap='viridis',\n",
895+
" axes_decor='off', per_row=2, colorbar=None, cmap=['viridis','tab20'],\n",
895896
" label=['Pt Lα intensity', 'Mask',\n",
896897
" 'Distances', 'Separated particles'])"
897898
]
898-
},
899-
{
900-
"cell_type": "code",
901-
"execution_count": null,
902-
"metadata": {},
903-
"outputs": [],
904-
"source": []
905899
}
906900
],
907901
"metadata": {

0 commit comments

Comments
 (0)