Galaxies head on
Posted: 14.10.2002, 19:11
The idea of using a really large data base of galaxies etc. in
Celestia is very exciting /and/ challenging, indeed.
I think Paul's work was a major pioneering step in this
direction.
Yet, it would be most desirable, to have the (familiar) galaxies
look more or less realistic and at /precise/ locations at least relative to
earth. Then amateur astronomers could use Celestia as well;-).
In Paul's extended galaxies.dat, most galaxies are effectively
oriented according to the default (axis,angle) values,
axis=(1,0,0); angle=0.0 deg,
which is mostly /not/ realistic.
The Tully catalogue Paul uses, still employs 1950 instead of 2000 coordinates.
In the ambitious NGC/IC project, http://www.ngcic.com,
there are meanwhile improved/corrected catalogues for all NGC/IC objects. In
Xephem we have used the one by Wolfgang Steinicke, where every object
matches the DSS/RealSky /photographic/ data by less than O(1 arc sec)!
Implementing this accuracy into Celestia costs virtually no extra effort...
Also, the galaxy input parameters in galaxies.dat are quite far from
the input that is given in standard catalogues.
I strongly vote for changing the input in galaxies.dat to a ~standard
one that is /close to actual measurements/ and calculate Celestia
related quantities in galaxy.cpp /after/ reading in the file.
This definitely opens more perspectives for the future.
Normally in catalogues, the appearance of galaxies is characterized by
mag (for some ref. light wave length)
smallest apparent size d
largest apparent size D
position angle (many PA's are actually incorrect in popular
catalogues; they must be mirrored at 90deg!),
and empirically, one may use in most cases the formula for the
/inclination i from face-on/:
i = 3deg + acos(sqrt(((d/D)^2 - 0.2^2)/(1 - 0.2^2)))
in galaxies.dat, however,
radius
distance
axis (a unit vector)
angle
----------------------------------------------------------------------
Chris:
======
It would save me and others quite some time, if you could quote from your
"notebook" the relation between those quantities as used in Celestia!
-----------------------------------------------------------------------
With O(1000) galaxies and more to come;-) it is now definitely time
for a small Perl programme (that I can produce quite easily) that
extracts the respective parameters from standard catalogues and
converts them into the form required in galaxies.dat!
This way, TYPOS are eliminated and experimentation is much easier.
So everyone who is able to run Perl, can try out various changes in a
reproducable manner...
Bye Fridger
Celestia is very exciting /and/ challenging, indeed.
I think Paul's work was a major pioneering step in this
direction.
Yet, it would be most desirable, to have the (familiar) galaxies
look more or less realistic and at /precise/ locations at least relative to
earth. Then amateur astronomers could use Celestia as well;-).
In Paul's extended galaxies.dat, most galaxies are effectively
oriented according to the default (axis,angle) values,
axis=(1,0,0); angle=0.0 deg,
which is mostly /not/ realistic.
The Tully catalogue Paul uses, still employs 1950 instead of 2000 coordinates.
In the ambitious NGC/IC project, http://www.ngcic.com,
there are meanwhile improved/corrected catalogues for all NGC/IC objects. In
Xephem we have used the one by Wolfgang Steinicke, where every object
matches the DSS/RealSky /photographic/ data by less than O(1 arc sec)!
Implementing this accuracy into Celestia costs virtually no extra effort...
Also, the galaxy input parameters in galaxies.dat are quite far from
the input that is given in standard catalogues.
I strongly vote for changing the input in galaxies.dat to a ~standard
one that is /close to actual measurements/ and calculate Celestia
related quantities in galaxy.cpp /after/ reading in the file.
This definitely opens more perspectives for the future.
Normally in catalogues, the appearance of galaxies is characterized by
mag (for some ref. light wave length)
smallest apparent size d
largest apparent size D
position angle (many PA's are actually incorrect in popular
catalogues; they must be mirrored at 90deg!),
and empirically, one may use in most cases the formula for the
/inclination i from face-on/:
i = 3deg + acos(sqrt(((d/D)^2 - 0.2^2)/(1 - 0.2^2)))
in galaxies.dat, however,
radius
distance
axis (a unit vector)
angle
----------------------------------------------------------------------
Chris:
======
It would save me and others quite some time, if you could quote from your
"notebook" the relation between those quantities as used in Celestia!
-----------------------------------------------------------------------
With O(1000) galaxies and more to come;-) it is now definitely time
for a small Perl programme (that I can produce quite easily) that
extracts the respective parameters from standard catalogues and
converts them into the form required in galaxies.dat!
This way, TYPOS are eliminated and experimentation is much easier.
So everyone who is able to run Perl, can try out various changes in a
reproducable manner...
Bye Fridger