파일:Nearby Stars (14ly Radius).svg

문서 내용이 다른 언어로는 지원되지 않습니다.
위키백과, 우리 모두의 백과사전.

원본 파일(SVG 파일, 실제 크기 600 × 600 픽셀, 파일 크기: 92 KB)

설명
English: A spatial representation of every star within 14 light-years of Sol. There are 32 known stars in this region, including Sol. The stars are coloured according to the spectral type, which may not reflect the actual colour. Please see this Wikipedia article for the listing of stars. If a star is double or triple the stars are shown stacked vertically: the actual position is the star closest to the centre plane. The stars on this map may not all be visible to the naked eye, as many are dwarf stars. Some of this information may be preliminary and not entirely accurate as a result. The coordinate system is right ascension and declination. Hours of RA are marked, as well as distance in multiples of 5 light-years.
날짜
출처 self-made, Mathematica, Inkscape.
See also: http://www.daviddarling.info/encyclopedia/S/starsnearest.html
저자 Inductiveload
저작권
(이 파일을 인용하기)
Public domain 나는 이 작품의 저작권자로서, 이 작품을 퍼블릭 도메인으로 모두에게 공개합니다. 이 공개 선언은 전 세계적으로 유효합니다.
만약 저작권의 포기가 법률적으로 가능하지 않은 경우,
나는 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한없이 사용할 수 있도록 허용합니다.
다른 버전
SVG 발전
InfoField
 
SVG 파일의 소스 코드를 6가지의 실수입니다.
 
이 W3C-무효 다이어그램Inkscape(으)로 제작되었습니다, or with something else.
 
 이 SVG 다이어그램은은 내장된 문자열을 사용하고 있으며 문서 편집기를 사용해서 쉽게 번역할 수 있습니다.
이 그림은 고화질 그림 지침에 적합한 것으로 인정을 받아 선정된 고화질 그림입니다.

العربية  جازايرية  беларуская  беларуская (тарашкевіца)  български  বাংলা  català  čeština  Cymraeg  Deutsch  Schweizer Hochdeutsch  Zazaki  Ελληνικά  English  Esperanto  español  eesti  euskara  فارسی  suomi  français  galego  עברית  हिन्दी  hrvatski  magyar  հայերեն  Bahasa Indonesia  italiano  日本語  Jawa  ქართული  한국어  kurdî  Lëtzebuergesch  lietuvių  македонски  മലയാളം  मराठी  Bahasa Melayu  Nederlands  Norfuk / Pitkern  polski  português  português do Brasil  rumantsch  română  русский  sicilianu  slovenčina  slovenščina  shqip  српски / srpski  svenska  தமிழ்  తెలుగు  ไทย  Tagalog  Türkçe  toki pona  українська  vèneto  Tiếng Việt  中文  中文(简体)  中文(繁體)  +/−

Mathematica Code

raToTheta[{h_, m_, s_}] := 15*h + 15/60*m + 15/3600*s;
decToPhi[{d_, m_, s_}] := 90 - (d + (m/60 + s/3600)*Sign[d]);

(*Returns celestial RA and Dec as radians in spherical coords*)
celestialToSph[{{rah_, ram_, ras_}, {dd_, dm_, ds_}, dist_, name_}] :=
  {
   raToTheta[{rah, ram, ras}] Degree,
   decToPhi[{dd, dm, ds}] Degree,
   dist
   };

(*Map Spherical coords to Cartesian*)
sphereMap[{phi_, theta_, r_}] :=
  {
   r*Sin[theta] Cos[phi],
   r*Sin[theta] Sin[phi],
   r*Cos[theta]};

(*Produce a circle of radius r offset in the z axis by z*)
offsetCircle[r_, z_] := ParametricPlot3D[
   {r*Cos[t],
    r*Sin[t],
    z},
   {t, 0, 2 Pi}];

