Skip to content

Commit

Permalink
Cleanup spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 9, 2020
1 parent 726de5f commit 8d77181
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flarestack/data/icecube/ps_tracks/ps_v003_p01.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

# Add in old seasons before full detector operation, and IC86_1


def old_ic_season(season):
return IceCubeSeason(
season_name=season,
Expand All @@ -26,13 +25,11 @@ def old_ic_season(season):
log_e_bins=get_ps_binning(season)[1]
)


old_seasons = ["IC40", "IC59", "IC79", "IC86_2011"]

for season in old_seasons:
ps_v003_p01.add_season(old_ic_season(season))


# Add in combined IC86 2012-2017 seasons

new_years = ["2012", "2013", "2014", "2015", "2016", "2017"]
Expand Down

0 comments on commit 8d77181

Please sign in to comment.