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的更多相关文章

  1. SVG2PNG(前台和后台将SVG转换为PNG)--amcharts导出png

    在项目中用到了amcharts,amcharts图标统计插件是利用SVG实现的,其自带下载png功能,但是不支持IE以下浏览器.因此研究了SVG转换为png,最终实现的效果是将amcharts生成一张 ...

  2. 探索sklearn | 鸢尾花数据集

    1 鸢尾花数据集背景 鸢尾花数据集是原则20世纪30年代的经典数据集.它是用统计进行分类的鼻祖. sklearn包不仅囊括很多机器学习的算法,也自带了许多经典的数据集,鸢尾花数据集就是其中之一. 导入 ...

  3. [SPDK/NVMe存储技术分析]004 - SSD设备的发现

    源代码及NVMe协议版本 SPDK : spdk-17.07.1 DPDK : dpdk-17.08 NVMe Spec: 1.2.1 基本分析方法 01 - 到官网http://www.spdk.i ...

随机推荐

  1. 【TCP/IP详解 卷一:协议】第一章概论 学习笔记

    第一章 概述 游览了一下,本章主要是简介OSI模型的低层(1-4层).介绍了TCP/IP协议族的相关知识. TCP/IP的分层 Application <--> TCP / UDP < ...

  2. 10X Genomics vs. PacBio

    10X Genomics已经广泛应用于单细胞测序.组装领域,现在也是火的不行. 10X Genomics原理 通过将来自相同DNA片段(10-100kb)的reads加上相同的barcode,然后在i ...

  3. GetContent

    Sub GetContent(ByVal URL As String, ByVal SheetName As String) Dim strText As String Dim i As Long D ...

  4. 用Rails.5.2+ Vue.js做 vue-todolist app

    Rails5.2+Vue.js完成Lists(curd) 注意: Edit/update使用SPA(single-page Application单页面程序)的方法完成.点击文字出现一个输入框和按钮. ...

  5. Confluence 6 管理多目录概述

    这里是有关目录顺序如何影响处理流程: 目录中的顺序是被用来如何查找用户和组的顺序. 修改用户和用户组将会仅仅应用到应用程序具有修改权限的第一个目录中. 配置目录载入顺序 你可以修改在 Confluen ...

  6. 在 Confluence 6 中连 Jira 的问题解决

    下面是可能会发生的一些错误信息.如果你的系统中出现了下面的一些提示,你应该调整你的日志错误级别到 WARN,然后查看具体的错误原因.请参考:Configuring Logging. error.jir ...

  7. Confluence 6 连接到一个 LDAP 目录

    https://www.cwiki.us/display/CONFLUENCEWIKI/Connecting+to+an+LDAP+Directory

  8. qbxt联赛集训d1t3

    题意 给出一个长度为n的序列,求所有区间的区间最小值乘区间最大值的和.(n<=1e5) solution:

  9. Change-free CodeForces - 767E (贪心)

    题目链接 大意:Arseny有m个1元硬币, 无限多100元钞票, 他要按顺序买n个东西, 第i天如果找零x个硬币, 他的不满值会加 w[i]*x, 求最少不满值. 若找零, 则硬币增加 100-ci ...

  10. linux中whereis、which、find、location的区别和用法

    摘自:https://www.cnblogs.com/kex1n/p/5233821.html 1. find find是最常见和最强大的查找命令,你可以用它找到任何你想找的文件. find的使用格式 ...