Language Selection

Get healthy now with MedBeds!
Click here to book your session

Protect your whole family with Orgo-Life® Quantum MedBed Energy Technology® devices.

Advertising by Adpathway

         

 Advertising by Adpathway

Solar Eclipses in Sitrec

5 months ago 75

PROTECT YOUR DNA WITH QUANTUM TECHNOLOGY

Orgo-Life the new way to the future

  Advertising by Adpathway

// get a vector in ESU coordinates to a celestial body from a EUS position (like a camera or object) // - body = (e.g "Sun", "Venus", "Moon", etc) // - date = date of observation (Date object) export function getCelestialDirection(body, date, pos) { let LLA; // if a position is provided, use that to calculate the LLA of the observer // realistically this won't make any significant difference for the Sun, // the biggest difference will be for the Moon, then nearby planets if (pos !== undefined) { LLA = EUSToLLA(pos); } else { // default to the local origin, should be fine for the sun. LLA = V3(Sit.lat, Sit.lon, 0) } let observer = new Astronomy.Observer(LLA.x, LLA.y, LLA.z); const celestialInfo = Astronomy.Equator(body, date, observer, false, true); const ra = (celestialInfo.ra) / 24 * 2 * Math.PI; // Right Ascension NOTE, in hours, so 0..24 -> 0..2π const dec = radians(celestialInfo.dec); // Declination return getCelestialDirectionFromRaDec(ra, dec, date); }
Read Entire Article

         

        

Start the new Vibrations with a Medbed Franchise today!  

Protect your whole family with Quantum Orgo-Life® devices

  Advertising by Adpathway