"### Import Python modules for scientific computing and plotting"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2020-03-12T16:03:13.368246Z",
"start_time": "2020-03-12T16:03:12.737089Z"
}
},
"outputs": [],
"source": [
"import numpy as np\n",
"import os\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Import the CosmoBolognaLib"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2020-03-12T16:03:13.994937Z",
"start_time": "2020-03-12T16:03:13.817352Z"
}
},
"outputs": [],
"source": [
"import CosmoBolognaLib as cbl\n",
"from CosmoBolognaLib import Data1DPtrVector as dv"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Construct the dataset"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"in this example case, the dataset consists of the first three even multipole moments of the two-point correlation function, as predicted in the Planck18 cosmology"