Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Поиск по:hea-www.harvard.edu   - Поискать по всем серверам
На этой странице приведены все страницы сервера hea-www.harvard.edu ,которые мы индексируем. Показаны документы 7001 - 7020 из 7508.

В начало ] Пред. | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | След.В конец ]

Упорядочить по: URL  |  дате изменения
7001. http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/test_bremss.rdb
grid.pl \ # -model xszwabs[A]*xsbremss[B] \ # -range 0.3,8.0 \ # -frac 0.25, 0.5 ,0.75 \ # -par1 A.nH: 0.01 , 0.1 , 0.4 ,1,4,10:200 \ # -par2 B.kT: 0.2 , 0.5 ,1,2,4,10:200 \ # -etcp A.Redshift:0.0,B.norm:1.0 \ # -rmf test.rmf \ # -arf test.arf \ # gridID A_nH B_kT E0 E1 E2 S N N N N N gx0 0.01 0.2 0.413837 0.520097 0.678293 gx0 0.01 0.209 0.418888 0.528208 0.692248 gx0 0.01 0.218 0.423785 0.536393 0.705921 ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/test_bremss.rdb -- 74.5 Кб -- 05.11.2004
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.6/test_bremss.rdb -- 74.5 Кб -- 05.11.2004
Похожие документы

7002. http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/test_powerlaw.rdb
grid.pl \ # -model xszwabs[A]*xspowerlaw[B] \ # -range 0.3,8.0 \ # -frac 0.25,0.5,0.75 \ # -par1 A.nH: 0.01 , 0.1 , 0.4 ,1,4,10:200 \ # -par2 B.PhoIndx:0,1,2,3,4:200 \ # -etcp A.Redshift:0.0,B.norm:1.0 \ # -rmf test.rmf \ # -arf test.arf \ # gridID A_nH B_PhoIndx E0 E1 E2 S N N N N N gx0 0.01 0 1.64244 3.08152 4.63982 gx0 0.01 0.025 1.62173 3.03889 4.60908 gx0 0.01 0.05 1.601 2.99563 4.57796 gx0 ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/test_powerlaw.rdb -- 65.8 Кб -- 05.11.2004
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.6/test_powerlaw.rdb -- 65.8 Кб -- 05.11.2004
Похожие документы

7003. http://hea-www.harvard.edu/~fine/POV/src/kohler_faucet.pov
declare chrome = texture { pigment { color rgb 0.5 0.5 0.5 } finish { diffuse 0.1 specular 0.5 reflection 0.7 roughness 0.005 metallic } } #declare porcelain = texture { pigment { color rgbf 0.98 0.98 0.98 0 } finish { diffuse 0.8 specular 0.4 roughness 0.02 reflection 0.1 } } #declare kohler_faucet = union { //the main cylinder , and the beginning of the spout (a sort of Y shape) difference { blob { threshold 0.8 ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/kohler_faucet.pov -- 2.7 Кб -- 04.11.2004
Похожие документы

