Class: When::Ephemeris::Star

Inherits:
CelestialObject show all
Defined in:
lib/when_exe/ephemeris.rb

Overview

天球上の物体

天球上の物体の特性を定義する
天球上にあるため、座標の基準にならない

Direct Known Subclasses

Fixed, Pole, Vernal

Defined Under Namespace

Classes: Fixed, Pole, Vernal

Constant Summary

Constants included from When::Ephemeris

AU, AcS, BCENT, C0, CIRCLE, COS, COSL, COSLT, COST, DAY, DEG, EPOCH1800, EPOCH1900, EPOCH1975, EPOCH2000, FARAWAY, JCENT, JYEAR, Jupiter, LIN, Mars, Mercury, Neptune, PSEC, Pluto, SIN, SINL, SINLT, SINT, Saturn, Uranus, Venus

Constants included from Namespace

Namespace::DC, Namespace::DCQ, Namespace::DCT, Namespace::FOAF, Namespace::OWL, Namespace::RDF, Namespace::RDFC, Namespace::RDFS, Namespace::RSS, Namespace::XSD

Instance Attribute Summary collapse

Attributes inherited from CelestialObject

#aberration, #luminosity

Attributes inherited from BasicTypes::Object

#label

Attributes included from Parts::Resource

#child, #keys, #locale, #namespace

Instance Method Summary collapse

Methods inherited from CelestialObject

#coords

Methods included from When::Ephemeris

_adjust, _rot, _to_p2, _to_p3, _to_r3, acos, asin, cosc, cosd, delta_e, delta_p, julian_century_from_2000, julian_year_from_1975, obl, polynomial, root, sinc, sind, tanc, tand, trigonometric

Methods included from Parts::Resource

#[], #^, _instance, _setup_, _setup_info, base_uri, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #parent, #registered?, root_dir

Methods included from Parts::Resource::Pool

#[], #[]=, #_setup_

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class When::Parts::Resource

Instance Attribute Details

#delta_phiNumeric (readonly)

固有運動(赤経) / (milli arc SECOND / year)

Returns:



815
816
817
# File 'lib/when_exe/ephemeris.rb', line 815

def delta_phi
  @delta_phi
end

#delta_radiusNumeric (readonly)

視線速度 / (km/s)

Returns:



823
824
825
# File 'lib/when_exe/ephemeris.rb', line 823

def delta_radius
  @delta_radius
end

#delta_thetaNumeric (readonly)

固有運動(赤経) / (milli arc SECOND / year)

Returns:



819
820
821
# File 'lib/when_exe/ephemeris.rb', line 819

def delta_theta
  @delta_theta
end

#parallaxNumeric (readonly)

視差 / milli arc SECOND

Returns:



811
812
813
# File 'lib/when_exe/ephemeris.rb', line 811

def parallax
  @parallax
end

#phiNumeric (readonly)

赤経 / DEG

Returns:



803
804
805
# File 'lib/when_exe/ephemeris.rb', line 803

def phi
  @phi
end

#t0Numeric (readonly)

分点 / YEAR

Returns:



799
800
801
# File 'lib/when_exe/ephemeris.rb', line 799

def t0
  @t0
end

#thetaNumeric (readonly)

赤緯 / DEG

Returns:



807
808
809
# File 'lib/when_exe/ephemeris.rb', line 807

def theta
  @theta
end

Instance Method Details

#apparent_luminosity(t, base = nil) ⇒ Numeric

視光度 / magnitude

Parameters:

Returns:



845
846
847
# File 'lib/when_exe/ephemeris.rb', line 845

def apparent_luminosity(t, base=nil)
  @luminosity
end

#apparent_radius(t, base = nil) ⇒ Numeric

視半径 / CIRCLE

Parameters:

Returns:



833
834
835
# File 'lib/when_exe/ephemeris.rb', line 833

def apparent_radius(t, base=nil)
  0
end

#bayer_nameString

Bayer 名

Returns:



853
854
855
# File 'lib/when_exe/ephemeris.rb', line 853

def bayer_name
  @bayer
end