Virgin Galactic says its spacecraft designed to launch tourists into space completed an important test flight on Thursday.
The rocket ship, called SpaceShipTwo VSS Unity, climbed more than 82 kilometers during the flight above California’s Mojave Desert. Virgin Galactic said by reaching this height, the spacecraft had reached the boundary of space for the first time.

The 80-kilometer space boundary is used by the U.S. Air Force and other U.S. agencies. That differs from a long-held view that the boundary is reached at 100 kilometers. Virgin Galactic officials say recent research favors the lower number.

At the start of the flight, a special plane carrying the VSS Unity climbed to nearly 13,700 meters before releasing the spaceship. The VSS Unity then fired up its rocket engine and quickly traveled up and out of sight from a group of watchers on the ground.

The spacecraft was piloted by Mark Stucky and former NASA astronaut Frederick “CJ” Sturckow. During the flight, the two men were able to experience weightlessness and see the curvature of the planet, the company said.

The spaceship reentered the atmosphere at 2.5 times the speed of sound and landed safely a few minutes later. In addition to the pilots, the spaceship carried four NASA research payloads and a mannequin named Annie.

Virgin Galactic’s chief, British billionaire Richard Branson, watched the flight from the ground. “Today we have shown Virgin Galactic can open space to the world,” he said. Branson met the pilots after the flight and declared “Space is Virgin territory!”

Virgin Galactic’s latest success comes four years after another spacecraft crashed during a test flight that killed the co-pilot and seriously injured the pilot. The crash led to major delays in the company’s progress in taking tourists to space.

Branson said after Thursday’s test he aims to launch the company’s first space flight with passengers - including himself - by March 2019.

More than 600 people have paid for or put down deposits to fly aboard Virgin’s suborbital flight. Famous people including actor Leonardo DiCaprio and music star Justin Bieber are among them. A 90-minute flight costs $250,000.

Richard Branson is not alone in the space tourism business. Amazon founder Jeff Bezos launched Blue Origin, which also plans to take space tourists on suborbital trips. Blue Origin will use the more traditional method of spacecraft attached to a rocket launched from the ground. Also, SpaceX founder Elon Musk recently announced plans to take a wealthy Japanese businessman and his friends on a trip around the moon.

L192 Virgin Galactic Completes Test of Spaceship to Carry Tourists的更多相关文章

  1. Stephen Hawking Taught Us a Lot About How to Live

    勇气.好奇心.幽默感,那些霍金教给我们的事Stephen Hawking Taught Us a Lot About How to LiveStephen Hawking, the English c ...

  2. UVALive 2957 Bring Them There

    Bring Them There Time Limit: 3000ms Memory Limit: 131072KB This problem will be judged on UVALive. O ...

  3. Mini projects #7 ---- Spaceship

    课程全名:An Introduction to Interactive Programming in Python,来自 Rice University 授课教授:Joe Warren, Scott ...

  4. G - Galactic Collegiate Programming Contest Kattis - gcpc (set使用)

    题目链接: G - Galactic Collegiate Programming Contest Kattis - gcpc 题目大意:当前有n个人,一共有m次提交记录,每一次的提交包括两个数,st ...

  5. like a virgin

    like a virgin 编辑 <Like a Virgin>是美国歌手麦当娜·西科尼的第二张个人专辑,已于1984年11月12日由华纳唱片旗下发行. 1985年,Like a Virg ...

  6. C++20草案中的宇宙飞船运算符(<=>,spaceship operator)

    C++20草案中的宇宙飞船运算符(<=>,spaceship operator) Herb Sutter提议的新三路运算符<=>已经被合入C++20草案中. 宇宙飞船运算符(h ...

  7. 【第二类Stirling数】Gym - 101147G - The Galactic Olympics

    如果K>n,就无解: 如果K==n,就答案是P(n,n): 如果K<n,答案就是s(n,K)*P(K,K): P为排列数,s为第二类斯特林数. 第二类斯特林数就是将n个球,划分为K个非空集 ...

  8. 太空飞船(spaceship)

    太空飞船(spaceship) 题目描述 21XX年,秋. 小诚是THU(Tomorrow Happy University)航天学院船舶设计系本科四年级的学生.为了顺利毕业,小诚仔细阅读了这几年被引 ...

  9. Timus 1329. Galactic History。LCA最近公共祖先或dfs递归离线处理!

    1329. Galactic History 比赛的时候看到学弟A了这题然后跟榜做,结果在LCA的道路上一去不复返,这个题是很像LCA求最近公共祖先的,不过三个人都没学过LCA,只能拿着资料看着像然后 ...

随机推荐

  1. POJ3233:Matrix Power Series(矩阵快速幂+二分)

    http://poj.org/problem?id=3233 题目大意:给定矩阵A,求A + A^2 + A^3 + … + A^k的结果(两个矩阵相加就是对应位置分别相加).输出的数据mod m.k ...

  2. RedHat Linux文本模式下乱码解决方法

    如果在安装RedHat Linux时选择中文未缺省语言,在文本模式下会出现乱码情况,对于在CLI(command-line interface,命令行界面)方式下调试程序时诸多不便,因为出错信息全是乱 ...

  3. 在windows下MySQL-python的安装

    安装MySQL-python下载文件PyMySQL-0.7.11.tar.gz 解压到任意目录 https://pypi.python.org/pypi/PyMySQL 然后在cmd命令行行下进行安装 ...

  4. devise修改密码

    https://ruby-china.org/topics/1314 password/edit不是给你直接改密码用的 这个是忘记密码后,发送重置密码的邮件到你邮箱,同时生成一个token 然后你点那 ...

  5. VS2010/MFC编程入门之八(对话框:创建对话框类和添加控件变量)

    前两讲中鸡啄米为大家讲解了如何创建对话框资源.创建好对话框资源后要做的就是生成对话框类了.鸡啄米再声明下,生成对话框类主要包括新建对话框类.添加控件变量和控件的消息处理函数等. 因为鸡啄米给大家的例程 ...

  6. .Ignite是什么

    Ignite是什么 Apache Ignite内存数据组织是高性能的.集成化的以及分布式的内存平台,他可以实时地在大数据集中执行事务和计算,和传统的基于磁盘或者闪存的技术相比,性能有数量级的提升.  ...

  7. 前端面试题之 sum(2)(3) (链式调用,toString,柯里化,数组操作)

    写一个函数让下面两个输出结果相同:console.log(sum(2)(3));console.log(sum(2,3)); var sum = (function() { var list = [] ...

  8. Mysql索引结构与索引原理

    Mysql索引主要包括四种,Btree索引.Hash索引.full-text全文索引.R-tree索引,因为作为一名PHP开发者,并不是专业的DBA,在这里只需要了解第一种开发相关的BTree索引. ...

  9. P1941 飞扬的小鸟(背包)

    P1941 飞扬的小鸟 细节题 上升是完全背包 下降是01背包 (数组访问越界本机怎么能过???(大雾)) #include<iostream> #include<cstdio> ...

  10. P4099 [HEOI2013]SAO(树形dp)

    P4099 [HEOI2013]SAO 我们设$f[u][k]$表示以拓扑序编号为$k$的点$u$,以$u$为根的子树中的元素所组成的序列方案数 蓝后我们在找一个以$v$为根的子树. 我们的任务就是在 ...