
software to plot Aitoff Projection
- albertw
-
Topic Author
- Offline
- IFAS Secretary
-
- Posts: 4173
- Thank you received: 181
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/
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
15 years 8 months ago
#46518
Please Log in or Create an account to join the conversation.
- albertw
-
Topic Author
- Offline
- IFAS Secretary
-
- Posts: 4173
- Thank you received: 181
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/
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
15 years 8 months ago
#46530
Please Log in or Create an account to join the conversation.
- Seanie_Morris
-
- Offline
- Administrator
-
- Posts: 9637
- Thank you received: 544
Replied by Seanie_Morris on topic Re: software to plot Aitoff Projection
Worked it out.
Damn, you just beat me to it...


Midlands Astronomy Club.
Radio Presenter (Midlands 103), Space Enthusiast, Astronomy Outreach Co-ordinator.
Former IFAS Chairperson and Secretary.
Radio Presenter (Midlands 103), Space Enthusiast, Astronomy Outreach Co-ordinator.
Former IFAS Chairperson and Secretary.
15 years 8 months ago
#46531
Please Log in or Create an account to join the conversation.
- albertw
-
Topic Author
- Offline
- IFAS Secretary
-
- Posts: 4173
- Thank you received: 181
Replied by albertw on topic Re: software to plot Aitoff Projection
Damn, you just beat me to it...
![]()
![]()
again!

Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
15 years 8 months ago
#46535
Please Log in or Create an account to join the conversation.
- dave_lillis
-
- Offline
- Super Giant
-
Replied by dave_lillis on topic Re: software to plot Aitoff Projection
Thats one high tech avatar Al.

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
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
15 years 8 months ago
#46549
Please Log in or Create an account to join the conversation.
- albertw
-
Topic Author
- Offline
- IFAS Secretary
-
- Posts: 4173
- Thank you received: 181
Replied by albertw on topic Re: software to plot Aitoff Projection
Thats one high tech avatar Al.
![]()
It's taken about 3 months to draw

Albert White MSc FRAS
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
Chairperson, International Dark Sky Association - Irish Section
www.darksky.ie/
15 years 8 months ago
#46552
Please Log in or Create an account to join the conversation.
Time to create page: 0.063 seconds