L212
Just 33 minutes into the New Year, NASA's New Horizons probe made space exploration history, flying by the most distant body ever visited by a spacecraft from earth.
The Johns Hopkins University Applied Physics Laboratory, which built and operates the spacecraft, said Tuesday it had "zipped past" the object known as 2014 MU69, or Ultima Thule.
About 10 hours later, Mission Operations Manager Alice Bowman said "We've just accomplished the most distant flyby," to enthusiastic applause from colleagues.
New Horizons, which is the size of a baby grand piano and part of an $800 million mission launched in 2006, collected data for four hours after the flyby.
Scientists said it will take almost two years for the probe to send back all the data it collected during its encounter with Ultima Thule.
Early blurry images showed and oblong shaped object nearly 35 kilometers long and more than 14 kilometers wide. More images and data were expected to begin arriving later Tuesday, giving scientists the first close look at a building block of the planets in our solar system.
"Everything we are going to learn about Ultima ... are going to teach us about the original formation conditions of objects in the solar system," said lead planetary scientist Alan Stern.
Mark Holdridge, who managed the probe's encounter with Pluto, said New Horizons will "continue to gather outbound science" as it travels away from our solar system.
In 2015, New Horizons flew by Pluto, then the farthest object visited by a spacecraft from Earth. Tuesday's encounter took place 1.6 billion kilometers past Pluto, some 6.5 billion kilometers from Earth.
Ultima Thule was discovered in June 2014 by NASA's Hubble Space Telescope, which was trying to find new targets in the path of New Horizons.
L212的更多相关文章
- SVG2PNG(前台和后台将SVG转换为PNG)--amcharts导出png
在项目中用到了amcharts,amcharts图标统计插件是利用SVG实现的,其自带下载png功能,但是不支持IE以下浏览器.因此研究了SVG转换为png,最终实现的效果是将amcharts生成一张 ...
- 探索sklearn | 鸢尾花数据集
1 鸢尾花数据集背景 鸢尾花数据集是原则20世纪30年代的经典数据集.它是用统计进行分类的鼻祖. sklearn包不仅囊括很多机器学习的算法,也自带了许多经典的数据集,鸢尾花数据集就是其中之一. 导入 ...
- [SPDK/NVMe存储技术分析]004 - SSD设备的发现
源代码及NVMe协议版本 SPDK : spdk-17.07.1 DPDK : dpdk-17.08 NVMe Spec: 1.2.1 基本分析方法 01 - 到官网http://www.spdk.i ...
随机推荐
- C#学习笔记(九):函数、代码查询和调试
代码查询和调试 代码查询 using System; using System.Collections.Generic; using System.Linq; using System.Text; u ...
- MapReduce程序(一)——wordCount
写在前面:WordCount的功能是统计输入文件中每个单词出现的次数.基本解决思路就是将文本内容切分成单词,将其中相同的单词聚集在一起,统计其数量作为该单词的出现次数输出. 1.MapReduce之w ...
- Android本地广播
Android中使用的广播一般是系统全局广播,即发出的广播可以被其他任何应用程序接收到,并且我们也可以接收来自于其他任何应用程序的广播.这样就很容易会引起安全性的问题,比如说我们发送的一些携带关键性数 ...
- P2865 【[USACO06NOV]路障Roadblocks】(次短路)
传送门 算法Dijkstra要求次短路 那么在不考虑重复走一条边的情况下 肯定是把最短路中的一段改成另一段 至少要换另一条边到路径里所以可以枚举所有不属于最短路的每条边(a,b) 那么dis(1,a) ...
- Intellij IDEA 使用spring-boot-devtools无效解决办法一
Intellij IDEA 使用spring-boot-devtools maven依赖 ``` <dependency> <groupId>org.springframewo ...
- 算法笔记--sg函数详解及其模板
算法笔记 参考资料:https://wenku.baidu.com/view/25540742a8956bec0975e3a8.html sg函数大神详解:http://blog.csdn.net/l ...
- 更改Windows Update设置时,为何会提示“某些设置由你的系统管理员管理”?
亲测有效 及时进行更新是保证系统正常运行的一个有效措施.可为什么当我们进入“控制面板->Windows Update”手动修改 Windows Update 的设置时,系统却弹出提示“某些设置由 ...
- Python 爬虫-Requests库入门
2017-07-25 10:38:30 response = requests.get(url, params=None, **kwargs) url : 拟获取页面的url链接∙ params : ...
- Java基础十--接口
Java基础十--接口 一.接口的定义和实例 /* abstract class AbsDemo { abstract void show1(); abstract void show2(); } 8 ...
- 雷林鹏分享:Ruby 安装 - Unix
Ruby 安装 - Unix 下面列出了在 Unix 机器上安装 Ruby 的步骤. 注意:在安装之前,请确保您有 root 权限. 下载最新版的 Ruby 压缩文件.请点击这里下载. 下载 Ruby ...