Face image on Mars spotted by NASA
The most distinguishable part of a body is the face of a person and usually it is the face of another person that makes us curious. Hence, perhaps we will automatically take notice when a 'face' popped up while surveying another planet surface.
The face
image shown below was spotted by NASA's Mars Odyssey probe back in 2001. The person that spotted this 'face' left these curious questions:
"Do you see what I see? Is that a face staring out at me?"
The thermal imaging camera on board captured this photo:
So far, NASA did not explain what caused the 'face' formation or any features of the planet’s surface managed to form the ‘face’. Only clue we have is the location on the red planet.
Orbit Number: 65345 Latitude: 34.4675 Longitude: 105.179
Reference:
See also : Google Maps alternatives
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+11.4k Golang : Intercept and process UNIX signals example
+11.9k Golang : convert(cast) float to string
+25.5k Golang : Convert long hexadecimal with strconv.ParseUint example
+5.8k Golang : Struct field tags and what is their purpose?
+12.8k Golang : Send data to /dev/null a.k.a blackhole with ioutil.Discard
+19.2k Mac OSX : Homebrew and Golang
+10.7k Golang : Flip coin example
+6k Golang : Use NLP to get sentences for each paragraph example
+20.9k Golang : Convert date string to variants of time.Time type examples
+9.2k Golang : Serving HTTP and Websocket from different ports in a program example
+7.9k Golang : Getting Echo framework StartAutoTLS to work
+9.1k Golang : automatically figure out array length(size) with three dots