struct EphJplCr::Ephemeris
- EphJplCr::Ephemeris
- Struct
- Value
- Object
Defined in:
eph_jpl_cr/ephemeris.crConstructors
Instance Method Summary
- #bin : Binary
- #calc
- #center : Int32
- #center_name : String
- #jd : Float64
- #km : Bool
- #target : Int32
- #target_name : String
- #unit : String
Constructor Detail
def self.new(target : Int32, center : Int32, jd : Float64, bin : EphJplCr::Binary, km : Bool)
#