Mystery Rock 'Appears' in Front of Mars Rover
11–20 of 93 posts
Re: Mystery Rock 'Appears' in Front of Mars Rover
#12I'm probably crazy, but I've been staring at the two images for five minutes and can't see anything in one that isn't in the other, unless it is obscured by the annoying "view related gallery"button. EDIT: Ok, half the time I load the page, the page works and I see the rock, but the other half of the time, the image is shifted down, the top half of the display box is black, and the "rock" is off screen...
Re: Mystery Rock 'Appears' in Front of Mars Rover
#13How big a deal is it, scientifically speaking, that the rover has access to the freshly-exposed underside of the rock?
It has the potential to be huge. You never know what's just under the surface until you look. The NatGeo special, "Ten Years On Mars"[1] made a point to include how when a bad tire on Spirit dug a trench in the soft crust, an unexpected surprise revealed itself. http://channel.nationalgeographic.com/channel/episodes/ten-y... Edit: Add pertinent link: http://www.sciencebuzz.org/blog/accidental_tourist_bad_wheel...
Re: Mystery Rock 'Appears' in Front of Mars Rover
#14Aliens?
Re: Mystery Rock 'Appears' in Front of Mars Rover
#15I'm probably crazy, but I've been staring at the two images for five minutes and can't see anything in one that isn't in the other, unless it is obscured by the annoying "view related gallery"button. EDIT: Ok, half the time I load the page, the page works and I see the rock, but the other half of the time, the image is shifted down, the top half of the display box is black, and the "rock" is off screen...
Re: Mystery Rock 'Appears' in Front of Mars Rover
#16Re: Mystery Rock 'Appears' in Front of Mars Rover
#17(Note: I know this isn't at all likely or even possible and just think it's an interesting trick of the eye)
Re: Mystery Rock 'Appears' in Front of Mars Rover
#18How big a deal is it, scientifically speaking, that the rover has access to the freshly-exposed underside of the rock?
Re: Mystery Rock 'Appears' in Front of Mars Rover
#19How big a deal is it, scientifically speaking, that the rover has access to the freshly-exposed underside of the rock?
I've often wondered why they don't send a dragline digger to Mars, so they can dig a decent trench. When Spirit's wheel broke and they started dragging it along, digging a little trench, they made a nice discovery and that was with something not designed to dig at all.
If they could get a few feet down, who knows what they could find?!
Re: Mystery Rock 'Appears' in Front of Mars Rover
#20I'm probably crazy, but I've been staring at the two images for five minutes and can't see anything in one that isn't in the other, unless it is obscured by the annoying "view related gallery"button. EDIT: Ok, half the time I load the page, the page works and I see the rock, but the other half of the time, the image is shifted down, the top half of the display box is black, and the "rock" is off screen...
Psst. Discovery folks. You've got yourself a race condition. You're calculating a `margin-top` to center an image vertically irrespective of whether that image has loaded. You either need to explicitly set the width and height as attributes on the image (good for preventing reflow anyway) or hold off on calculating your dimensions until after the image has loaded. You could even just wait for window load (instead of DOMContentLoaded).
EDIT: Here's an untested, hacky fix. Not an ideal solution but concise and without having to change anything. https://gist.github.com/anonymous/c40e8baf679aad65cb2c