Jump to content

SkySurveyBanner.jpg.21855908fce40597655603b6c9af720d.jpg

Solar Longitude to JD


izubiaurre

Recommended Posts

Hi,

I'm trying to figure out if it's a way to calculate the date and time (JD) in a year for a solar longitude. I mean, I want to make a function that makes the calculations something like that:

double SolarLongitudeToJD(int year, double solarLongitude)
{
	// Here goes the code

	return JD;
}

I have searched in Jean Meeus book but found nothing about it (maybe it's the first time I haven't found any solution for my calculations in the book). I think that in the 24th chapter, there are the reverse calculation for what I trying to find: for a given date, various solar coordinates calculations, with the solar longitude between them.
 

Thank you for advance.

Link to comment
Share on other sites

I'd like to help but "longitude" is relevant to Earth co-ordinates? The Julian Date is easily found, you mean the RA of the Sun for a given JD?

Suncalc.org is a great page, doesn't give JD but you can set the actual Z.

Hope that helps.

Stu

Link to comment
Share on other sites

If I'm understanding correctly what you've said, no. Solar Longitude is the position (angle, 0º-360º) in the elliptic orbit around the sun starting at the vernal equinox. Also, it differs in the number of days each range 0º-90º, 90º-180º, 180º-270º and 270º-360º. Wikipedia 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.