Compare commits
No commits in common. "6da5288d90e6b0fd607b65f8ba2174c1c3d8ae4a" and "92fabc055585ff9b523c3bc371f06215c30c6d1a" have entirely different histories.
6da5288d90
...
92fabc0555
3
measurement-data/.gitignore
vendored
3
measurement-data/.gitignore
vendored
@ -1,4 +1 @@
|
|||||||
.ipynb_checkpoints/*
|
.ipynb_checkpoints/*
|
||||||
*.pdf
|
|
||||||
Analog_Measurement_Analysis_files
|
|
||||||
*.tex
|
|
||||||
|
@ -75,6 +75,22 @@
|
|||||||
" return temp"
|
" return temp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"## Description of ADC Value"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"print(constant_sampling['adc_results.pa2_raw'].describe())"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
@ -108,7 +124,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Histograms (Uncalibrated)"
|
"# Histograms -- Starting from Index 100 (Uncalibrated)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -139,8 +155,7 @@
|
|||||||
" #Plot textbox\n",
|
" #Plot textbox\n",
|
||||||
" textstr = '\\n'.join((\n",
|
" textstr = '\\n'.join((\n",
|
||||||
" r'$\\mu=%.2f$' % (mu, ),\n",
|
" r'$\\mu=%.2f$' % (mu, ),\n",
|
||||||
" r'$\\sigma=%.2f$' % (sigma, ),\n",
|
" r'$\\sigma=%.2f$' % (sigma, )))\n",
|
||||||
" r'$N_{Sa} =%d$' % (len(data_df[sig[0]][start_idx:], ))))\n",
|
|
||||||
" props = dict(boxstyle='round', facecolor='wheat', alpha=0.5)\n",
|
" props = dict(boxstyle='round', facecolor='wheat', alpha=0.5)\n",
|
||||||
" ax.text(0.05, 0.95, textstr, transform=ax.transAxes, fontsize=14,\n",
|
" ax.text(0.05, 0.95, textstr, transform=ax.transAxes, fontsize=14,\n",
|
||||||
" verticalalignment='top', bbox=props)\n",
|
" verticalalignment='top', bbox=props)\n",
|
@ -1,7 +0,0 @@
|
|||||||
((*- extends 'article.tplx' -*))
|
|
||||||
|
|
||||||
((* block input_group *))
|
|
||||||
((*- if cell.metadata.get('nbconvert', {}).get('show_code', False) -*))
|
|
||||||
((( super() )))
|
|
||||||
((*- endif -*))
|
|
||||||
((* endblock input_group *))
|
|
Loading…
x
Reference in New Issue
Block a user