docs: correlator examples updated with additional calls to gamma_method

This commit is contained in:
Fabian Joswig 2022-02-15 13:38:22 +00:00
parent 5f86aaba4b
commit 199df2b344
2 changed files with 7 additions and 3 deletions

View file

@ -68,7 +68,8 @@
"metadata": {},
"outputs": [],
"source": [
"my_correlator = pe.Corr(correlator_data)"
"my_correlator = pe.Corr(correlator_data)\n",
"my_correlator.gamma_method()"
]
},
{