7004. http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/example.pro
@example.pro ; ; JaeSub Hong, 2003-2005, version 1.5 ; Please report any problem or suggestion at jaesub@head.cfa.harvard.edu ; range = [ 0.3 ,8.0] ; 0.3 - 8.0 keV frac = [0.25, 0.33, 0.50, 0.67, 0.75] ;--------------------------------------------------------- ; example of simple source photons src = randomu ( seed , 100 ) * ( range [1]- range [0]) + range [0] qt = quantile( frac , src , range = range , err_qt = ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/example.pro -- 1.8 Кб -- 04.11.2004
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.6/example.pro -- 1.8 Кб -- 04.11.2004
Похожие документы

7005. http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/rdrdb.pro
; ; let's consider only the case that all the comments are in the beginning. ; ; function rdrdb, filename, $ noheader=noheader, comment = comment , $ data = data , sep = sep , struct = struct , recycle=recycle, $ names = names , units=units if not keyword_set( sep ) then sep =' ' ; tab if not keyword_set(recycle) then recycle=0 line ='' openr, lun , filename, /get_ lun ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/rdrdb.pro -- 3.2 Кб -- 04.11.2004
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.6/rdrdb.pro -- 3.2 Кб -- 04.11.2004
Похожие документы

7006. http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/grid.sl
JaeSub Hong, 2003-2005, version 1.5 % Please report any problem or suggestion at jaesub@head.cfa.harvard.edu define imcounts (x,y) { variable i, n_data ; variable ans ; n_data = length (y); ans = Double_Type [ n_data ]; ans [0] = (x.hi[0]-x.lo[0])*y[0]; for (i=1;i n_data ;i++){ ans [i] = (x.hi[i]-x.lo[i])*y[i]+ ans [i-1]; } for (i=0;i n_data ;i++){ ans [i] = ans [i]/ ans [n_data-1]; } return ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.5/grid.sl -- 2.4 Кб -- 04.11.2004
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.6/grid.sl -- 2.4 Кб -- 04.11.2004
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/quantile_1.7/grid.sl -- 2.4 Кб -- 04.11.2004
Похожие документы

7007. http://hea-www.harvard.edu/~fine/POV/src/lego_4x2.pov
declare legotop = union { cylinder { 0,0,0 0,0.12,0 0.3 } cylinder { 0,0,0 0,0.15,0 0.27 } torus { 0.27 0.03 translate 0.12*y } text { ttf cyrvetic.ttf , POVO , 0.03, 0 scale 0.18 ,0.28,1 rotate 90*x rotate -90*y translate 0.1,0.16,-0.2 } } //build-scale is in lego units so one unit is 5/16 inch. //at end is a scale to convert it ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/lego_4x2.pov -- 3.4 Кб -- 04.11.2004
Похожие документы

7008. http://hea-www.harvard.edu/~fine/POV/src/lego_4x2.demos.pov
default { finish { ambient 0.4 } } camera { up 0, 1, 0 right 1, 0, 0 location -3,6,-8 look_at 0.5,-0.5,0 angle 20 } #include colors.inc # declare shinyoffwhite = texture { pigment { color rgb 0.9 0.9 0.8 } finish { specular 0.4 reflection 0.2 diffuse 0.6 } } # declare shinyred = texture { pigment { color rgb 0.8 ,0,0 } ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/lego_4x2.demos.pov -- 2.6 Кб -- 04.11.2004
Похожие документы

7009. http://hea-www.harvard.edu/~fine/POV/src/pendulum_man.pov
declare pendulum_man = union { //base cylinder { 0,0,0 0,0,-0.25 0.65 } cylinder { 0,0,0 0,0,-0.22 0.68 } torus { 0.65 0.03 rotate 90*x translate 0,0,-0.22 } cylinder { 0,0,0 0,0,-0.4 0.09 } union { //body cylinder { 0,0,-0.41 0,0,-1 0.09 } //none of the beams use square cross sections in real toy, but I will difference { union { box { -3,- 0.1 ,- ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/pendulum_man.pov -- 2.7 Кб -- 03.11.2004
Похожие документы

7010. http://hea-www.harvard.edu/~fine/POV/src/pendulum_man.demos.pov
default { finish { ambient 0.4 } } camera { up 0, 1, 0 right 1, 0, 0 location -15,10,-25 look_at 0.1 , 0.1 ,0 angle 20 } #include colors.inc # declare yellowplastic = texture { pigment { color rgbf 0.95,0.95,0, 0.2 } finish { diffuse 0.8 specular 0.2 } } # declare greenpaint = texture { pigment { color rgb 0 1 0 } ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/pendulum_man.demos.pov -- 2.4 Кб -- 03.11.2004
Похожие документы

7011. http://hea-www.harvard.edu/~fine/POV/src/noseman.demos.pov
default { finish { ambient 0.4 } } camera { up 0, 1, 0 right 1, 0, 0 location -3,2,-5 look_at 0.1 , 0.1 ,0 angle 20 } #include colors.inc # declare whitepaint = texture { pigment { color rgb 1,1,1 } finish { diffuse 0.8 specular 0.2 } } # declare orangebeigepaint = texture { pigment { color rgb 0.8,0.6, 0.4 } finish { diffuse 0.8 specular ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/noseman.demos.pov -- 2.5 Кб -- 03.11.2004
Похожие документы

7012. http://hea-www.harvard.edu/~fine/POV/src/noseman.pov
declare purpleplastic = texture { pigment { color rgb 0.8 0.0 0.8 } finish { specular 0.5 diffuse 0.6 } } #declare limegreenplastic = texture { pigment { color rgb 0.7 1.0 0.0 } finish { specular 0.5 diffuse 0.6 } } #declare noseman = union { difference { union { cylinder { 0,0,0 0,0,- 0.375 0.8 } cylinder { 0,0,0 0,0,-0.335 0.83 } torus { 0.8 0.03 rotate 90*x ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/noseman.pov -- 2.3 Кб -- 03.11.2004
Похожие документы

7013. http://hea-www.harvard.edu/~fine/POV/src/disc_magnet.demos.pov
default { finish { ambient 0.4 } } camera { up 0, 1, 0 right 1, 0, 0 location -3,3,-5 look_at 0,-0.25,0 angle 20 } #include colors.inc #declare whitepaint = texture { pigment { color rgb 1,1,1 } finish { diffuse 0.8 specular 0.2 } } #declare orangebeigepaint = texture { pigment { color rgb 0.8,0.6,0.4 } finish { diffuse 0.8 specular 0.2 } } #declare greenpaint = ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/disc_magnet.demos.pov -- 3.6 Кб -- 03.11.2004
Похожие документы

7014. http://hea-www.harvard.edu/~fine/POV/src/disc_magnet.pov
body and paint are separate so that we can chip the paint #declare disc_magnet_body = union { difference { union { cylinder { 0,0,- 0.015 0,0,-0.205 0.375 } cylinder { 0,0,0 0,0,-0.22 0.36 } } cone { 0,0, 0.005 0.12 0,0,-0.04 0.09 } } torus { 0.36 0.015 rotate 90*x translate -0.205*z } torus { 0.36 0.015 rotate 90*x ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/disc_magnet.pov -- 1.8 Кб -- 03.11.2004
Похожие документы

7015. http://hea-www.harvard.edu/~fine/POV/src/horseshoe_magnet.demos.pov
default { finish { ambient 0.4 } } camera { up 0, 1, 0 right 1, 0, 0 location 6,3,-3 look_at 0,0,-0.5 angle 20 } #include colors.inc # declare chrome = texture { pigment { color rgb 0.6,0.6,0.6 } finish { specular 0.5 reflection 0.7 roughness 0.005 metallic } } # declare clearred = texture { pigment { color rgbf 0.75,0,0, 0.7 } ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/horseshoe_magnet.demos.pov -- 2.8 Кб -- 03.11.2004
Похожие документы

7016. http://hea-www.harvard.edu/~fine/POV/src/horseshoe_magnet.pov
declare chrome = texture { pigment { color rgb 0.6,0.6,0.6 } finish { specular 0.5 diffuse 0.5 reflection 0.2 roughness 0.005 metallic } } #declare magnetred = texture { pigment { color rgb 0.7,0,0 } finish { diffuse 0.6 specular 0.2 } } #declare horseshoe_magnet = union { difference { union { cylinder { - 0.157 ,0,0 0.157 ,0,0 0.5625 } box { - 0.157 ,0,-0.55 ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/horseshoe_magnet.pov -- 3.3 Кб -- 03.11.2004
Похожие документы

7017. http://hea-www.harvard.edu/~fine/POV/src/fakewood.pov
default { finish { ambient 0.4 } } camera { up 0, 1, 0 right 1, 0, 0 location -1,3,-16 look_at 0,0,0 angle 40 } light_source { 10,10,-10 color rgb 1,1,1 } #declare deskwood_streaks = pigment { bozo color _map { [ 0.0 color rgb 0.25, 0.2 ,0.1 ] [ 0.4 color rgb 0.5, 0.4 , 0.2 ] [0.5 color rgb 0.68, 0.6 ,0.45 ] [ 1.0 color ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/fakewood.pov -- 2.5 Кб -- 02.11.2004
Похожие документы

7018. http://hea-www.harvard.edu/~fine/POV/src/fabric.pov
default { finish { ambient 0.4 } } camera { up 0, 1, 0 right 1, 0, 0 location -4,3,-16 look_at 0,0,0 angle 20 } #include colors.inc # declare greenpaint = texture { pigment { color rgb 0 1 0 } finish { specular 0 reflection 0 diffuse 0.7 } } # declare offwhitepaint = texture { pigment { color rgb 0.9 0.9 0.8 } ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/fabric.pov -- 2.9 Кб -- 02.11.2004
Похожие документы

7019. http://hea-www.harvard.edu/~fine/POV/src/fabricbumps.pov
, 0 right 1, 0, 0 location 0,40,0 look_at 0,0,0 angle 11 } #include colors.inc #declare threadthick =1.7; #declare grad_h=4+ threadthick *2; #declare grad_off=grad_h/2; #declare redpaint = texture { pigment { color rgb 1,0,0 } finish { ambient 0.5 } } #declare heightgrad = texture { pigment { gradient y pigment_map { [0 color Black] [0.5 color Black] [1 color White] } scale grad_h*y ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/fabricbumps.pov -- 3.3 Кб -- 01.11.2004
Похожие документы

7020. http://hea-www.harvard.edu/~fine/POV/src/water_bottle.demos.pov
default { finish { ambient 0.4 } } camera { up 0, 1, 0 right 1, 0, 0 location -6,9,-24 look_at 0,4,0 angle 20 } #include colors.inc # declare whitepaint = texture { pigment { color rgb 1,1,1 } finish { diffuse 0.8 specular 0.2 } } # declare redpaint = texture { pigment { color rgb 1,0,0 } finish { diffuse 0.8 specular ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/POV/src/water_bottle.demos.pov -- 2.4 Кб -- 01.11.2004
Похожие документы

В начало ] Пред. | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования