Class: IERS::CelestialPoleOffset::Entry

Inherits:
Data
  • Object
show all
Includes:
HasDataQuality, HasDate
Defined in:
lib/iers/celestial_pole_offset.rb

Instance Attribute Summary collapse

Method Summary

Methods included from HasDataQuality

#observed?, #predicted?

Methods included from HasDate

#date

Instance Attribute Details

#data_qualitySymbol (readonly)

+:observed+ or +:predicted+

Returns:

  • (Symbol)

    the current value of data_quality



9
10
11
# File 'lib/iers/celestial_pole_offset.rb', line 9

def data_quality
  @data_quality
end

#mjdFloat (readonly)

Modified Julian Date of the query

Returns:

  • (Float)

    the current value of mjd



9
10
11
# File 'lib/iers/celestial_pole_offset.rb', line 9

def mjd
  @mjd
end

#xFloat (readonly)

dX correction in milliarcseconds

Returns:

  • (Float)

    the current value of x



9
10
11
# File 'lib/iers/celestial_pole_offset.rb', line 9

def x
  @x
end

#yFloat (readonly)

dY correction in milliarcseconds

Returns:

  • (Float)

    the current value of y



9
10
11
# File 'lib/iers/celestial_pole_offset.rb', line 9

def y
  @y
end