91³Ô¹ÏÍø

Watch CBS News

Artemis II crew capture new photo of far side of the moon

The crew of NASA's Artemis II mission captured a new photo of the far side of the moon on Saturday, on the fourth day of the astronauts' lunar journey.

NASA released the image on Sunday. In it, the moon is oriented upside down, with its South Pole facing upward and parts of its far side visible, according to the agency's description. The , a massive crater that's hard to see from Earth, is situated along the right edge of the moon in the latest picture, NASA said, adding that the Artemis II voyage marks the first time humans have ever seen the basin in full.

The Orientale basin will be an ongoing subject of study for members of the Orion spacecraft's four-person crew, which includes commander Reid Wiseman, pilot Victor Glover, and mission specialists Christina Koch and Jeremy Hansen.

far-side-of-the-moon.jpg
The Artemis II crew captured a new image of the far side of the moon on Day 4 of their lunar flight. NASA

"The Artemis II crew will continue to observe Orientale from multiple angles as they approach the Moon and throughout the lunar flyby," said NASA. The agency noted how the basin can be "used as a baseline to compare other impact craters on rocky worlds from Mercury to Pluto." 

The Artemis II mission lifted off from Cape Canaveral, Florida, last week, in the first piloted moonshot since the Apollo program more than 50 years ago. It is meant to be a test flight that sets the stage for future missions that return astronauts to the moon.

On "Face the Nation with Margaret 91³Ô¹ÏÍø" Sunday, NASA Administrator Jared Isaacman underscored that collecting data observations and data is the mission's primary goal right now.

"We want to gather as much data as we possibly can for that," he said. "Of course, there's various science experiments, there's lunar observations, but learning as much as we can about Orion is critically important, because Artemis III is a year away."

Artemis II was about 64,000 miles from the Moon on Sunday, according to NASA. A mission status update shared just before 12:30 p.m. ET said the crew had recently woken up for the fifth day of their flight to the song "Working Class Heroes (Work)" by CeeLo Green. A flight controller sitting in mission control "was seen briefly dancing in his chair" to the wakeup call, it said. 

Later on Sunday, Artemis II is due to enter the lunar sphere of influence, which is the point where the pull of the Moon's gravity becomes stronger than the pull of the Earth's. The crew will have a full day to test their spacesuits and conduct other flight tests as they move toward the moon. NASA will host a televised briefing about the mission Sunday evening from the Johnson Space Center.

Early Monday, NASA said Artemis II officially entered the lunar sphere of influence at 12:38 a.m. EDT. The moon, rather than Earth, was the main gravitational force acting on the Orion spacecraft.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });