I've spent some time determining just how much my galactic graticule is misaligned.
As best I can tell, it's off by less than 1/10 of a degree in both l2 and b2.
l2 = galactic longitude (east/west, 0-360 degrees)
b2 = galactic latitude (north/south, +/- 90 degrees)
In the direction of l2,b2 = [0,0]
the graticule is off by about -0.01 degree in both l2 and b2.
At right angles to that,
in the direction of l2,b2 = [90,0]
the graticule is off by about -0.01 degree in l2, +0.04 degree in b2
Here's the method I used. Anyone can do this.
No math skills are required, except to divide the calculator's decimal degrees by 15
to get decimal hours as needed by Celestia's DSC files.
Use the Chandra Proposal Planning Toolkit Precess calculator at
http://cxc.harvard.edu/toolkit/precess.jsp
I'm assuming that their algorithms are reasonably accurate.
Determine the RA and Dec of l2,b2 = [0,0]
Determine the RA and Dec of l2,b2 = [359.9, -0.1]
Determine the RA and Dec of l2,b2 = [90,0]
Determine the RA and Dec of l2,b2 = [89.9, +0.1]
Place objects at those 4 RA, Dec positions.
Draw plus Marks at those locations.
When you rotate Celestia's POV so Galactic North is toward the top,
the plus marks will outline boxes 0.1 degree on a side.
Here's the Objects.dsc file
that I used to place objects at those locations.
Please verify my numbers.
Code: Select all
# galactic l2,b2 converted to Equatorial(J2000) RA, Dec using
# Chandra proposal calculator at
# http://cxc.harvard.edu/toolkit/precess.jsp
OpenCluster "00,00" {
#l2=0,b2=0
RA 17.7603331 # 266.404996/15
Dec -28.936172
Distance 1e9}
OpenCluster "90,00" {
# l2=90,b2=0
RA 21.2002927 # 318.004391/15.
Dec 48.329643
Distance 1e9}
##############################################
# 0.1 degree marks:
# l2= -0.1, b2=-0.1
# l2=359.9
OpenCluster "00-0.1" {
RA 17.7628694 # 266.443041/15.
Dec -29.073623
Distance 1e9
}
# l2=89.9 , b2=0.1
OpenCluster "90+0.1" {
RA 21.1861927 # 317.791789/15.
Dec 48.325258
Distance 1e9
}
# l2 = 90, b2 = -5
OpenCluster "90-5" {
RA 21.5420718# 323.131077/15.
Dec 44.780942
Distance 1e9
}
The objects are placed far away to minimize parallax.
Here's the Mark.cel script that I used to draw the plus marks:
Code: Select all
{
mark { object "00,00" color [ 1 1 0.5 ] size 600 symbol "plus"}
mark { object "90,00" color [ 0.5 1 1 ] size 600 symbol "plus"}
mark { object "00-0.1" color [ 1 1 0.5 ] size 600 symbol "plus"}
mark { object "90+0.1" color [ 0.5 1 1 ] size 600 symbol "plus"}
mark { object "90-5" color [ 1 0 1 ] size 600 symbol "plus"}
}
Here's a high magnification view from the Sun toward [0,0]
(Galactic North is up)
Here's a high magnification view from the Sun toward [90,0]
(Galactic North is up)
Here's the default 40 degree view of [90,0]
including the Milky Way and a marker at l2,b2 [90,-5]