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 ...
随机推荐
- Unity3D学习笔记(二十二):ScrollView和事件接口
昨天问题 InputField光标被遮挡问题:背景图片输入层级高于光标的层级,把光标弄成子物体,子物体层级高 自制的滑动框,选项怎么对齐,把Template的Pivot.y改为1 分辨率的区别:16: ...
- UVa 1025 城市里的间谍
https://vjudge.net/problem/UVA-1025 题意:一个间谍要从第一个车站到第n个车站去会见另一个,在是期间有n个车站,有来回的车站,让你在时间T内时到达n,并且等车时间最短 ...
- fusion--RNAseq
融合基因(Fusion gene)是指两个基因的全部或一部分的序列相互融合为一个新的基因的过程.其有可能是染色体易位.中间缺失或染色体倒置所致的结果. 异常的融合基因可以引起恶性血液疾病以及肿瘤.例如 ...
- 【Python】【有趣的模块】【Bobo】
[python web框架之 bobo的安装配置] [Mac] 我的Mac环境,python3.5 1. 安装bobo : >>> pip3 install bobo 2. 配 ...
- codeforces 352 div 2 C.Recycling Bottles 贪心
C. Recycling Bottles time limit per test 2 seconds memory limit per test 256 megabytes input standar ...
- API接口自动化之1 常见的http请求
常见的HTTP请求 就我所想到的,目前如果想做http/https请求接口自动户化,要处理的一些区别 get请求post请求 httphttps 单个值键值对键值对的搭配方式 POST请求体,后续讲一 ...
- pyCharm最新2017激活码
pyCharm最近激活码过期,找到一个最新的activation code,可用期为2017一年.如下: BIG3CLIK6F-eyJsaWNlbnNlSWQiOiJCSUczQ0xJSzZGIiwi ...
- C++异常及捕获_01
ZC: Win7x64 + qt-opensource-windows-x86-msvc2010_opengl-5.3.2.exe 1. class AA { public: void A() { & ...
- ArcGIS 要素闪烁
ArcGIS 要素闪烁 通过双击要素图例,闪烁定位到要素,并且闪烁一段时间: IFeatureLayer featureLayer = layer as IFeatureLayer; ...
- 请求和响应:类ActionController::Base ; 类ActionDispatch::Request
扩展:ActionController::Base < Metal 2个基本主题: Get and Show do and redirect Requests 每个请求,由router决定了co ...