Method: Ephem::SPK#excerpt
- Defined in:
- lib/ephem/spk.rb
#excerpt(output_path:, start_jd:, end_jd:, target_ids: nil, debug: false) ⇒ Object
121 122 123 124 125 126 127 128 129 130 131 |
# File 'lib/ephem/spk.rb', line 121 def excerpt(output_path:, start_jd:, end_jd:, target_ids: nil, debug: false) Excerpt .new(self) .extract( output_path: output_path, start_jd: start_jd, end_jd: end_jd, target_ids: target_ids, debug: debug ) end |