eSTAR::RTML 0.6.1 review

Download
by rbytes.net on

eSTAR::RTML is a object interface to parse and create VOEvent messages. SYNOPSIS To parse a VOEvent file, $object = new A

License: Perl Artistic License
File size: 16K
Developer: Alasdair Allan
0 stars award from rbytes.net

eSTAR::RTML is a object interface to parse and create VOEvent messages.

SYNOPSIS

To parse a VOEvent file,

$object = new Astro::VO::VOEvent( File => $file_name );

or

$object = new Astro::VO::VOEvent( XML => $scalar );

Or to build a VOEVENT file,

$xml = $object->build( %hash );

The module can parse VOEvent messages, and serves as a limited convenience layer for building new messages. Functionality is currently very limited.

Requirements:
Perl

eSTAR::RTML 0.6.1 search tags