File:Abaque wulff.png

Abaque_wulff.png(610 × 461 pixels, file size: 8 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Wulff net (step of 10°) used to read pole figures. Made with : Scilab.
Français : Abaque de Wulff (pas de 10°) pour la lecture de figure de pôles. Réalisé avec : Scilab.
Date
Source Own work
Author Christophe Dang Ngoc Chan (cdang)
Other versions
File:Abaque wulff.svg is a vector version of this file. It should be used in place of this PNG file when not inferior.

File:Abaque wulff.png → File:Abaque wulff.svg

For more information, see Help:SVG.

In other languages
Alemannisch  Bahasa Indonesia  Bahasa Melayu  British English  català  čeština  dansk  Deutsch  eesti  English  español  Esperanto  euskara  français  Frysk  galego  hrvatski  Ido  italiano  lietuvių  magyar  Nederlands  norsk bokmål  norsk nynorsk  occitan  Plattdüütsch  polski  português  português do Brasil  română  Scots  sicilianu  slovenčina  slovenščina  suomi  svenska  Tiếng Việt  Türkçe  vèneto  Ελληνικά  беларуская (тарашкевіца)  български  македонски  нохчийн  русский  српски / srpski  татарча/tatarça  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
New SVG image

Scilab source

clear;clf;
pas=0.01;

// Cercle de base

y=[0:pas:1]';
NY=size(y); ny=NY(1,1);

for i=1:ny
   x(i)=sqrt(1-y(i)^2);
end

// Cercles méridiens

for j=1:8
   r1=cos(j*%pi/18); // décalage de 10°
   r2=sin(j*%pi/18);
   for i=1:ny
      Xm(i,j)=x(i)*r1; // coordonnées des points du cercle incliné
      Ym(i,j)=y(i);
      Zm(i,j)=x(i)*r2;
   end
end

// Cercles parallèles

for j=1:8
   r1=cos(j*%pi/18); // décalage de 10°
   r2=sin(j*%pi/18);
   for i=1:ny
      Xp(i,j)=y(i)*r2; // coordonnées des points du cercle parallèle
      Yp(i,j)=r1;
      Zp(i,j)=x(i)*r2;
   end
end

// Projection stéréographique

// Pôle Sud S(0,0,-1), pôle P(X1,Y,Z)
// Droite : S + m*SP = (m*X1)i + (m*Y)j + (-1+m*(Z+1))k

for j=1:8
   for i=1:ny
      m = 1/(1+Zm(i,j)); // z=0
      Xm1(i,j)=m*Xm(i,j);
      Ym1(i,j)=m*Ym(i,j);
   end
end

for j=1:8
   for i=1:ny
      m = 1/(1+Zp(i,j)); // z=0
      Xp1(i,j)=m*Xp(i,j);
      Yp1(i,j)=m*Yp(i,j);
   end
end

// Tracé

angle=['10','20','30','40','50','60','70','80'];

for j=1:8
   plot2d(Xm1(:,j),Ym1(:,j),style=2)
   plot2d(-Xm1(:,j),Ym1(:,j),style=2)
   plot2d(Xm1(:,j),-Ym1(:,j),style=2)
   plot2d(-Xm1(:,j),-Ym1(:,j),style=2)
  
   plot2d(Xp1(:,j),Yp1(:,j),style=2)
   plot2d(-Xp1(:,j),Yp1(:,j),style=2)
   plot2d(Xp1(:,j),-Yp1(:,j),style=2)
   plot2d(-Xp1(:,j),-Yp1(:,j),style=2)
end

plot2d(x,y)
plot2d(-x,y)
plot2d(x,-y)
plot2d(-x,-y)

xpoly([0,0],[-1,1])
xpoly([-1,1],[0,0])

axe=get('current_axes');
axe.axes_visible=['off','off'];
axe.isoview='on';
axe.box='off';

Licensing edit

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:23, 14 December 2005Thumbnail for version as of 08:23, 14 December 2005610 × 461 (8 KB)Cdang (talk | contribs)meridian and parallels
14:22, 13 December 2005Thumbnail for version as of 14:22, 13 December 2005610 × 461 (5 KB)Cdang (talk | contribs)X axis
14:19, 13 December 2005Thumbnail for version as of 14:19, 13 December 2005610 × 461 (5 KB)Cdang (talk | contribs)Abaque de Wulff (pas de 10°) pour la lecture de figure de pôles ---- Wulff net (step of 10°) used to read pole figures Auteur/author : Christophe Dang Ngoc Chan (user:cdang) Réalisé avec/made with : [http://www.scilab.org/ Scilab] [[category

The following page uses this file:

Metadata