{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": false
},
"source": [
"###### The cell below loads the visual style of the notebook when run."
]
},
{
"cell_type": "code",
"execution_count": 0,
"metadata": {
"collapsed": false
},
"outputs": [
],
"source": [
"from IPython.core.display import HTML\n",
"css_file = '../../styles/styles.css'\n",
"HTML(open(css_file, \"r\").read())"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": false
},
"source": [
"# Calibrating CCD data"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": false
},
"source": [
"Learning Objectives
\n",
"
We will be using some Python libraries, or modules, which are not available on all the Python kernels in CoCalc. Make sure you select the Python 3 (system-wide) kernel from the Kernel menu in the notebook before proceeding
\n", "