Skip to content

Commit

Permalink
fix dotted-dashed bondary in visit-hpix map
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Mar 12, 2024
1 parent b0ff7db commit db2d7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedview/plot/survey_skyproj.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def map_visits_over_healpix(visits, map_hpix, model_observatory, night_events, a
# Night limit horizons
latitude = model_observatory.site.latitude
zd = 70
evening = compute_circle_points(night_events.loc["sun_n12_setting", "LST"], latitude, zd, 180, 380)
evening = compute_circle_points(night_events.loc["sun_n12_setting", "LST"], latitude, zd, 180, 360)
sky_map.plot(evening.ra, evening.decl, color="red", linestyle="dashed")
evening = compute_circle_points(night_events.loc["sun_n12_setting", "LST"], latitude, zd, 0, 180)
sky_map.plot(evening.ra, evening.decl, color="red", linestyle="dotted")
Expand Down

0 comments on commit db2d7f6

Please sign in to comment.