Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.adass.org/adass/proceedings/adass97/ochsenbeinf.html
Дата изменения: Fri May 15 22:17:28 1998 Дата индексирования: Tue Oct 2 03:39:58 2012 Кодировка: Поисковые слова: ngc 6992 |
Next: The ASC Data Archive for the AXAF Ground Calibration
Up: Archives and Information Services
Previous: Object-Relational DBMSs for
Large Astronomical Catalogue Management
Table of Contents -- Index -- PS reprint -- PDF reprint
François Ochsenbein
Centre de Données Astronomiques, Strasbourg Observatory, France
After a short presentation of the VizieR new features, its structure and the way the catalogs are entered into the system are described; the special way the very large catalogs (over 107 objects) are handled is also described. Finally, the current developments of the system are presented.
VizieR was first presented at the AAS meeting in early 1996 (Ochsenbein et al. 1995), as the result of a joint effort between CDS and ESA-ESRIN (the European Space Agency's Information Systems division) in order to provide the astronomical community with a dedicated tool for retrieving astronomical data listed in published catalogs and tables -- a follow-up of the ESIS (European Space Information System) project.
Shortly after this first version, which has been effectively accessible since February 1996, new needs for performance and for standardisation led to basic changes in the system: the ASU (Astronomical Standardized URL), resulting from discussions between several institutes, was adopted as the way to specify constraints in the new version of VizieR, which was introduced on 29 May 1997 -- just in time for the distribution of the results of Hipparcos catalogs. The basic concept of ASU is a standardized way of specifying catalogs (as -source=catalog_designation), target positions (as -c=name_or_position,rm=radius_in_arcmin), output format (as -mime=type), and general constraints on parameters (as column_name=constraint).
Besides the adoption of this new protocol, the most visible changes in this new version of VizieR are an easy access to notes, and possibilities of navigation between the tables of a catalog.
The quantitative daily usage of VizieR is presently (September 1997) about 1,000 external requests from 75 different nodes; 1,000 different nodes effectively submitted queries to VizieR during the first 3 months of the new installation (June to August 1997); among all queries, about 40% of the hits concern the recent results of the Hipparcos and Tycho missions.
The ``standard query'' in VizieR consists in a few steps:
It should be noted that
the usage of the ASU protocol allows to write anywhere in a
text (like it is done in this short article)
a hyperlink to the result of a query: for instance,
all parameters from the Hipparcos catalog for the star HIP 12345 can be
pointed to by
a call to VizieR with parameters:
0>0
-source=I/239/hip_main&HIP=12345
;
or a pointer to all Tycho stars closer than to Sirius,
ordered by their increasing distance to the brightest star,
can be written by
a call to VizieR with parameters:
1>0
-source=I/239/tyc_main&-c=Sirius,rm=30&-sort=_r
All these elements of the META tables are themselves described as a special catalog, which can therefore be queried like any other catalog. It becomes then possible, for instance, to find out all tables where one columns contains an explanation referring to UV flux, and from there move to their explanations, query pages, etc...
It is of course not possible to enter all details describing the columns by hand: the VizieR feeding pipe-line is fully automatic using as input the standardized description of the catalogs shared by the Astronomical Data Centers, and used for the description of the electronic tables published by a large fraction of the major astronomical journals (A&A, ApJ, AJ, PASP).
The addition of a new catalog into VizieR consists in two steps: (1) adding into the META tables all items describing the new catalog: catalog title, authors, table captions, etc...and details about every column of each table; and (2) converting the data of each original (ASCII) file making up the catalog into a relational table. In this step, the existence of data (the so-called NULL values) is carefully tested, and some important parameters like astronomical positions, magnitudes and color indexes are converted to uniform units. We however take care of storing, as much as possible, the catalogs in their original form, and for instance the coordinates are stored in their original equinox and epoch.
Very Large Catalogs are defined here as catalogs made of more than 107 objects -- a size which can hardly be managed by the existing DBMs. Dave Monet's (1977) USNO-A1.0 catalog gathering 488,006,860 sources is a typical example: it consists originally in a set of 10 CDROMs (about 6Gbytes) with 12-bytes binary records (positions, magnitudes, and a couple of flags).
This catalog was losslessly compressed by grouping small regions of the sky, allowing to store only position offsets instead of full-range values positions: the resulting catalog occupies only 3.4Gbytes, allowing therefore faster access since the queries are heavily i/o-limited: on a Sparc-20 (72MHz), the average search time (radius of 2.5') is less than 0.1s, and the whole objects are tested in about 40 minutes (i.e., per object).
A few benchmarks made on a Sparc-20 (72MHz) give the following average elapsed times (between 15 and 70for a search by position on the catalog, keeping the 10 closest stars:
Search Radius (') |
Tested stars per target |
Time Required (s) |
Reading time for 1 star (µsec) |
2.5 | 14153 | 0.09 | 6.4 |
10.0 | 66394 | 0.24 | 3.6 |
30.0 | 201351 | 0.67 | 3.3 |
Fernique, P., Ochsenbein, F., & Wenger M. 1998, this volume
Lesteven, S., Poinçot, P., Murtagh, F. 1996, Vistas in Astronomy 40, 395
Monet, D. 1997, ``The USNO A1.0 catalog'', http://psyche.usno.navy.mil/pmm
Ochsenbein, F., Genova, F., Egret, D., Bourekeb, I., Sadat, R., Ansari, S.G., & Simonsen, E. 1996, Bull. American Astron. Soc. 187 #9103
Next: The ASC Data Archive for the AXAF Ground Calibration
Up: Archives and Information Services
Previous: Object-Relational DBMSs for
Large Astronomical Catalogue Management
Table of Contents -- Index -- PS reprint -- PDF reprint