Skip to content
Merged
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
6 changes: 3 additions & 3 deletions SEP_Spectra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@
"id": "14",
"metadata": {},
"source": [
"## 6. Temporal evolution of peak spectrum\n",
"This will automatically assume `spectral_type = 'peak'`.\n",
"## 6. Temporal evolution of integral spectrum\n",
"This will automatically assume `spectral_type = 'integral'`.\n",
"\n",
"### 6.1 Determine time interval and duration for spectra slices and show in time series plot"
]
Expand Down Expand Up @@ -355,7 +355,7 @@
"id": "16",
"metadata": {},
"source": [
"### 6.2 Determine peak spectrum for each time slice and display animated gif\n",
"### 6.2 Determine integral spectrum for each time slice and display animated gif\n",
"Output files (.csv and .png) are saved in a subfolder \"output_spectra\"."
]
},
Expand Down
Loading