Skip to content

Commit e5d8712

Browse files
committed
Small bugfix
1 parent 72ca24a commit e5d8712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2662,7 +2662,7 @@ def plotAlt(ra,dec):
26622662
#krivka Azm-Vyska - vypocet
26632663
year,mon,day,hour,minute,sec=getDate()
26642664
jd0=stars.juldat(year,mon,day,hour-2,minute,sec) #start -2h
2665-
jd1=stars.juldat(year,mon,day,hour+18,minute,sec) #stop +8h
2665+
jd1=stars.juldat(year,mon,day,hour+8,minute,sec) #stop +8h
26662666
jd=np.linspace(jd0,jd1,200)
26672667

26682668
lat=settings['default_site'].lat

0 commit comments

Comments
 (0)