Skip to content
Snippets Groups Projects
Commit 7aa4639b authored by tomrink's avatar tomrink
Browse files

minor

parent ee96607e
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ def convert_times(epoch_time_s):
return t
def moon_phase(dt_obj_s, phs_deg=50):
def moon_phase(dt_obj_s, phs_deg=70):
t = ts.from_datetimes(dt_obj_s)
phase = almanac.moon_phase(eph, t)
return (phase.degrees > phs_deg) & (phase.degrees < 360-phs_deg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment