Module: VORuby
- Defined in:
- lib/voruby.rb,
lib/voruby/ucd/ucd.rb,
lib/voruby/wesix/wesix.rb,
lib/voruby/stc/1.10/stc.rb,
lib/voruby/stc/1.30/stc.rb,
lib/voruby/adql/1.0/adql.rb,
lib/voruby/resolver/sesame.rb,
lib/voruby/stc/1.10/coords.rb,
lib/voruby/stc/1.10/region.rb,
lib/voruby/votable/votable.rb,
lib/voruby/xlink/1.2/xlink.rb,
lib/voruby/resolver/resolver.rb,
lib/voruby/sky_query/sky_query.rb,
lib/voruby/voevent/1.1/voevent.rb,
lib/voruby/votable/1.0/votable.rb,
lib/voruby/votable/1.1/votable.rb,
lib/voruby/misc/connection_monitor.rb,
lib/voruby/active_votable/active_votable.rb
Defined Under Namespace
Modules: ADQL, ActiveVOTable, Misc, Resolver, STC, SkyQuery, VOEvent, VOTable, Wesix, XLink Classes: HomogeneousNodeList, UCD
Class Method Summary collapse
-
.rfits? ⇒ Boolean
Reports whether the RFits FITS reading/writing package is installed or not.
Class Method Details
.rfits? ⇒ Boolean
Reports whether the RFits FITS reading/writing package is installed or not.
12 13 14 |
# File 'lib/voruby.rb', line 12 def self.rfits? @@rfits_available end |