Skip to content
Merged
Show file tree
Hide file tree
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 SEP_Spatial-Distribution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
"For options on utilising other energy ranges, refer to the channels listed in the following table:\n",
"| Spacecraft-Instrument |\t~14 MeV Protons |\t25-40 MeV Protons |\n",
"|---|---|---|\n",
"| PSP /EpiHi-HET |\t`[3,4]` |\t`[8,9]`|\n",
"| PSP /EpiHi-HET |\t`[3,4]` |\t`[7,10]`|\n",
"| SOHO /ERNE-HED |\t`[0]` |\t`[3,4]`|\n",
"| Solar Orbiter /EPD-HET |\t`[10,12]` |\t`[19,24]` |\n",
"| STEREO A /HET |\t`[0]` |\t`[5,8]` |\n",
Expand Down
2 changes: 1 addition & 1 deletion spatial_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,8 @@ def load_sc_data(spacecraft, proton_channels, dates, data_path, resampling):

bin_width = []
energy_range = []
soho_meta = soho_meta['channels_dict_df_p']
for n in range(bin_list[0], bin_list[1]+1):
soho_meta = soho_meta['channels_dict_df_p']
bin_start = soho_meta.loc[n, 'lower_E']
bin_end = soho_meta.loc[n, 'upper_E']

Expand Down