|
| 1 | +/* |
| 2 | + Copyright © 2018 Kerry Shetline, kerry@shetline.com |
| 3 | +
|
| 4 | + MIT license: https://opensource.org/licenses/MIT |
| 5 | +
|
| 6 | + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 7 | + documentation files (the "Software"), to deal in the Software without restriction, including without limitation the |
| 8 | + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit |
| 9 | + persons to whom the Software is furnished to do so, subject to the following conditions: |
| 10 | +
|
| 11 | + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the |
| 12 | + Software. |
| 13 | +
|
| 14 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 15 | + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 16 | + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 17 | + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 18 | +*/ |
| 19 | + |
1 | 20 | import { |
2 | 21 | AVG_SUN_MOON_RADIUS, EventFinder, HALF_MINUTE, JUPITER, MARS, MERCURY, MOON, REFRACTION_AT_HORIZON, RISE_EVENT, SATURN, |
3 | 22 | SET_EVENT, SkyObserver, SolarSystem, SUN, UT_to_TDB, VENUS |
|
0 commit comments