پەڕگە:Galilean moon Laplace resonance animation.gif

Galilean_moon_Laplace_resonance_animation.gif(٣٦٥ × ٢٤٥ پیکسڵ، قەبارەی پەڕگە: ٣٥١ کیلۆبایت، جۆری ئێم ئای ئێم ئی: image/gif، looped، ٢٨٨ frames، ٥٫٨چ)

ئەم پەڕگە لە Wikimedia Commonsەوەیە و لەوانەیە لە پڕۆژەکانی دیکەش بەکار ھاتبێت. پێناسەکەی لەسەر پەڕەی وەسفی پەڕگەکە لە خوارەوە نیشان دراوە.

کورتە

وەسف
English: Animation of the 1:2:4 Laplace resonance between Io, Europa, and Ganymede. The labels indicate the ratios of orbital periods: Europa's is twice Io's, and Ganymede's is four times Io's.
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).
ڕێکەوت (UTC)
سەرچاوە based on earlier version of this file, avail. below
بەرھەمھێنەر User:Matma Rex
ڕێپێدان
(بەکارھێنانەوەی ئەم پەڕگەیە)
Public Domain
وەشانەکانی تر

مۆڵەتنامە

Public domain ‫من، هەڵگری مافی لەبەرگرتنەوەی ئەم بەرھەمە، ئەم بەرھەمە بڵاودەکەمەوە بۆ پاوانی گشتی (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'

لێدوانەکان

Add a one-line explanation of what this file represents

بەندەکانی لەم پەڕگەیەدا دەردەکەون

depicts ئینگلیزی

١٦ شوباتی 2011

مێژووی پەڕگە

کرتە بکە لەسەر یەکێک لە ڕێکەوت/کاتەکان بۆ بینینی پەڕگەکە بەو شێوەی لەو کاتەدا بووە.

ڕێکەوت/کاتھێمائەندازەبەکارھێنەرتێبینی
هەنووکە‏١٨:٠٨، ١٦ی شوباتی ٢٠١١ھێما بۆ وەشانی  ‏١٨:٠٨، ١٦ی شوباتی ٢٠١١٣٦٥ لە ٢٤٥ (٣٥١ کیلۆبایت)Matma Rexa much nicer version, even if somewhat larger
‏١٨:٣٣، ٢٣ی کانوونی یەکەمی ٢٠١٠ھێما بۆ وەشانی  ‏١٨:٣٣، ٢٣ی کانوونی یەکەمی ٢٠١٠٣٦٥ لە ٢٤٥ (٢١ کیلۆبایت)Bark~commonswikiChanged 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.
‏٠٨:١٧، ٣ی تشرینی دووەمی ٢٠٠٦ھێما بۆ وەشانی  ‏٠٨:١٧، ٣ی تشرینی دووەمی ٢٠٠٦٣٦٥ لە ٢٤٥ (٣٢ کیلۆبایت)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 }}

ئەم پەڕەی 3ە ئەم پەڕگەیە بەکار دەھێنێت:

بەکارھێنانی سەرانسەریی پەڕگە

ئەم ویکیانەی دیکەی خوارەوەش ئەم پەڕگە بەکاردێنن:

بینینی بەکارھێنانی گشتی زیاتری ئەم پەڕگەیە.