- Posts: 4173
- Thank you received: 181
software to plot Aitoff Projection
- albertw
- Topic Author
- Offline
- IFAS Secretary
Less
More
17 years 6 months ago #46518
by albertw
Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
software to plot Aitoff Projection was created by albertw
Hi,
I've been trying, fairly unsucessfully, to get gnuplot to plot an aitoff projection. Anyone know how to do it, or what software can do it easily (and freely!) from a set of lat/long coords?
Basically I want to change the graphic thats in my avatar, to a projection like
(though of the galaxy not the Earth!)
Cheers,
~Al (yep its writeup time again!)
I've been trying, fairly unsucessfully, to get gnuplot to plot an aitoff projection. Anyone know how to do it, or what software can do it easily (and freely!) from a set of lat/long coords?
Basically I want to change the graphic thats in my avatar, to a projection like
(though of the galaxy not the Earth!)
Cheers,
~Al (yep its writeup time again!)
Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Please Log in or Create an account to join the conversation.
- albertw
- Topic Author
- Offline
- IFAS Secretary
Less
More
- Posts: 4173
- Thank you received: 181
17 years 6 months ago #46530
by albertw
Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Replied by albertw on topic Re: software to plot Aitoff Projection
Worked it out.
Formulae taken from the Aitoff projection page on wilkipedia
[code:1]
XC(lat,lon)=(2*(acos(cos(lon)*cos(lat/2)))*cos(lon)*sin(lat/2))/sin(acos(cos(lon)*cos(lat/2)))
YC(lat,lon)=(( acos(cos(lon)*cos(lat/2)) *sin(lon) ) / sin( acos(cos(lon)*cos(lat/2)) ))
set angles degrees
plot "miranda.loc" using (XC($1,$2)):(YC($1,$2))[/code:1]
where "miranda.loc" is a file containing two columns; one for galactic lat and one for galactic lon.
Formulae taken from the Aitoff projection page on wilkipedia
[code:1]
XC(lat,lon)=(2*(acos(cos(lon)*cos(lat/2)))*cos(lon)*sin(lat/2))/sin(acos(cos(lon)*cos(lat/2)))
YC(lat,lon)=(( acos(cos(lon)*cos(lat/2)) *sin(lon) ) / sin( acos(cos(lon)*cos(lat/2)) ))
set angles degrees
plot "miranda.loc" using (XC($1,$2)):(YC($1,$2))[/code:1]
where "miranda.loc" is a file containing two columns; one for galactic lat and one for galactic lon.
Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Please Log in or Create an account to join the conversation.
- Seanie_Morris
- Offline
- Administrator
Less
More
- Posts: 9640
- Thank you received: 547
17 years 6 months ago #46531
by Seanie_Morris
Damn, you just beat me to it...
:lol:
Midlands Astronomy Club.
Radio Presenter (Midlands 103), Space Enthusiast, Astronomy Outreach Co-ordinator.
Former IFAS Chairperson and Secretary.
Replied by Seanie_Morris on topic Re: software to plot Aitoff Projection
Worked it out.
Damn, you just beat me to it...
:lol:
Midlands Astronomy Club.
Radio Presenter (Midlands 103), Space Enthusiast, Astronomy Outreach Co-ordinator.
Former IFAS Chairperson and Secretary.
Please Log in or Create an account to join the conversation.
- albertw
- Topic Author
- Offline
- IFAS Secretary
Less
More
- Posts: 4173
- Thank you received: 181
17 years 6 months ago #46535
by albertw
again! :lol:
Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Replied by albertw on topic Re: software to plot Aitoff Projection
Damn, you just beat me to it...
:lol:
again! :lol:
Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Please Log in or Create an account to join the conversation.
- dave_lillis
- Offline
- Super Giant
17 years 6 months ago #46549
by dave_lillis
Dave L. on facebook , See my images in flickr
Chairman. Shannonside Astronomy Club (Limerick)
Carrying around my 20" obsession is going to kill me,
but what a way to go.
+ 12"LX200, MK67, Meade2045, 4"refractor
Replied by dave_lillis on topic Re: software to plot Aitoff Projection
Thats one high tech avatar Al. :lol:
Dave L. on facebook , See my images in flickr
Chairman. Shannonside Astronomy Club (Limerick)
Carrying around my 20" obsession is going to kill me,
but what a way to go.
+ 12"LX200, MK67, Meade2045, 4"refractor
Please Log in or Create an account to join the conversation.
- albertw
- Topic Author
- Offline
- IFAS Secretary
Less
More
- Posts: 4173
- Thank you received: 181
17 years 6 months ago #46552
by albertw
It's taken about 3 months to draw :lol:
Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Replied by albertw on topic Re: software to plot Aitoff Projection
Thats one high tech avatar Al. :lol:
It's taken about 3 months to draw :lol:
Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Please Log in or Create an account to join the conversation.
Time to create page: 0.115 seconds