博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Starlink Tables Infrastructure Library
阅读量:6256 次
发布时间:2019-06-22

本文共 3122 字,大约阅读时间需要 10 分钟。

STIL

Starlink Tables Infrastructure Library

Generic Java Table Handling for Astronomy

 


 

What is STIL?

STIL is a pure Java library for

generic input, output and processing of tabular data.
It presents to the application programmer a view of a table which
looks the same regardless of whether it came from a FITS file,
a VOTable, an ASCII text file, a query on a relational database,
or whatever.
Thus the application doesn't have to worry about the storage format
of tables either when reading or writing them, it can concentrate
on doing processing.
STIL's idea of a table is rich enough to include table and column
metadata, and table cells which contain scalar or single- or multi-dimensional
array data of numerical, string or other types.
This is well suited to astronomical data, though it can be of use
in other fields as well.

STIL comes with a range of supported input and output formats

(including VOTable, FITS, SQL, ASCII, CSV)
and can be extended to cope with others.

 


 

Features

Generic Features

The generic table I/O has the following features:

  • Many table serialization formats supported
  • Pluggable architecture allows addition of new formats
  • Any-to-any format conversion is trivial
  • Access to large tables is possible (not constrained by memory)
  • Multi-table read and write for appropriate formats
  • Full javadocs and programmer's tutorial/overview documentation
  • GUI components provided including table drag and drop support
  • Sophisticated crossmatching capabilities
    (not documented apart from javadocs)

VOTable Features

STIL includes sophisticated facilities for

I/O
which can, if desired, be used largely independently
of the rest of the package.
As well as the general features listed above this has the following features:

  • Reads and writes all VOTable data formats (TABLEDATA, FITS, BINARY)
  • Full DOM access to hierarchical document structure,
    without heavy memory use
  • Hybrid SAX/DOM parsing for efficient input
  • Flexible table output (you can construct hierarchical documents)
  • Parsing does not attempt network connections to retrieve VOTable DTD/schema
  • Best-efforts parsing of non-conforming/invalid documents
  • Full compatibility with VOTable 1.0, 1.1 and 1.2 standards
  • Full ID/ref crossreferencing

One section of the user guide is dedicated to

.

 


 

Supported Formats

The following formats are currently supported for table input:

  • FITS
  • VOTable
  • SQL
  • ASCII
  • Comma-Separated Value
  • Tab-Separated Table
  • IPAC
  • World Data Center

and the following for table output:

  • FITS
  • VOTable
  • SQL
  • ASCII
  • Comma-Separated Value
  • Tab-Separated Table
  • Human-readable text
  • HTML
  • LaTeX
  • Mirage

 


 

Documentation

There are two main sources of documentation for STIL:

  • The main programmer's overview document is SUN/252,
    available as:
  • The definitive API documentation is also available:

You can download the full documentation set (SUN/252 in various forms

plus javadocs) in the .

 


 

Downloads

The current version of STIL is 3.0-3, released 27 October 2011.

STIL is released under the .

The main components are available here:

  • (1.7M)
    - compiled classes as monolithic jar file
  • (1.6M)
    - compiled classes as individual jars
  • - HTML/PDF user document and javadocs
  • (724k)

转载地址:http://ojxsa.baihongyu.com/

你可能感兴趣的文章
poj2752 Seek the Name, Seek the Fame(next数组的运用)
查看>>
pgpgin|pgpgout|pswpin|pswpout意义与差异
查看>>
全排列(递归与非递归实现)
查看>>
[转] C/C++中printf和C++中cout的输出格式
查看>>
swift 如何实现点击view后显示灰色背景
查看>>
【Android】3.9 覆盖物功能
查看>>
Plus One
查看>>
Git -- 创建版本库
查看>>
myeclipse 怎么安装与激活
查看>>
Atitit.异步编程的发展历史 1.1. TAP & async/await
查看>>
RTP timestamp与帧率及时钟频率的关系
查看>>
企业门户平台解决方案
查看>>
过滤器入门
查看>>
深入浅出讲解:php的socket通信
查看>>
Photoshop 批量处理图片
查看>>
浅谈C# 多态的魅力(虚方法,抽象,接口实现)
查看>>
jQuery--百度百科
查看>>
Unity3D 之2D动画机
查看>>
基础知识系列☞闲言
查看>>
蓝牙Ibeacon室内定位和微信摇一摇周边原理分析
查看>>