(*Star list as {RA},{Dec},Distance,Name}*)
starList =
  {
   {{0, 0, 0}, {0, 0, 0}, 0, "Sun"},
   {{14, 29, 43}, {-62, 40, 46}, 4.2421, "Proxima Centauri"},
   {{14, 39, 36.5}, {-60, 50, 02}, 4.3650, "\[Alpha] Centauri"},
   {{17, 39, 35.1}, {4, 41, 36}, 5.9630, "Barnard's Star"},
   {{10, 49, 18.7}, {-53, 19, 10}, 6.5880, "Luhman 16"},
   {{10, 56, 29.2}, {7, 0, 53}, 7.7825, "Wolf 359"},
   {{11, 3, 20.2}, {35, 58, 12}, 8.2905, "Lalande 21185"},
   {{6, 45, 8.8}, {-16, 42, 58}, 8.5828, "Sirius"},
   {{1, 39, 1.3}, {-17, 57, 01}, 8.7280, "Luyten 726-8"},
   {{15, 41, 51.5}, {-22, 50, 25}, 9.3000, "Wise 1541-2250"},
   {{18, 49, 49.4}, {-23, 50, 10}, 9.6183, "Ross 154"},
   {{23, 41, 54.7}, {44, 10, 30}, 10.322, "Ross 248"},
   {{3, 32, 55.8}, {-9, 27, 30}, 10.522, "\[Epsilon] Eridani"},
   {{23, 5, 52}, {-35, 51, 11}, 10.742, "Lacaille 9352"},
   {{11, 47, 44.4}, {0, 48, 16}, 10.919, "Ross 128"},
   {{22, 38, 33.4}, {-15, 18, 7}, 11.266, "EZ Aquarii"},
   {{07, 39, 18.1}, {5, 13, 30}, 11.402, "Procyon"},
   {{21, 06, 53.9}, {38, 44, 58}, 11.403, "61 Cygni"},
   {{18, 42, 46.7}, {59, 37, 49}, 11.525, "Struve 2398"},
   {{1, 18, 22.9}, {44, 1, 23}, 11.624, "Groombridge 34"},
   {{22, 3, 21.7}, {-56, 47, 10}, 11.824, "\[Epsilon] Indi"},
   {{8, 29, 49.5}, {26, 46, 37}, 11.826, "DX Cancri"},
   {{1, 44, 4.1}, {-15, 56, 15}, 11.887, "\[Tau] Ceti"},
   {{3, 35, 59.7}, {-44, 30, 45}, 11.991, "GJ 1061"},
   {{1, 12, 30.6}, {-16, 59, 56}, 12.132, "YZ Ceti"},
   {{07, 27, 24.5}, {5, 13, 33}, 12.366, "Luyten's Star"},
   {{2, 53, 0.9}, {16, 52, 53}, 12.571, "Teegarden's Star"},
   {{18, 45, 5.3}, {-63, 57, 48}, 12.571, "SCR 1845-6357"},
   {{5, 11, 40.6}, {-45, 1, 6}, 12.777, "Kapteyn's Star"},
   {{21, 17, 15.3}, {-38, 52, 03}, 12.870, "Lacaille 8760"},
   {{22, 27, 59.5}, {57, 41, 45}, 13.149, "Kruger 60"},
   {{10, 48, 14.7}, {-39, 56, 06}, 13.167, "DEN 1048-3956"},
   {{6, 29, 23.4}, {-2, 48, 50}, 13.349, "Ross 614"}
     };

(*Get stars in {phi, theta, r} format*)
starsDeg = Map[celestialToSph, starList, 1];
(*Map into the Cartesian space*)
starPlot = sphereMap /@ starsDeg;
stars = ListPointPlot3D[starPlot];
labels = Table[
   Graphics3D[
    Text[
     starList[[i, 4]],
     starPlot[[i]],
     {-1.1, 0}
     ]],
   {i, 1, Length[starList]}];
posLines = Table[
   Graphics3D[{Orange,
     Line[
      {{0, 0, 0},
       {starPlot[[i, 1]], starPlot[[i, 2]], 0},
       starPlot[[i]]}
      ]}],
   {i, 2, Length[starList]}];
gridhours = Graphics3D[
   {Line[{{-20, 0, 0}, {20, 0, 0}}],
    Line[{{0, -20, 0}, {0, 20, 0}}]}];
gridly = {offsetCircle[5, 0],
   offsetCircle[10, 0],
   offsetCircle[15, 0]};
viewDist = 20000; (*Distance of Viewpoint*)
viewRA = 225 Degree; (*RA of viewpoint*)
viewDec = 20 Degree;(*Dec of viewpoint*)
Show[
 labels,
 posLines,
 stars,
 gridhours,
 gridly,
 
 BaseStyle -> {FontFamily -> "DejaVu Sans"},
 PlotRange -> {{-15, 15}, {-15, 15}, {-12, 12}}
{{QualityImage}},
 SphericalRegion -> True,
 Axes -> False,
 BoxRatios -> {1, 1, 1},
 Boxed -> False,
(*ViewPoint -> {Sin[viewRA]*viewDist, Cos[viewRA]*viewDist, 
   Sin[viewDec]*viewDist},*)
 (*ViewVertical -> {0, 0, 1},*)
 AxesLabel -> {"x", "y", "z"},
 ImageSize -> 1000]

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2008년 4월 7일 (월) 05:082008년 4월 7일 (월) 05:08 판의 섬네일600 × 600 (92 KB)Inductiveload{{Information |Description=A spatial representation of every star within 14 light-years of en:Sol. There are 32 stars in this region, including Sol. The stars are coloured according to the spectral type, which may not reflect the actual colour. Plea

이 파일을 사용하는 문서가 없습니다.

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

이 파일의 더 많은 사용 내역을 봅니다.