Class: IERS::EOP::Entry

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

Instance Attribute Summary collapse

Method Summary

Methods included from HasDataQuality

#observed?, #predicted?

Methods included from HasDate

#date

Instance Attribute Details

#celestial_pole_xFloat (readonly)

dX correction in milliarcseconds

Returns:

  • (Float)

    the current value of celestial_pole_x



13
14
15
# File 'lib/iers/eop.rb', line 13

def celestial_pole_x
  @celestial_pole_x
end

#celestial_pole_yFloat (readonly)

dY correction in milliarcseconds

Returns:

  • (Float)

    the current value of celestial_pole_y



13
14
15
# File 'lib/iers/eop.rb', line 13

def celestial_pole_y
  @celestial_pole_y
end

#data_qualitySymbol (readonly)

+:observed+ or +:predicted+

Returns:

  • (Symbol)

    the current value of data_quality



13
14
15
# File 'lib/iers/eop.rb', line 13

def data_quality
  @data_quality
end

#length_of_dayFloat (readonly)

excess LOD in seconds

Returns:

  • (Float)

    the current value of length_of_day



13
14
15
# File 'lib/iers/eop.rb', line 13

def length_of_day
  @length_of_day
end

#mjdFloat (readonly)

Modified Julian Date of the query

Returns:

  • (Float)

    the current value of mjd



13
14
15
# File 'lib/iers/eop.rb', line 13

def mjd
  @mjd
end

#polar_motion_xFloat (readonly)

pole x-coordinate in arcseconds

Returns:

  • (Float)

    the current value of polar_motion_x



13
14
15
# File 'lib/iers/eop.rb', line 13

def polar_motion_x
  @polar_motion_x
end

#polar_motion_yFloat (readonly)

pole y-coordinate in arcseconds

Returns:

  • (Float)

    the current value of polar_motion_y



13
14
15
# File 'lib/iers/eop.rb', line 13

def polar_motion_y
  @polar_motion_y
end

#ut1_utcFloat (readonly)

UT1−UTC in seconds

Returns:

  • (Float)

    the current value of ut1_utc



13
14
15
# File 'lib/iers/eop.rb', line 13

def ut1_utc
  @ut1_utc
end