Skip to content

Commit

Permalink
fix: typos in lst_bin_size in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jan 16, 2024
1 parent 18ac483 commit 6d4b4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/reproducing_pober_2015.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
" bandwidth=8*un.MHz,\n",
" n_channels=82,\n",
" integration_time=60*un.s,\n",
" obs_duration=beam.at(150*un.MHz).fwhm.value * 12/np.pi * 3600*un.s,\n",
" lst_bin_size=beam.at(150*un.MHz).fwhm.value * 12/np.pi * 3600*un.s,\n",
" use_approximate_cosmo=True,\n",
" cosmo=Planck15.clone(H0=70.0, Om0=0.266)\n",
")"
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/understanding_21cmsense.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
}
],
"source": [
"observation.obs_duration"
"observation.lst_bin_size"
]
},
{
Expand Down

0 comments on commit 6d4b4e6

Please sign in to comment.