Solar midnight. #8
Replies: 4 comments
-
An approximation is transit +12 hours. Otherwise, I think you can get the solar midnight by calculating the solar noon for your local longitude -180 degrees:
|
Beta Was this translation helpful? Give feedback.
-
I will convert this issue to a discussion. |
Beta Was this translation helpful? Give feedback.
-
Thank you . It seems to yield the correct results. I have tested it in polar regions as well. Best regards, Marius. |
Beta Was this translation helpful? Give feedback.
-
You can probably calculate solar midnight by checking when the sun is in the opposite heading from solar noon. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I analyzed the code and found that this line:
m[0] = jd.m + wrapTo180(ra - longitude - GMST) / 360;
Is used to calculate the transit [solar noon]. I tried adjusting it to return solar midnight , but without succes. I would add m[4] for solar midnight, but my astronomy know how is too limited for this.
Could you please tell me how to get it to return the solar midnight?
Thank you .
Best regards, Marius.
Beta Was this translation helpful? Give feedback.
All reactions