Newer
Older
"execution_count": 38,
"id": "aa77e5f0-4230-41d2-ae63-b2273e6af6a5",
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[0.00115101 0.00115235 0.00115302 0.00115436 0.00115636 0.00115837\n",
" 0.00116038 0.00116238 0.00116438]\n",
"[0.00115101 0.00115235 0.00115302 0.00115436 0.00115636 0.00115837\n",
" 0.00116038 0.00116238 0.00116438]\n"
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
]
}
],
"source": [
"# 25 keV -- high bit configurations\n",
"print(fSize_array_C[19,1014:1023])\n",
"print(fSize_array_xs_C[19,1014:1023])"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",