Skip to content

Commit

Permalink
Update effective_area.ipynb (#299)
Browse files Browse the repository at this point in the history
Property channel_wavelength of the EffectiveAreaFundamental class was changed to simply wavelength. This change is now implemented in this notebook.
  • Loading branch information
jslavin authored Oct 18, 2024
1 parent 01af04f commit 7ab3cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/computing_functions/effective_area.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We will utilize the `channel_wavelength` property within the Effective_Area_Fundamental object to get the wavelengths. "
"We will utilize the `wavelength` property within the Effective_Area_Fundamental object to get the wavelengths. "
]
},
{
Expand All @@ -191,7 +191,7 @@
"outputs": [],
"source": [
"# Wavelength unit in Angstroms A˚\n",
"wavelength = Effective_Area_Fundamental.channel_wavelength"
"wavelength = Effective_Area_Fundamental.wavelength"
]
},
{
Expand Down

0 comments on commit 7ab3cee

Please sign in to comment.