| Path: | README |
| Last Update: | Fri May 16 13:12:57 -0700 2008 |
The MIRIAD-Ruby package…
MIRIAD-Ruby can be installed in three easy steps.
gem install miriad
or
sudo gem install miriad
You are reading part of it!
The latest documentation is published on the MIRIAD-Ruby Home Page
The MIRIAD-Ruby gem contains full documentation, which will be installed along with the gem (unless you specified —no-rdoc or —no-ri, but why would you do that?).
To view the local HTML documentation generated from the RDoc comments:
To view the local ri documentation (kind if like man or info for Ruby), just run ri class_or_method. For example, to find out about all the ways to call read(), type ri Miriad::Uvio#read.
Additional information about MIRIAD-Ruby can be found at:
Additional information about MIRIAD can be found at:
The MIRAD-Ruby package is distributed with a snapshot of MIRIAD‘s lower level I/O routines writtin in ANSI C. Most of the MIRIAD functionality provided by MIRIAD-Ruby is actually performed by this C code, which MIRIAD-Ruby wraps and exposes to Ruby.
Much of the documentation for the Miriad::Uvio routines was transcribed into Rdoc format from The Miriad Programmer's Guide .
Authors too numerous to list (and too likely to prefer anonymity) have contributed to both the C code and the documentation. If you are one of them and would like to be mentioned here, please file a bug report on the MIRIAD-Ruby Rubyforge project page.