Normalized to: Masunaga, Y.
[1]
oai:arXiv.org:astro-ph/0611566 [pdf] - 86952
Constructing the Subaru Advanced Data and Analysis Service on VO
Shirasaki, Yuji;
Tanaka, Masahiro;
Honda, Satoshi;
Kawanomoto, Satoshi;
Ohishi, Masatoshi;
Mizumoto, Yoshihiko;
Yasuda, Naoki;
Masunaga, Yoshifumi;
Ishihara, Yasuhide;
Tsutsumi, Jumpei;
Nakamoto, Hiroyuki;
Kobayashi, Yuusuke;
Sakamoto, Michito
Submitted: 2006-11-17
We present our activity on making the Subaru Data Archive accessible through
the Japanese Virtual Observatory (JVO) system. There are a lot of demand to use
the archived Subaru data from various fields of astronomers. To be used by
those who are not familiar with the way to reduce the Subaru data, the data
reduction should be made before providing for them, or at least it should be
easily done without precise knowledge about instrument's characteristic and
environment where data are taken. For those purposes, data quality assessment
system NAQATA is developed, which is presented in this meeting by Nakata et al.
(2006), and the science-ready image data are provided for some of the
SuprimeCam data at SMOKA data service which is presented by Enoki et al (2006).
JVO portal will provide the way to access the reduce data, and also provides
the way to reduce from raw data with very few efforts through the user-friendly
web browser I/F. To provide such a CPU-intensive service, we have developed a
GRID computing system. The architecture of this Subaru Data and Analysis system
are discussed.
[2]
oai:arXiv.org:astro-ph/0604593 [pdf] - 81662
Japanese Virtual Observatory (JVO) as an advanced astronomical research
enviroment
Shirasaki, Y.;
Tanaka, M.;
Kawanomoto, S.;
Honda, S.;
Ohishi, M.;
Mizumoto, Y.;
Yasuda, N.;
Masunaga, Y.;
Ishihara, Y.;
Tsutsumi, J.;
Nakamoto, H.;
Kobayashi, Y.;
Sakamoto, M.
Submitted: 2006-04-27
We present the design and implementation of the Japanese Virtual Observatory
(JVO) system. JVO is a portal site to various kinds of astronomical resources
distributed all over the world. We have developed five components for
constructing the portal: (1) registry, (2) data service, (3) workflow system,
(4) data analysis service (5) portal GUI. Registry services are used for
publishing and searching data services in the VO, and they are constructed
using an OAI-PMH metadata harvesting protocol and a SOAP web service protocol
so that VO standard architecture is applied. Data services are developed based
on the Astronomical Data Query Language (ADQL) which is an international VO
standard and an extension of the standard SQL. The toolkit for building the
ADQL-based service is released to the public on the JVO web site. The toolkit
also provides the protocol translation from a Simple Image Access Protocol
(SIAP) to ADQL protocol, so that both the VO standard service can be
constructed using our toolkit. In order to federate the distributed databases
and analysis services, we have designed a workflow language which is described
in XML and developed execution system of the workflow. We have succeeded to
connect to a hundred of data resources of the world as of April 2006. We have
applied this system to the study of QSO environment by federating a QSO
database, a Subaru Suprim-Cam database, and some analysis services such a
SExtractor and HyperZ web services. These experiences are described is this
paper.
[3]
oai:arXiv.org:astro-ph/0411581 [pdf] - 69180
Structured Query Language for Virtual Observatory
Submitted: 2004-11-19
Currently two query languages are defined as standards for the Virtual
Observatory (VO). Astronomical Data Query Language (ADQL) is used for catalog
data query and Simple Image Access Protocol (SIAP) is for image data query. As
a result, when we query each data service, we need to know in advance which
language is supported and then construct a query language accordingly. The
construct of SIAP is simple, but they have a limited capability. For example,
there is no way to specify multiple regions in one query, and it is difficult
to specify complex query conditions. In this paper, we propose a unified query
language for any kind of astronomical database on the basis of SQL99. SQL is a
query language optimized for a table data, so to apply the SQL to the image and
spectrum data set, the data structure need to be mapped to a table like
structure. We present specification of this query language and an example of
the architecture for the database system.