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. 【Coursera】Third Week(1)

    The Early World-Wide-Web 关于CERN 欧洲核子研究组织,除了它为世界物理学所作出的卓越贡献,它还是世界上第一个网站,第一个网络服务器,第一个浏览器的诞生地. Robert C ...

  2. 【hbuilder】如何根据Geolocation获得的坐标获取所在城市?

    第一步通过mui.plusReady[表示页面加载事件]调用hbuilder提供的百度定位 mui.plusReady(function() { plus.geolocation.getCurrent ...

  3. Linux Shell学习笔记(一)

    Shell,见名知意,就是一个作为用户与Linux OS间接口的程序,允许用户向OS输入需要执行的命令.Shell众多,这里只介绍Bash. 0)实验的Shell版本 显示shell版本: /bin/ ...

  4. django 数据库同步

    python manage.py makemigrations python manage.py migrate

  5. Java 中时间处理 System.currentTimeMillis()

    import org.testng.annotations.Test;import java.text.ParseException;import java.text.SimpleDateFormat ...

  6. Mysql tinyint长度为1时在java中被转化成boolean型

    MySql 中的tinyint(1)的使用 在MySql中如何定义像Java中类型的Boolean类型数据..其实,mysql中 是没有直接定义成Boolean这种数据类型. 它只能定义成 tinyi ...

  7. STL_std::iterator

    1. VC6里面 看到,std::iterator 就是一个指针,但是 vs2010中貌似不是这样(感觉像是一个类...具体是啥还不太确定...)... 2.

  8. UVA - 11853 Paintball(dfs)

    UVA - 11853 思路:dfs,从最上面超过上边界的圆开始搜索,看能不能搜到最下面超过下边界的圆. 代码: #include<bits/stdc++.h> using namespa ...

  9. Unity + NGUI 实现人物头顶UI的信息展示

    1.思路: (1)信息数据:需要展示属性信息 (2)信息的展示:负责显示UI属性信息 (3)UI的跟随:负责实现UI对人物的跟随 (4)UI的管理:负责对UI进行创建于回收,游戏中需要用到UI的地方都 ...

  10. 3-8《Ruby元编程》第二章对象模型

    <Ruby元编程> 第二章 对象模型 类定义揭秘inside class definitions: class关键字更像一个作用域操作符,核心作用是可以在里面随时定义方法. [].meth ...