NASA has confirmed the presence of water on the moon for the first time, in an announcement issued Monday.
NASA Administrator Jim Bridenstein said in a tweet that NASA had confirmed water in the moon’s sunlight, but it was too early to say whether it would be enough to use it as a resource.
The discovery was made by the Stratospheric Observatory for Infrared Astronomy (SOFIA), which identifies as visible water molecules the area of sunlight that is bound to an object called glass.
They have not been disappointed since NASA announced last week that it was planning a major announcement about the “exciting discovery of the moon.”
News: We have confirmed the use of water for the first time in the moonlight O Sophiatellescope. We do not yet know if we can use it as a resource, but it is important for us to study the water on the moon #Artemis Exploration projects. Join Media Telecon at https://t.co/vOGoSHt74cpic.twitter.com/7p2QopMhod
The possibility of large amounts of water being deposited on our lunar satellites creates a lot of potential for NASA, especially in the case of missions to the moon, and can save a lot of money by using the moon’s water storage instead of transporting it to and from Earth.
This confirms what scientists have been theorizing for years. In 2018, ice deposits were discovered on the surface of the Moon’s poles, and it was realized that the South Pole has a particularly large size.
var uspStubFunction = function() {
var arg = arguments;
if (typeof window.__uspapi !== uspStubFunction) {
setTimeout(function() {
if (typeof window.__uspapi !== 'undefined') {
window.__uspapi.apply(window.__uspapi, arg);
}
}, 500);
}
};
var checkIfUspIsReady = function() {
uspTries++;
if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
console.warn('USP is not accessible');
} else {
clearInterval(uspInterval);
}
};
if (typeof window.__uspapi === 'undefined') {
window.__uspapi = uspStubFunction;
var uspInterval = setInterval(checkIfUspIsReady, 6000);
}
// This callback is triggered on each page load
__tcfapi('addEventListener', 0, function(tcData, success) {
if (success && (tcData.eventStatus == 'useractioncomplete' || tcData.eventStatus == 'tcloaded')) {
processCmpData(tcData);
}
});
function processCmpData(tcData) {
// Flag that CMP has been processed.
consentManager.cmpProcessed = true;
// Permutive disabling needed?
if (tcData.purpose.consents[1] && tcData.purpose.consents[3]) {
consentManager.permutive.isAllowed = true;
}
if (consentManager.isAllowed('permutive')) {
window.localStorage.removeItem('permutive-opt-out');
} else {
window.localStorage.setItem('permutive-opt-out', 'true');
}
consentManager.setUserConsent(tcData);
// Consent String is needed as DFP target
consentManager.setConsentString(tcData.tcString);
consentManager.trackPublisherConsentLevel(tcData.publisher.consents);
consentManager.trackVendorConsentLevel(tcData.vendor.consents);
/**
* According to Google policies, if Publisher Purpose 1 is revoked, we should not display ads at all
* Check https://support.google.com/admanager/answer/9805023?hl=en for more information
* Here we update the flag that points if ads should be rederer or not.
*/
consentManager.hideAds(tcData.purpose.consents[1]);
// Posts tagged as sensitive shouldn't be showing any ads. Since we have a way to control ads viewability through
// the consent manager, it's easy to check for the posts tags and flagged if they should shown or not.
// According to Google policies, if Publisher Purpose 1 is revoked, we should not display ads at all
// Check https://support.google.com/admanager/answer/9805023?hl=en for more information
if (consentManager.hasBeenProcessed() && consentManager.displayAds) {
consentManager.renderAds();
}
// If consent was processed once the page was loaded, there are some ads that may not appear. Let's run prebid again.
if (typeof executeParallelAuctionAlongsidePrebid !== 'undefined' && !consentManager.joePrebidProcessed && consentManager.displayAds) {
executeParallelAuctionAlongsidePrebid()
}
// If consent was processed once the page was loaded, there are some ads that may not appear. Let's run prebid again.
if (typeof fetchHeaderBids !== 'undefined' && !consentManager.joeUkPrebidProcessed && consentManager.displayAds) {
fetchHeaderBids(apstagSlots);
}
// Facebook and Twitter are non IAB vendors, so we need to check their consents using a different callback
__tcfapi('getNonIABVendorConsents', 0, function(consent, success) {
if (success && consent.gdprApplies) {
consentManager.setUserNonIabConsent(consent);
}
})
if (!consentManager.sentEventFbPixel && consentManager.isAllowed('facebook')) {
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1021712967898776');
fbq('track', "PageView");
fbq('track', 'ViewContent');
consentManager.sentEventFbPixel = true;
}
}