Normalized to: Zapart, C.
[1]
oai:arXiv.org:1812.05787 [pdf] - 1798379
An introduction to FITSWebQL
Zapart, C.;
Shirasaki, Y.;
Ohishi, M.;
Mizumoto, Y.;
Kawasaki, W.;
Kobayashi, T.;
Kosugi, G.;
Morita, E.;
Yoshino, A.;
Eguchi, S.
Submitted: 2018-12-14
The JVO ALMA WebQL web service - available through the JVO ALMA FITS archive
- has been upgraded to include legacy data from other telescopes, for example
Nobeyama NRO45M in Japan. The updated server software has been renamed
FITSWebQL. In addition, a standalone desktop version supporting Linux, macOS
and Windows 10 Linux Subsystem (Bash on Windows) is also available for download
from http://jvo.nao.ac.jp/~chris/ .
The FITSWebQL server enables viewing of even 100GB-large FITS files in a web
browser running on a PC with a limited amount of RAM. Users can interactively
zoom-in to selected areas of interest with the corresponding frequency spectrum
being calculated on the server in near real-time. The client (a browser) is a
JavaScript application built on WebSockets, HTML5, WebGL and SVG.
There are many challenges when providing a web browser-based real-time FITS
data cube preview service over high-latency low-bandwidth network connections.
The upgraded version tries to overcome the latency issue by predicting user
mouse movements with a Kalman Filter in order to speculatively deliver the
real-time spectrum data at a point where the user is likely to be looking at.
The new version also allows one to view multiple FITS files simultaneously in
an RGB composite mode (NRO45M FUGIN only), where each dataset is assigned one
RGB channel to form a colour image. Spectra from multiple FITS cubes are shown
together too.
The paper briefly describes main features of FITSWebQL. We also touch on some
of the recent developments, such as an experimental switch from C/C++ to Rust
(see https://www.rust-lang.org/) for improved stability, better memory
management and fearless concurrency, or attempts to display FITS data cubes in
the form of interactive on-demand video streams in a web browser.
[2]
oai:arXiv.org:1511.06533 [pdf] - 1314457
Blade Runner -What kind objects are there in the JVO ALMA Archive?-
Submitted: 2015-11-20
The JVO ALMA Archive provides users one of the easiest ways to access the
ALMA archival data. The users can have a quick look at a 3 or 4-dimensional
data cube without downloading multiple huge tarballs from a science portal of
ALMA Regional Centers (ARCs). Since we just synchronize all datasets with those
of ARCs, the metadata are identical to the upstream, including ``target name''
for each dataset. The name is not necessarily a common one like NGC numbers,
but sometimes one of sequential numbers assigned in an observation proposal.
Compilation of these artificial names into astronomical ones could provide
users more flexible and powerful search interfaces; for instance, with the
knowledge of the redshift for each source, the users can easily find the
datasets which observed their interested emission/absorption lines at not the
observer frame but the rest frame, fitting well with theoretical studies. To
implement this functionality, cross-identification of all the sources in our
archive with those in some other astronomical databases such as NED and SIMBAD
is required. We developed a tiny Java application named ``Blade Runner'' for
this purpose. The program works as a crawler for both the JVO ALMA Archive and
SIMBAD, storing all information onto a SQLite-based database file; this
portable design enables us to communicate results to each other even under
different computing environments. In this paper, we introduce its software
design and our recent work on the application, and report a preliminary result
on the source identification in our archive.