Lt304888.ru

Туристические услуги

Файл:Galilean moon Laplace resonance animation.gif

04-07-2023

Galilean_moon_Laplace_resonance_animation.gif(365 × 245 пикселей, размер файла: 351 КБ, MIME-тип: image/gif, закольцованный, 288 фреймов, 5,8 с)
Примечание. По техническим причинам, миниатюры подобных GIF-изображений высокого разрешения не анимируются.

Краткое описание

Описание
English: Animation of the 1:2:4 Laplace resonance between Ganymede, Europa, and Io. The ratio labels in the image are incorrect. They should read: Ganymed 1:4 (one rotation for every four of Io), Europa 1:2, Io 1:1 (another option is Ganymed 1:1, Europa 2:1, Io 4:1).
Warning: do not downsize the image below its original size of 365 × 245 when used in a Wikipedia article, as the animation won't move then (at least not for all users).
Дата 18:10, 16 February 2011 (UTC)
Источник based on earlier version of this file, avail. below
Автор User:Matma Rex
Права
(Повторное использование этого файла)

Public Domain

Другие версии

Лицензирование:

Я, владелец авторских прав на это произведение, передаю его в общественное достояние. Это разрешение действует по всему миру.
В некоторых странах это не может быть возможно юридически, в таком случае:
Я даю право кому угодно использовать данное произведение в любых целях без каких-либо условий, за исключением таких условий, которые требуются по закону.

Generation

This image has been generated by the following Ruby code and optimized in GIMP.

# author: Matma Rex
# code licensed under CC-BY-SA license
 
require 'rubygems'
require 'RMagick'
include Magick
 
 
 
step=5 # degrees by which Io will move in every frame
 
 
# Io, Europa, Ganymede
distances=[46, 72, 112]
speeds=[1, 0.5, 0.25]
shifts=[-90, 90, -90]
 
centerx=122
centery=122
 
 
 
list=ImageList.new
 
base=Image.new 365,245
base.ticks_per_second=1000
base.delay=5*step
 
 
gc=Draw.new
 
# lines
gc.stroke 'lightgrey'
gc.stroke_width 1.5
distances.each{|d| gc.line centerx, centery-d, 360, centery-d}
gc.line centerx, centery, 360, centery
 
# orbits
gc.stroke 'grey'
gc.fill 'none'
gc.stroke_width 2
distances.each{|d| gc.circle centerx, centery, centerx, centery+d}
 
# Jupiter
gc.stroke 'black'
gc.fill 'black'
gc.stroke_width 2
gc.circle  centerx, centery, centerx, centery+9
 
# labels
# gc.stroke_width 0
# gc.gravity EastGravity
# gc.font_family 'arial'
# gc.font_size 18
# gc.font_weight LighterWeight
# gc.text_align RightAlign
# gc.text_undercolor 'white'
 
# gc.text 360, centery-distances[0]+7, '"  Io 1:1"'.upcase
# gc.text 360, centery-distances[1]+7, '"  Europa 2:1"'.upcase
# gc.text 360, centery-distances[2]+7, '"  Ganymede 4:1"'.upcase
 
# gc.font_weight BoldWeight
# gc.text 360, centery+7, '"  Jupiter"'.upcase
 
 
gc.draw base
 
# ImageMagick sucks at text - load a predefined text img instead
base=base.composite Image.read('text.png')[0].transparent('cyan'), 0, 0, OverCompositeOp
 
 
 
(0..(4*360-1)).step(step) do |deg|
  img=base.clone
  gc=Draw.new
 
  0.upto(2) do |i|
    rad=(deg*speeds[i] + shifts[i]) * Math::PI / 180.0
 
    x=distances[i] * -Math.cos(rad)
    y=distances[i] * Math.sin(rad)
 
    gc.circle centerx+x, centery+y,  centerx+x, centery+y+4.5
  end
 
  gc.draw img
 
  list << img
end
 
list.write 'magick.gif'

История файла

Нажмите на дату/время, чтобы посмотреть файл, который был загружен в тот момент.

