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. mysql 数据操作 单表查询 where约束 is null in

    需求找出年龄是 81 或者 73 或者 28 mysql ; +----+-----------+--------+-----+------------+-----------+----------- ...

  2. springboot中的常用注解

    springboot中的常用注解个人觉得springboor中常用的注解主要可以分为三种:放入容器型注解.从容器中取出型注解和功能型注解.其中的放入容器型和从容器中取出型就是我们平时所说的控制反转和依 ...

  3. HDU1695:GCD(容斥原理+欧拉函数+质因数分解)好题

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1695 题目解析: Given 5 integers: a, b, c, d, k, you're to ...

  4. 查T结果与Z结果的P值[转载]

    T检验P值表格来自:https://blog.csdn.net/m0_37777649/article/details/74937242 Z检验表格来自:https://wenku.baidu.com ...

  5. VS2010/MFC编程入门之前言

    鸡啄米的C++编程入门系列给大家讲了C++的编程入门知识,大家对C++语言在语法和设计思想上应该有了一定的了解了.但是教程中讲的例子只是一个个简单的例程,并没有可视化窗口.鸡啄米在这套VS2010/M ...

  6. web前端基础补充

    1  布局和事件 布局效果如下(标题和内容都居中,两边留空白) 布局代码如下 <!DOCTYPE html> <html lang="en"> <he ...

  7. superset可视化不同算法的点击率

    1. 首先我们通过superset的SQL Editor来编辑语句,语句没有写完整 2. 得到的结果为: 3. 然后点击Visualize,如图所示: 4. 因为要在图中显示不同算法的点击率,需要把d ...

  8. Linux /python --- zipinfo命令

    Linux zipinfo命令用于列出压缩文件信息. 执行zipinfo指令可得知zip压缩文件的详细信息. zipinfo [-12hlmMstTvz][压缩文件][文件...][-x <范本 ...

  9. linux下 ip指令

    目录 Network ip command Command :ip 简介 内容 Network ip command Command :ip 简介 ip 是個指令喔!並不是那個 TCP/IP 的 IP ...

  10. Vim提示E325(锁机制)

    背景 用vim命令处理一些超大文件时,有时会遇到卡死现象,不得不强制退出.但是,再次用vim命令访问这个文件时,会出现“E325:ATTENTION”提示.如果不做处理,以后每次都会出现. 分析 经过 ...