Los observadores del cielo tendrán la oportunidad de contemplar la luna llena de febrero, conocida como la “luna de nieve”, iluminando el cielo vespertino este fin de semana, según informa EarthSky.
La luna llena alcanzará su punto máximo el domingo a las 17:09 hora del este (ET), apareciendo cerca del atardecer y luciendo más brillante cuando esté baja en el horizonte.
EarthSky señala que la luna también aparecerá llena el sábado y el lunes, brindando a los observadores múltiples oportunidades para disfrutar de este espectáculo lunar.
Noah Petro, jefe del Laboratorio de Geología, Geofísica y Geoquímica Planetaria de la NASA en el Centro de Vuelo Espacial Goddard en Maryland, explicó que la luna seguirá viéndose llena incluso fuera de su momento máximo.
La luna llena de febrero es conocida como la “luna de nieve”, un nombre asociado a las fuertes nevadas invernales en América del Norte, de acuerdo con el Almanaque del Agricultor.
Con la misión Artemis II de la NASA programada para lanzarse a principios de febrero, Petro animó a la gente a dedicar tiempo a observar la luna.
“Salgan y mírenla cuando esté llena, cuando esté parcialmente llena, y aprendan sobre su geografía”, declaró Petro a CNN.
“Comiencen a aprender dónde están las características de la superficie y cómo se ve la luna a medida que atraviesa sus fases, para celebrar el hecho de que estamos en esta era de Artemis y regresando a la luna.”
Petro añadió que las áreas claras y oscuras de la luna son visibles a simple vista, aunque un telescopio puede ayudar a revelar cráteres y detalles de la superficie.
“Es una excelente manera de absorber toda la riqueza que la luna tiene para ofrecer al observador ocasional”, concluyó Petro.
</div><script type="text/javascript">
/*var images = document.getElementsByTagName('img');
for(var i = 0; i < images.length; i++) {
images[i].title = images[i].alt;
}*/
var loadDeferredJS = function() {
var lazyloadjs = ['https://www.thenews.com.pk/assets/front/html_assets/js/lazysizes.min.js','https://www.thenews.com.pk/assets/front/html_assets/js/jquery.min.js'];
var firebaseappjs = ['https://www.gstatic.com/firebasejs/7.1.0/firebase-app.js'];
var firebasejs = ['https://www.gstatic.com/firebasejs/7.1.0/firebase-analytics.js','https://www.gstatic.com/firebasejs/7.1.0/firebase-messaging.js'];
var firebasejs_tokenjs = ['https://www.thenews.com.pk/assets/front/html_assets/js/push_notification.js?v=112'];
var sliderjs = ['https://www.thenews.com.pk/assets/front/html_assets/js/swiper-bundle.min.js'];
var alljscustom = ['https://www.thenews.com.pk/assets/front/html_assets/js/tn.js?t=7422','https://www.thenews.com.pk/assets/front/html_assets/js/mycustom.js?t=142','https://www.thenews.com.pk/assets/front/html_assets/gbnews/js/custom.js'];
setTimeout(function(){
lazyloadjs.forEach(function (item,index) {
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.body.appendChild(scriptElement);
});
}, 1000);
setTimeout(function(){
firebaseappjs.forEach(function (item,index) {
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.body.appendChild(scriptElement);
});
}, 3500);
setTimeout(function(){
firebasejs.forEach(function (item,index) {
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.body.appendChild(scriptElement);
});
}, 4000);
setTimeout(function(){
firebasejs_tokenjs.forEach(function (item,index) {
navigator.serviceWorker.getRegistrations().then(function(registrations) {
for(let registration of registrations) {
if(registration.scope != 'https://www.thenews.com.pk/firebase-cloud-messaging-push-scope'){
registration.unregister()
}
else{
registration.update()
}
}
});
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.body.appendChild(scriptElement);
});
}, 6000);
/*var screenWidth = screen.width;
var ads_timeduration = 2800;
if(screenWidth < 800){
ads_timeduration = 3000;
}
setTimeout(function(){
addjs.forEach(function (item,index) {
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.head.appendChild(scriptElement);
});
}, ads_timeduration);*/
//const jqueryIntervalcheck = setInterval(function () {
// if(typeof jQuery !== "undefined"){
// clearInterval(jqueryIntervalcheck);
setTimeout(function(){
sliderjs.forEach(function (item,index) {
if(item == 'https://www.thenews.com.pk/assets/front/html_assets/js/swiper-bundle.min.js'){
var story_embed_gallery = $('.story-detail').find('.embedgallery').length;
//var story_embed_gallery = 0;
if(parseInt(story_embed_gallery) > 0){
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.body.appendChild(scriptElement);
var styleElement=document.createElement('link');
styleElement.type="text/css";
styleElement.rel="stylesheet";
styleElement.href="https://www.thenews.com.pk/assets/front/html_assets/css/swiper-bundle.min.css";
document.head.appendChild(styleElement);
}
}
});
}, 2000);
setTimeout(function(){
alljscustom.forEach(function (item,index) {
if(item == 'https://www.thenews.com.pk/assets/front/html_assets/js/push_notification.js?v=112'){
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.body.appendChild(scriptElement);
}
else if(item == 'https://www.thenews.com.pk/assets/front/html_assets/js/swiper-bundle.min.js'){
var story_embed_gallery = $('.story-detail').find('.embedgallery').length;
//var story_embed_gallery = 0;
if(parseInt(story_embed_gallery) > 0){
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.body.appendChild(scriptElement);
var styleElement=document.createElement('link');
styleElement.type="text/css";
styleElement.rel="stylesheet";
styleElement.href="https://www.thenews.com.pk/assets/front/html_assets/css/swiper-bundle.min.css";
document.head.appendChild(styleElement);
}
}
else{
var scriptElement=document.createElement('script');
scriptElement.type="text/javascript";
scriptElement.src = item;
document.body.appendChild(scriptElement);
}
});
}, 3000);
// }
// },100);
};
var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame ||
window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
/*var loadDeferredJSCaptcha = function() {
var addJSNode = document.getElementById("captchejs");
var replacement = document.createElement("div");
replacement.innerHTML = addJSNode.textContent;
document.body.appendChild(replacement);
addJSNode.parentElement.removeChild(addJSNode);
};*/
if (raf) raf(function() {
window.setTimeout(loadDeferredJS, 300);
//window.setTimeout(loadDeferredJSCaptcha, 300);
});
else {
window.addEventListener('load', loadDeferredJS);
//window.addEventListener('load', loadDeferredJSCaptcha);
}
setTimeout(function(){
if($('.infogram-embed').length > 0 || $('embedinfogram').length > 0)
{
!function (e, t, n, s) {
var i = «InfogramEmbeds», o = e.getElementsByTagName(t)[0], d = /^http:/.test(e.location) ? «http:» : «https:»;
if (/^/{2}/.test(s) && (s = d + s), window[i] && window[i].initialized)window[i].process && window[i].process(); else if (!e.getElementById(n)) {
var a = e.createElement(t);
a.async = 1, a.id = n, a.src = s, o.parentNode.insertBefore(a, o)
}
}(document, «script», «infogram-async», «https://e.infogram.com/js/dist/embed-loader-min.js«);
}
if($(‘.apester-media’).length > 0)
{
var scriptElement=document.createElement(‘script’);
scriptElement.type=»text/javascript»;
scriptElement.setAttribute=»async»;
scriptElement.src=»https://static.apester.com/js/sdk/latest/apester-sdk.js«;
document.body.appendChild(scriptElement);
}
if($(‘.twitter-tweet’).length > 0)
{
var tweetObj = document.getElementsByClassName(‘tweetPost’);
var counter_tweet = 0;
if (tweetObj.length == 0) {
tweetObj = document.getElementsByClassName(‘twitter-tweet’);
$.each(tweetObj, function (i, v) {
$(this).attr(‘id’, ‘twitter-post-widget-‘ + i);
});
} else {
$.each(tweetObj, function (i, v) {
if($(this).find('.twitter-tweet').length > 0){
$(this).find('.twitter-tweet').attr('id', 'twitter-post-widget-' + counter_tweet);
counter_tweet++;
}
});
}
$.getScript('https://platform.twitter.com/widgets.js', function () {
var k = 0;
var tweet = document.getElementById('twitter-post-widget-' + k);
var tweetParent, tweetID;
while (tweet) {
tweetParent = tweet.parentNode;
//tweetID = tweet.dataset.tweetId;
tweetID = tweetParent.getAttribute("id");
if(tweetID === null){
tweetID = tweet.dataset.tweetId;
}
//var tweetVideoClass = tweet.getAttribute('class').split(' ')[0];
$(tweet).remove();
twttr.widgets.createTweet(
tweetID,
tweetParent
);
k++;
tweet = document.getElementById('twitter-post-widget-' + k);
}
});
/*==============*/
var tweetObjVid = document.getElementsByClassName('tweetVideo');
var counter_tweet = 0;
if (tweetObjVid.length == 0) {
tweetObjVid = document.getElementsByClassName('twitter-video');
$.each(tweetObjVid, function (i, v) {
$(this).attr('id', 'twitter-vid-widget-' + i);
});
} else {
$.each(tweetObjVid, function (i, v) {
if($(this).find('.twitter-video').length > 0){
$(this).find('.twitter-tweet').attr('id', 'twitter-vid-widget-' + counter_tweet);
counter_tweet++;
}
});
}
$.getScript('//platform.twitter.com/widgets.js', function () {
var v = 0;
var tweetVid = document.getElementById('twitter-vid-widget-' + v);
var tweetParentVid, tweetIDVid;
while (tweetVid) {
tweetParentVid = tweetVid.parentNode;
//tweetIDVid = tweetVid.dataset.tweetId;
tweetIDVid = tweetParentVid.getAttribute("id");
if(tweetIDVid === null){
tweetIDVid = tweet.dataset.tweetId;
}
$(tweetVid).remove();
twttr.widgets.createVideo(
tweetIDVid,
tweetParentVid
);
v++;
tweetVid = document.getElementById('twitter-vid-widget-' + v);
}
});
}
if($(‘.instagram-media’).length > 0){
var scriptElement=document.createElement(‘script’);
scriptElement.type=»text/javascript»;
scriptElement.setAttribute=»async»;
scriptElement.src=»https://platform.instagram.com/en_US/embeds.js«;
document.body.appendChild(scriptElement);
}
if($(‘.tiktok-embed’).length > 0){
var scriptElement=document.createElement(‘script’);
scriptElement.type=»text/javascript»;
scriptElement.setAttribute=»async»;
scriptElement.src=»https://www.tiktok.com/embed.js«;
document.body.appendChild(scriptElement);
}
if($(‘.redditPost’).length > 0){
var scriptElement = document.createElement(‘script’);
scriptElement.type=»text/javascript»;
scriptElement.src = «https://embed.redditmedia.com/widgets/platform.js«;
scriptElement.async = true;
scriptElement.charset = «UTF-8»;
document.body.appendChild(scriptElement);
}
if($(‘.fb-video’).length > 0 || $(‘.fb-post’).length > 0){
var container_width = $(window).width();
if(container_width < 500){
if($(‘.fb-video’).length > 0){
let embed_url = $(‘.fb-video’).attr(‘data-href’);
let htmla=»<div style=»float:none;» class=»fb_embed_section fb-video» data-href=»»+embed_url+'» data-width=»380″ data-show-text=»false»>
‘;
$(‘.fb-video’).parent(‘.embed_external_url’).html(htmla);
}
else{
let embed_url = $(‘.fb-post’).attr(‘data-href’);
let htmla=»<div style=»float:none;» class=»fb_embed_section fb-post» data-href=»»+embed_url+'» data-width=»380″ data-show-text=»false»>
