Skip to content

Commit

Permalink
update nbs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Jul 17, 2024
1 parent a4ab403 commit 8f51a04
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
18 changes: 14 additions & 4 deletions examples/demo_mock_ensemble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
},
{
"cell_type": "markdown",
"id": "1e699a03",
"id": "84bd786f",
"metadata": {},
"source": [
"The individual cluster data and profiles are stored at the `.data` table of the `ClusterEnsemble`:"
Expand All @@ -337,7 +337,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "598f9e8a",
"id": "864f3acb",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -346,7 +346,7 @@
},
{
"cell_type": "markdown",
"id": "9429d37f",
"id": "6ea533b0",
"metadata": {},
"source": [
"The edges of the radial bins, their units, and the cosmology are stored on the metadata of this table:"
Expand All @@ -355,7 +355,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d1e5e841",
"id": "39723fb1",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -381,6 +381,16 @@
"clusterensemble.make_stacked_radial_profile(tan_component=\"DS_t\", cross_component=\"DS_x\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "98b9fa63",
"metadata": {},
"outputs": [],
"source": [
"clusterensemble.stacked_data"
]
},
{
"cell_type": "markdown",
"id": "907fd664",
Expand Down
18 changes: 14 additions & 4 deletions examples/demo_mock_ensemble_realistic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@
},
{
"cell_type": "markdown",
"id": "31c5e0a3",
"id": "b5e17ee0",
"metadata": {},
"source": [
"The individual cluster data and profiles are stored at the `.data` table of the `ClusterEnsemble`:"
Expand All @@ -914,7 +914,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "82600274",
"id": "4a970edb",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -923,7 +923,7 @@
},
{
"cell_type": "markdown",
"id": "f5a30238",
"id": "7320e899",
"metadata": {},
"source": [
"The edges of the radial bins, their units, and the cosmology are stored on the metadata of this table:"
Expand All @@ -932,7 +932,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "e4293187",
"id": "f9ea8436",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -958,6 +958,16 @@
"clusterensemble.make_stacked_radial_profile(tan_component=\"DS_t\", cross_component=\"DS_x\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e4125570",
"metadata": {},
"outputs": [],
"source": [
"clusterensemble.stacked_data"
]
},
{
"cell_type": "markdown",
"id": "771c1382",
Expand Down

0 comments on commit 8f51a04

Please sign in to comment.