Compare commits

...

3 Commits

3 changed files with 13 additions and 18 deletions

View File

@ -1 +1,4 @@
.ipynb_checkpoints/*
*.pdf
Analog_Measurement_Analysis_files
*.tex

View File

@ -75,22 +75,6 @@
" 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",
"metadata": {},
@ -124,7 +108,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Histograms -- Starting from Index 100 (Uncalibrated)"
"# Histograms (Uncalibrated)"
]
},
{
@ -155,7 +139,8 @@
" #Plot textbox\n",
" textstr = '\\n'.join((\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",
" ax.text(0.05, 0.95, textstr, transform=ax.transAxes, fontsize=14,\n",
" verticalalignment='top', bbox=props)\n",

View File

@ -0,0 +1,7 @@
((*- extends 'article.tplx' -*))
((* block input_group *))
((*- if cell.metadata.get('nbconvert', {}).get('show_code', False) -*))
((( super() )))
((*- endif -*))
((* endblock input_group *))