mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
feat: example 2 improved
This commit is contained in:
parent
b00fab4838
commit
f149eea412
1 changed files with 12 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
"id": "e5764fd0",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"We can load data from a preprocessed file which contain a list of `pyerror` `Obs`:"
|
||||
"We can load data from a preprocessed file which contains a list of `pyerror` `Obs`:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -68,7 +68,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"my_correlator = pe.correlators.Corr(correlator_data)"
|
||||
"my_correlator = pe.Corr(correlator_data)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -161,7 +161,7 @@
|
|||
"id": "634dd613",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Or symmetrised"
|
||||
"or symmetrised"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -180,7 +180,7 @@
|
|||
"id": "3d733872",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"And we can compare different `Corr` objects by passing `comp` to the `show` method"
|
||||
"We can compare different `Corr` objects by passing `comp` to the `show` method"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -376,6 +376,14 @@
|
|||
"symmetrised_correlator.show([5, 20], comp=[first_derivative, second_derivative], y_range=[-500, 1300])"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "0db4f67d",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"There is a range of addtional methods of the `Corr` class which can be found in the documentation."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue