Skip to content

Commit

Permalink
Merge pull request #12 from jgieseler/main
Browse files Browse the repository at this point in the history
Move sep code to SEPpy package
  • Loading branch information
jgieseler authored Oct 3, 2022
2 parents 69ee3d8 + dd6cb70 commit 6317841
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 2,367 deletions.
12 changes: 9 additions & 3 deletions notebooks/sep_analysis_tools/dynamic_spectrum.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"metadata": {},
"outputs": [],
"source": [
"from onset_functions import *\n",
"import onset_widgets as w"
"from seppy.tools import Event\n",
"import seppy.tools.widgets as w\n",
"import datetime, os"
]
},
{
Expand Down Expand Up @@ -331,7 +332,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.9.5"
},
"vscode": {
"interpreter": {
"hash": "e3b113a080b82eb2d3a809b09472aaf632ea244e00139a5388ab3f89cf23b31b"
}
}
},
"nbformat": 4,
Expand Down
18 changes: 12 additions & 6 deletions notebooks/sep_analysis_tools/onset_determination.ipynb

Large diffs are not rendered by default.

2,071 changes: 0 additions & 2,071 deletions notebooks/sep_analysis_tools/onset_functions.py

This file was deleted.

186 changes: 0 additions & 186 deletions notebooks/sep_analysis_tools/onset_widgets.py

This file was deleted.

98 changes: 0 additions & 98 deletions notebooks/sep_analysis_tools/read_swaves.py

This file was deleted.

2 changes: 1 addition & 1 deletion notebooks/sep_analysis_tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ matplotlib>=3.4.3
matplotlib-inline==0.1.3
numpy>=1.20.3
pandas>=1.3.4
seppy
seppy>=0.1.0
solo_epd_loader>=0.1.10
sunpy>=4.0
5 changes: 3 additions & 2 deletions notebooks/sep_analysis_tools/time_shift_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"metadata": {},
"outputs": [],
"source": [
"from onset_functions import *\n",
"import onset_widgets as w"
"from seppy.tools import Event\n",
"import seppy.tools.widgets as w\n",
"import datetime, os"
]
},
{
Expand Down

0 comments on commit 6317841

Please sign in to comment.