Skip to content

Commit

Permalink
removing first person
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Pilling committed Mar 28, 2024
1 parent 1cfc0ce commit f80da52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/notebooks/tutorials/products.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this tutorial I will briefly touch on XGA's product classes, which are a key part of the internal makeup of the module. They act as an interface between XGA's functions and the data in different types of X-ray data (images, exposure maps, spectra etc.), and contain many useful and convenient methods for analysis and the extraction of information.\n",
"This tutorial will briefly touch on XGA's product classes, which are a key part of the internal makeup of the module. They act as an interface between XGA's functions and the data in different types of X-ray data (images, exposure maps, spectra etc.), and contain many useful and convenient methods for analysis and the extraction of information.\n",
"\n",
"I will not be demonstrating specific abilities of different product types in this tutorial, there are too many to go into here, but I will give an overview of the purpose and important abilities of all the product classes built into XGA."
"Specific abilities of different product types will not be demonstrated in this tutorial, there are too many to go into here, a brief overview will be given to showcase the purpose and important abilities of all the product classes built into XGA."
]
},
{
Expand Down Expand Up @@ -142,7 +142,7 @@
"source": [
"Here it will be demonstrated how XGA stores product objects within a source, and how you can retrieve them if you wish to interact with the products directly.\n",
"\n",
"Firslty a demonstration GalaxyCluster source object is defined - Abell 907 (**please note that the overdensity radii and the redshift that I've used here are approximate and should not be used for a scientific analysis**)"
"Firslty a demonstration GalaxyCluster source object is defined - Abell 907 (**please note that the overdensity radii and the redshift used here are approximate and should not be used for a scientific analysis**)"
]
},
{
Expand Down Expand Up @@ -789,7 +789,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.9.13"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit f80da52

Please sign in to comment.