Class Index [+]

Quicksearch

When::Ephemeris::Star

天球上の物体

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

Attributes

t0[R]

分点 / YEAR

ll[R]

赤経 / DEG

tb[R]

赤緯 / DEG

pp[R]

視差 / SECOND

dll[R]

固有運動(赤経) / (DEG / ユリウス世紀)

dtb[R]

固有運動(赤経) / (DEG / ユリウス世紀)

drr[R]

視線速度 / (km/s)

Public Instance Methods

apparent_luminosity(t, base=nil) click to toggle source

視光度 / magnitude

  t       : ユリウス日(Terrestrial Time)または(Temporal)Positionオブジェクト
  base    : When::Coordinates::Spatial or When::Ephemeris::Datum
    基準地

  returns : Numeric
     # File when/ephemeris.rb, line 734
734:     def apparent_luminosity(t, base=nil)
735:       @luminosity
736:     end
apparent_radius(t, base=nil) click to toggle source

視半径 / CIRCLE

  t       : ユリウス日(Terrestrial Time)または(Temporal)Positionオブジェクト
  base    : When::Coordinates::Spatial or When::Ephemeris::Datum
    基準地

  returns : Numeric
     # File when/ephemeris.rb, line 722
722:     def apparent_radius(t, base=nil)
723:       0
724:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.