You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

EVA Airlock

Airlock Procedure

... what you have to do

Panorama

Unknown macro: {html}

<script src="http://occipital.com/360/embed.js?pano=bJaLnW&width=640&height=480"></script>

Example only – obviously needs to be taken once there...

Engineering Airlock

Used for access to areas that don't require a space-suit – e.g. the Greenhouse and Observatory (which for the purposes of simulation, are accessed via pretend 'pressurised tunnels'); or for 'outside of simulation' activities – e.g. checking the generator, etc.

Live Webcam

Unknown macro: {html}

<img style="border: 1px solid;" id="webcam" src="http://www.freemars.org/mdrscam/outside/observatory_inside_cam.jpg" name="webcam" width="320" height="240"/><br/>
Image refreshes in <b id="countDownText">0</b> seconds.<br/>

Unknown macro: {html}

<script type="text/javascript">
<!--
var countDownInterval=180;
var countDownSecondsIncrement=1;
var countDownTime=countDownInterval;

function reloadImg(object) {
uniq = new Date();
uniq = "?"+uniq.getTime();
newImage = object.src;
index = newImage.indexOf("?", 0);
if (index > 0)

Unknown macro: { newImage = newImage.substr(0, index); }

object.src = newImage+uniq;
}
function countDown() {
countDownTime=countDownTime-countDownSecondsIncrement;
if (countDownTime < 0)

Unknown macro: { countDownTime=countDownInterval; reloadImg(document.all.webcam); }

document.all.countDownText.innerText = countDownTime;
setTimeout("countDown()", countDownSecondsIncrement * 1000);
}
document.all.countDownText.innerText = countDownTime; // Set initial time
setTimeout("countDown()", countDownSecondsIncrement * 1000);
// -->
</script>

  • No labels