Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Day3/LombScargle2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"source": [
"Problems:\n",
"\n",
"1. Ok, do we really need the Lomb-Scargle?\n",
"1. Ok, do we really need the Lomb-Scargle? NOTE for teaching this in the future: this question didn't get the intended point across very well. More scaffolding will be useful to add here in the future. A piece of feedback was to spend more time on the distinguishing features of LS and classical periodograms.\n",
"\n",
" a. Create some random observations of a sine curve. \n",
" b. Compute the classical periodogram (code this up yourself) and the Lomb-scargle periodogram (use astropy) for your dataset, and compare them. \n",
Expand Down