From 8f51a04faf9f1a0ef25009c7a5877b070e1d7c69 Mon Sep 17 00:00:00 2001 From: m-aguena Date: Wed, 17 Jul 2024 15:18:41 +0200 Subject: [PATCH] update nbs --- examples/demo_mock_ensemble.ipynb | 18 ++++++++++++++---- examples/demo_mock_ensemble_realistic.ipynb | 18 ++++++++++++++---- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/examples/demo_mock_ensemble.ipynb b/examples/demo_mock_ensemble.ipynb index 2eb741e1a..33f071391 100644 --- a/examples/demo_mock_ensemble.ipynb +++ b/examples/demo_mock_ensemble.ipynb @@ -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`:" @@ -337,7 +337,7 @@ { "cell_type": "code", "execution_count": null, - "id": "598f9e8a", + "id": "864f3acb", "metadata": {}, "outputs": [], "source": [ @@ -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:" @@ -355,7 +355,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d1e5e841", + "id": "39723fb1", "metadata": {}, "outputs": [], "source": [ @@ -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", diff --git a/examples/demo_mock_ensemble_realistic.ipynb b/examples/demo_mock_ensemble_realistic.ipynb index 422de3f85..df029c944 100644 --- a/examples/demo_mock_ensemble_realistic.ipynb +++ b/examples/demo_mock_ensemble_realistic.ipynb @@ -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`:" @@ -914,7 +914,7 @@ { "cell_type": "code", "execution_count": null, - "id": "82600274", + "id": "4a970edb", "metadata": {}, "outputs": [], "source": [ @@ -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:" @@ -932,7 +932,7 @@ { "cell_type": "code", "execution_count": null, - "id": "e4293187", + "id": "f9ea8436", "metadata": {}, "outputs": [], "source": [ @@ -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",