Fil:Orthomagnetic sheet for bubble memory.png

Page contents not supported in other languages.
Fra Wikipedia, den frie encyklopædi

Orthomagnetic_sheet_for_bubble_memory.png(800 × 600 billedpunkter, filstørrelse: 54 KB, MIME-type: image/png)


Denne fil er fra Wikimedia Commons

Beskrivelse

Beskrivelse This image shows the orthomagnetic "sheet" used in magnetic bubble memory; it has its orthomagnetic axis perpendicular to the square surface. Even without an external field, it tends to form these sharply divided areas, some with north pole up/south pole down, others with the poles the other way around.
Dato
Kilde Self-made, using the Persistence of Vision Raytracer
Forfatter Søren Peo Pedersen
Tilladelse
(Genbrug af denne fil)
GFDL-self

Licensering

Jeg, dette værks ophavsretsindehaver, publicerer hermed værket under den følgende licens:
GNU head Tilladelse er givet til at kopiere, distribuere og/eller ændre dette dokument under betingelserne i GNU Free Documentation License', Version 1.2 eller enhver senere version udgivet af Free Software Foundation; uden et invariant afsnit, ingen forsidetekster, og ingen bagsidetekst. En kopi af licensen er inkluderet i afsnittet GNU Free Documentation License.
w:da:Creative Commons
kreditering deling på samme vilkår
Denne fil er udgivet under Creative Commons Kreditering-Del på samme vilkår 3.0 Ikke-porteret-licensen.
Du må frit:
  • at dele – at kopiere, distribuere og overføre værket
  • at remixe – at tilpasse værket
Under følgende vilkår:
  • kreditering – Du skal give passende kreditering, angive et link til licensen, og oplyse om der er foretaget ændringer. Du må gøre det på enhver fornuftig måde, men ikke på en måde der antyder at licensgiveren godkender dig eller din anvendelse.
  • deling på samme vilkår – Hvis du bearbejder, ændrer eller bygger videre på dette værk, skal du distribuere dine bidrag under den samme eller en kompatibel licens som originalen.
Denne licens blev tilføjet som en del af GFDL-licensopdateringen.

Code

Below is the scene description for the above image, for rendering with the Persistence of Vision Raytracer:

/*
================================================
Orthomagnetic sheet for magnetic bubble memories
------------------------------------------------
Created by Søren Peo Pedersen - see my user page
at http://da.wikipedia.org/wiki/Bruger:Peo
================================================
*/
#declare MagnetFont="arialbd.ttf" // Font for the nomenclature on magnets
#declare NorthLtr="N";  // Letter to indicate north pole
#declare SouthLtr="S";  // Letter to indicate south pole

#declare MagLayerUp=pigment { // Gradient that has
  gradient y                  // white south pole
  color_map {                 // "side" pointing up
    [0.0 color rgb <1,0,0>]   // and red north pole
    [1.0 color rgb <1,1,1>]   // pointing down
    }
  scale .000602
  translate -.000301
  }

#declare MagLayerDn=pigment { // Gradient that has
  gradient y                  // red north pole
  color_map {                 // "side" pointing up
    [0.0 color rgb <1,1,1>]   // and white south
    [1.0 color rgb <1,0,0>]   // pole pointing down
    }
  scale .000602
  translate -.000301
  }

#declare PolLayerUp=pigment { // Like MagLayerUp, but
  object {                    // with "S'es" to indicate
    union {                   // magnetic polarity
      text {ttf MagnetFont,SouthLtr,1,0 scale 1.3 rotate <90,0,0> translate <1,1,0>}
      text {ttf MagnetFont,SouthLtr,1,0 scale 1.3 rotate <90,0,0> translate <1.3,1,-3.1>}
      }
    pigment {MagLayerUp}
    pigment {color rgb <1,0,0>}
    }
  }

#declare PolLayerDn=pigment { // Like MagLayerDn, but
  object {                    // with "N's" to indicate
    union {                   // magnetic polarity
      text {ttf MagnetFont,NorthLtr,1,0 scale 1.3 rotate <90,0,0> translate <-2,1,-1.2>}
      text {ttf MagnetFont,NorthLtr,1,0 scale 1.3 rotate <90,0,0> translate <3,1,-3.7>}
      text {ttf MagnetFont,NorthLtr,1,0 scale 1.3 rotate <90,0,0> translate <2.6,1,-1.2>}
      }
    pigment {MagLayerDn}
    pigment {color rgb <1,1,1>}
    }
  }

box {<-4,-.3,-4>,<4,.3,4>   // The orthomagnetic slab
  pigment {
    bumps           // "Bumps" is the pattern that the
    pigment_map {   // domains' polarities form
      [0.0 PolLayerUp]
      [0.5 PolLayerUp]
      [0.5 PolLayerDn]
      [1.0 PolLayerDn]
      }
    scale <1,1000,1>  // "stretch" so the boundaries look more or
    }                 // less orthogonal with the plate's surface
  finish {ambient .5}
  }

background {color rgb 1}  // White backdrop

camera {              // See the whole scenario
  location <5,6,-7>     // from this point,
  look_at <-.4,-2.1,0>  // looking towards this point.
  angle 60  // "Fine-tune" field-of-view to fit the motif
  }

light_source {    // Illumination
  <-100,150,-120>
  color rgb 1
  }

Captions

Tilføj en kort forklaring på en enkelt linje om hvad filen viser

Elementer som er med i denne fil

afbilder

Filhistorik

Klik på en dato/tid for at se filen som den så ud på det tidspunkt.

Dato/tidMiniaturebilledeDimensionerBrugerKommentar
nuværende13. dec. 2007, 23:59Miniature af versionen fra 13. dec. 2007, 23:59800 × 600 (54 KB)Peo~commonswiki{{Information |Description=This image shows the orthomagnetic "sheet" used in magnetic bubble memory; it has it's orthomagnetic axis perpendicular to the square surface. Even without an external field, it tends to form these sharply divided areas, some wi

Den følgende side bruger denne fil: