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

Compare with Current View Page History

« Previous Version 5 Next »

Unknown macro: {html}

<div id="kmnav2">

EVA Airlock

Airlock Procedure

Every crew exiting the Hab for an Extra Vehicular Activity (EVA) must spend time to simulate decompression in the airlock. This is because the average pressure on Mars equals that we can find at 35 km above Earth: 0,6 % from the pressure we know here on Earth. The effects of low pressure on the human body are starting only now to be studied and understood. http://en.wikipedia.org/wiki/Human_adaptation_to_spaceflight

Procedures to follow...

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