Skip to content

Commit

Permalink
And without print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 10, 2020
1 parent cbcf88c commit e5c717a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flarestack/utils/prepare_catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ def single_source(sindec, ra_rad=np.pi):

ref_time = 55800.4164699

print(np.deg2rad(180.), ra_rad)

sources['ra_rad'] = np.array([ra_rad])
sources['dec_rad'] = np.arcsin(sindec)
sources['base_weight'] = np.array([1.])
Expand Down

0 comments on commit e5c717a

Please sign in to comment.