Skip to content

Commit

Permalink
delete a breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashuwu89 committed Dec 3, 2023
1 parent f794719 commit 4041f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyspedas/elfin/epd/calibration_l2.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def epd_l2_Espectra(
# load loss cone data
data = get_data(LC_tvar)

# southern hemisphere
# loss cone
paraedgedeg = np.array([lc if lc < 90 else 180-lc for lc in data.y])
paraedgedeg_bcast = np.broadcast_to(paraedgedeg[:, np.newaxis], (nspinsavailable, nPAsChannel))

Expand Down
2 changes: 1 addition & 1 deletion pyspedas/elfin/epd/epd.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def elfin_load_epd(trange=['2020-11-01', '2020-11-02'],

if type_ in ("cal", "calibrated") or type_ not in CALIBRATED_TYPE_UNITS.keys():
type_ = "nflux"
breakpoint()
if level == "l1":
l1_tvars = epd_l1_postprocessing(tvars, trange=trange, type_=type_, nspinsinsum=nspinsinsum,
unit=CALIBRATED_TYPE_UNITS[type_])
Expand Down

0 comments on commit 4041f82

Please sign in to comment.