Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ROCKET LAB SUCCESSFULLY MAKES IT TO ORBIT!

PAYLOAD DEPLOYMENT SUCCESSFUL

Watch the highlights:

HTML
<div class='embed-container'>
	<div id="playerContainer1"></div>
</div>



HTML
<a class="twitter-timeline" data-tweet-limit="3" data-chrome="noheader nofooter" href="https://twitter.com/kiwispace">Tweets by KiwiSpace</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>


Previous Launch Attempts

Rocket Lab had originally hoped to launch mid-Dec 2017, but due to weather conditions, and a minor issue, were unable to. They are retrying in early 2018.

20 Jan 2018 (Saturday)

A launch attempt was manually scrubbed at T-2 minutes, due to two rogue ships in launch area. They reset, but due to other space traffic (e.g. ISS), a minor avionics issue, and then deteriorating weather - were unable to resume countdown.

12 Dec 2017

The flight computer aborted during the ignition process, at T-2 seconds prior to planned lift-off. The vehicle appeared safe, but insufficient time remained in the launch window, to reset and try again.



HTML
<div class='embed-container'>
	<div id="playerContainer2"></div>
</div>

The full-length, untrimmed webcast can be found here.


HTML
<div class='embed-container'>
	<div id="playerContainer3"></div>
</div>





HTML
<style>
	.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</style>


<script async src="https://www.youtube.com/iframe_api"></script>
<script>
  // Callback is executed by YouTube iFrame API once ready to play
  function onYouTubeIframeAPIReady() {
	// FUNCTION SPEC: onYouTubeIframeAPIReady_V2(theVideoId, elementName, shouldAutoplay, shouldMute);

    onYouTubeIframeAPIReady_V2('mOynBVIDUNo', 'playerContainer1', 1, 0);  // MAIN WINDOW

	onYouTubeIframeAPIReady_V2('3mh8ZplzEqk', 'playerContainer2', 0, 1);  // Jan 20 Launch attempt
	onYouTubeIframeAPIReady_V2('z3Yp1HQicpo', 'playerContainer3', 0, 1);  // Dec 12 Launch attempt
 }
</script>


<script>
	function onYouTubeIframeAPIReady_V2(theVideoId, elementName, shouldAutoplay, shouldMute) {
		var player;
		player = new YT.Player(elementName, {
			videoId: theVideoId, 				// YouTube Video ID
			playerVars: {
				autoplay: shouldAutoplay,       // Auto-play the video on load
				controls: 1,        			// Show pause/play buttons in player
				showinfo: 1,        			// Hide the video title
				modestbranding: 1,				// Hide the Youtube Logo
				loop: 0,            			// Run the video in a loop
				//fs: 0,              			// Hide the full screen button
				cc_load_policy: 0, 				// Hide closed captions
				iv_load_policy: 3,  			// Hide the Video Annotations
				autohide: 0,         			// Hide video controls when playing
				rel: 0							// Hide related videos
			},
			events: {
				onReady: function(e) {
					if (shouldMute)
						e.target.mute();
				}
			}
		});
	}
	// Function originally written by @labnol 
</script>