Compare commits

..

No commits in common. "6da5288d90e6b0fd607b65f8ba2174c1c3d8ae4a" and "92fabc055585ff9b523c3bc371f06215c30c6d1a" have entirely different histories.

3 changed files with 18 additions and 13 deletions

View File

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

View File

@ -75,6 +75,22 @@
" 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": {},
@ -108,7 +124,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Histograms (Uncalibrated)"
"# Histograms -- Starting from Index 100 (Uncalibrated)"
]
},
{
@ -139,8 +155,7 @@
" #Plot textbox\n",
" textstr = '\\n'.join((\n",
" r'$\\mu=%.2f$' % (mu, ),\n",
" r'$\\sigma=%.2f$' % (sigma, ),\n",
" r'$N_{Sa} =%d$' % (len(data_df[sig[0]][start_idx:], ))))\n",
" r'$\\sigma=%.2f$' % (sigma, )))\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

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