dave1235 wrote:I set up my demo.cel script to fly through the heart of the Virgo Cluster on its way to planet Earth. I was wondering how much stock I should be putting into what I find when it comes to the positions of the different galaxies in the cluster relative to each other. Most websites just list the distances of the central Virgo Cluster Galaxies as being the same large round number. There is however a difference between how far the Cluster center is away from us and what the galaxies positions are relative to each other. Again could you give me a sense of the accuracy of what I?€™m looking at. I?€™m thinking mainly of the nearby Messier Objects.
Thanks
David
( Fridger is expecting this post) If he doesn't have time to answer could someone give me a ruff idea. Its something I'm sure a lot of people would like to know.
David,
being a theoretical physicist (with vast research expertise in particle and astro-particle physics and cosmology) , the concept of measurement errors is of intrinsic importance to me. Along with this, goes the requirement that all data used by Celestia MUST be transparently documented. As concerns my strategy of systematically filling the Celestia Universe with MANY deep-space objects, this has been largely achieved, however. The transparency of documented modifications to the Hipparcos star database will also be improved in the near future (see my thread on stars.txt in
http://www.celestiaproject.net/forum/viewtopic.php?t=10829)
++++++++++++++++++++
However many
Windows users may not be aware of the complete existing documentation for galaxies and binary orbits, since the
binary version distributed by Chris does not include it. I suppose we shall change this in future versions!
++++++++++++++++++++
Here comes a summary of the status of documentation for my galaxy database deepsky.dsc (and analogously my databases for visual and spectroscopic binary orbits, visualbins.stc and spectbins.stc)
1) The database is generated for Celestia without
any human interference directly from respected published scientific catalogs by means of a corresponding PERL script (of meanwhile
950 lines). These catalogs are always to be found on one of the professional catalog servers of the global astronomy database, e.g. in Europe
http://cdsweb.u-strasbg.fr/cats/Cats.htx
2) The actual catalogs used along with the citation of the respective scientific journal and/or the WEB site are always cited at the top of my database files. Have a look!
Code: Select all
# Revised NGC and IC Catalog, Wolfgang Steinicke, April 5, 2005
# http://www.ngcic.org/steinicke/default.htm
#
# Augmented by
# Revised 3rd Reference Catalog of Bright Galaxies (RC3,VII/155)
# http://cdsweb.u-strasbg.fr/viz-bin/Cat?VII/155
#
# Augmented by
# Mark III Catalog of Galaxy Peculiar Velocities (Willick+ 1997,VII/198)
# http://cdsweb.u-strasbg.fr/viz-bin/Cat?VII/198#sRM2.18
#
# Augmented by distances from
# The SBF Survey of Galaxy Distances. IV.
# SBF Magnitudes, Colors, and Distances,
# J.L. Tonry et al., Astrophys J 546, 681 (2001)
#
# Augmented by distances from
# Compilation of "200 Brightest Galaxies"
# http://www.anzwers.org/free/universe/galax200.html
#
# Using today's Hubble constant = 72 [km/sec/Mpc] (WMAP 2005)
#
# Abreviations for various distance methods used:
# S= SBF (Surface Brightness Fluctuations), T-F= Tully-Fischer
# V = rad. velocity in CMB frame & Hubble law
# C=Cepheids, P=photometric, N(G)=planetary nebula (globular cluster) luminosity function
#
# Adapted for Celestia with Perl script: deepsky.pl Revision: 1.20
# Processed 2006-1-3 2 2 0 21:19:26 UTC
#
# by Dr. Fridger Schrempp, fridger.schrempp@desy.de
# ------------------------------------------------------
My PERL script merges the information from the various individual catalogs in a reproducable manner!
For the forthcoming vastly improved deepsky.dsc the citations in addition include:
Code: Select all
# Augmented by averages of distance entries from
# NED-1D: NASA/IPAC Extragalactic Database of Distances
# http://nedwww.ipac.caltech.edu/level5/NED1D/
#
# Augmented by redshifts-> distances from
# VII/193 The CfA Redshift Catalogue, Version June 1995 (Huchra+ 1995)
# http://cdsweb.u-strasbg.fr/viz-bin/Cat?VII/193
#
along with the updated NGC/IC database
# Revised NGC and IC Catalog, Wolfgang Steinicke, [b]January 6, 2006[/b]
# http://www.ngcic.org/steinicke/default.htm
#
+++++++++++++++++++++++++
All the inherent uncertainties of my database can therefore be found in the cited papers!
+++++++++++++++++++++++++
3) My PERL script generates ALL the input required for the galaxy visualization in Celestia, exclusively from the catalog data, usually involving significant intermediary calculations, however. One typical example is the calculation of the sizes and
spacial orientations of the galaxies in the Celestia frame of reference, using transformations encoded by means of
quaternions in my script.
4) In a fair number of cases, the existing catalog information is not sufficient and additional astro-physical model assumptions are required for achieving the display. Sometimes also the catalogs contain obvious errors requiring modification, of course
+++++++++++++++++
All corresponding action is documented in form of my well-commented PERL scripts that are ALWAYS part of the
Celestia source distribution, available from the official Sourceforge server:
+++++++++++++++++
http://sourceforge.net/projects/celestia
or for the development versions in the respective CVS archive.
My script deepsky.pl generating deepsky.dsc is located in the source directory
celestia/src/tools/galaxies
while the PERL scripts responsible for the binary orbits are found in
celestia/src/tools/binaries
As a crucial feature, PERL scripts are human readable also for people unaware of the PERL scripting language!
The inputs to all scripts are ALWAYS the UNMODIFIED, published catalog data!
+++++++++++++++
In summary: every single deep-space object along with its inherent uncertainties is completely documented
+++++++++++++++
I hope this has cleared up some important issues about the documentation of deep-space
data and their errors in Celestia!
Bye Fridger