Дата/времяМиниатюраРазмерыУчастникПримечание
текущий18:08, 16 февраля 2011365 × 245 (351 КБ)Matma Rexa much nicer version, even if somewhat larger
18:33, 23 декабря 2010365 × 245 (21 КБ)BarkChanged direction from clockwise to counter-clockwise to better represent the Jovian system with the view from above the north pole, the typical convention. The previous version accidentally implied retrograde motion in the system, which is not the case.
08:17, 3 ноября 2006365 × 245 (32 КБ)Splarka{{Information |Description=Animation of the 4:2:1 Laplace resonance between Ganymede, Europa, and Io |Source=created for Wikimedia |Date=~~~~~ |Author=User:Splarka |Permission=Public Domain |other_versions=This is the first }}

Глобальное использование файла

Данный файл используется в следующих вики:

  • Использование Galilean moon Laplace resonance animation.gif в af.wikipedia.org
    • Ganymedes (maan)
    • Io (maan)
    • Europa (maan)
  • Использование Galilean moon Laplace resonance animation.gif в ar.wikipedia.org
    • قمر أوروبا
  • Использование Galilean moon Laplace resonance animation.gif в be.wikipedia.org
    • Галілеевы спадарожнікі
  • Использование Galilean moon Laplace resonance animation.gif в cs.wikipedia.org
    • Europa (měsíc)
    • Dráhová rezonance
    • Io (měsíc)
    • Ganymed (měsíc)
  • Использование Galilean moon Laplace resonance animation.gif в da.wikipedia.org
    • Baneresonans
  • Использование Galilean moon Laplace resonance animation.gif в de.wikipedia.org
    • Europa (Mond)
    • Io (Mond)
  • Использование Galilean moon Laplace resonance animation.gif в en.wikipedia.org
    • Galilean moons
    • Orbital resonance
    • Europa (moon)
    • Ganymede (moon)
    • Io (moon)
    • Talk:Gliese 876
    • User:Kamila 064
    • Exploration of Io
  • Использование Galilean moon Laplace resonance animation.gif в eo.wikipedia.org
    • Naturaj satelitoj de Jupitero
  • Использование Galilean moon Laplace resonance animation.gif в es.wikipedia.org
    • Usuario:AdelosRM/Artículos
    • Resonancia de Laplace
  • Использование Galilean moon Laplace resonance animation.gif в fi.wikipedia.org
    • Titiuksen–Boden laki
    • Rataresonanssi
    • Galilein kuut
  • Использование Galilean moon Laplace resonance animation.gif в flaggedrevs.labs.wikimedia.org
    • Ganymede (moon)
    • Io (moon)
  • Использование Galilean moon Laplace resonance animation.gif в fr.wikipedia.org
    • Io (lune)
    • Ganymède (lune)
    • Europe (lune)
    • Lune galiléenne
    • HR 8799
  • Использование Galilean moon Laplace resonance animation.gif в gl.wikipedia.org
    • Resonancia orbital
  • Использование Galilean moon Laplace resonance animation.gif в he.wikipedia.org
    • תהודה מסלולית
    • פורטל:מדעי החלל/הידעת?/קטעי הידעת?
    • תבנית:הידעת? 14 במרץ - סדרה 1
    • ויקיפדיה:הידעת?/החלפת קטעי "הידעת?"/ארכיון דיונים שהסתיימו - ההצעה התקבלה/6
    • שיחת תבנית:הידעת? 14 במרץ - סדרה 1
    • פורטל:מדעי החלל/הידעת?/23
    • תבנית:הידעת? 14 במרץ 2013
    • ויקיפדיה:הידעת?/2013/מרץ
  • Использование Galilean moon Laplace resonance animation.gif в hu.wikipedia.org
    • Ió (hold)
  • Использование Galilean moon Laplace resonance animation.gif в hy.wikipedia.org
    • Ուղեծրային ռեզոնանս
  • Использование Galilean moon Laplace resonance animation.gif в id.wikipedia.org
    • Ganymede
  • Использование Galilean moon Laplace resonance animation.gif в it.wikipedia.org
    • Io (astronomia)
    • Progetto:Laboratorio grafico/Immagini da migliorare/Archivio/17
  • Использование Galilean moon Laplace resonance animation.gif в ja.wikipedia.org
    • 軌道共鳴
  • Использование Galilean moon Laplace resonance animation.gif в ko.wikipedia.org
    • 궤도 공명
  • Использование Galilean moon Laplace resonance animation.gif в lb.wikipedia.org
    • Io (Mound)

Просмотреть глобальное использование этого файла.

Файл:Galilean moon Laplace resonance animation.gif.

© 2020–2023 lt304888.ru, Россия, Волжский, ул. Больничная 49, +7 (8443) 85-29-01