| Найдено документов: 299335 (185 сайтов) ---- Время поиска: 0.92сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.badastronomy.com/bitesize/near.html.
http://www.badastronomy.com/bitesize/near.html.
21. Moon, Planets And Aurora, Oh My! - an Astronomy Net Article
Moon, Planets And Aurora, Oh My! Articles | ... Moon | ... How often do we see several planets and the Moon together? ... Then I look northeast and see more red through all the light pollution of Washington, D.C. I snapped this 15 second photo. ... What started out as a father son photographic safari for rare planet conjunctions turned into a spectacular night of memories. ... Aha, I see some red light near Orion. ... A Very Rare Red Aurora in Northern Virginia, . ... www.astronomy.net . ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.net/articles/6/ -- 16.7 Кб -- 09.04.2016
Похожие документы
Похожие документы
22. http://zebu.uoregon.edu/51peg.html
... More on 51 Peg: . The discovery of a Jupiter--mass planet in orbit around the solar--type star 51Peg has been reported by Michel Mayor and Didier Queloz (Geneva Observatory) on October 6th at the 9th Cambridge workshop on "cool stars, stellar systems, and the sun" held at Florence (Italy). ... Recall that the measurements of radial velocity only yield v sin i which in turn gives us M sin i. For most values of i, sin i will be greater than 0.5 and this gives a mass estimate of 0.5 Jupiter masses. ...
[
Сохраненная копия
]
Ссылки http://zebu.uoregon.edu/51peg.html -- 18.2 Кб -- 31.07.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>325) - zebu.uoregon.edu/ )
23. http://hea-www.harvard.edu/~dburke/perl-slang/region_example
Since no code is specified on the 'use Inline' line we look for # the __SLang__ block at the end of the file # use strict; use Inline 'SLang'; # regParse() in S-Lang returns a S-Lang variable with a type of Reg_Type. ... object\n"; print "and whose area is " . ... n"; does_slang_agree($reg); __END__ __SLang__ % Anything after the __SLang__ marker is S-Lang code % load in the region routines require("region"); % and define a somewhat pointless routine define does_slang_agree(in) { if ( typeof(in) != ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/region_example -- 1.9 Кб -- 09.01.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1720) - hea-www.harvard.edu/ )
24. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1644) - astro.uni-altai.ru/ )
25. People's Charity Foundation for the Preservation of the Space Station Mir
Crews of the Space Station "Mir" . ... First main crew on the Station Mir. ... Soyuz TM-2" . ... Second main crew on the Station Mir. ... Third main crew on the Station Mir. ... Fifth main crew on the Station Mir. ... Sixth main crew on the Station Mir. ... Tenth main crew on the Station Mir (175 days). ... Twelfth main crew on the Station Mir. ... Thirteenth main crew on the Station Mir (179 days). ... Copyrigth ї The People's Charity Foundation for the Preservation of the Space Station "Mir", 1999 . ...
[
Сохраненная копия
]
Ссылки http://www.cosmoworld.ru/mirstation/english/crews.shtml -- 16.6 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>367) - www.cosmoworld.ru/ )
26. Dnepr successfully returns to flight
... ISC Kosmotras . ... Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... Being the 8th commercial launch for Dnepr, this is also its first 'return to flight' mission since the failure encountered on July 27, 2006 during liftoff from Baikonur. In parallel with the successful completion of its first launch campaign in 2007, ISC Kosmotras continues preparations for the next two Dnepr launch missions scheduled to fly from Baikonur and Yasny launch bases. ... Dnepr Program . ...
[
Сохраненная копия
]
Ссылки http://www.kosmotras.ru/en/news/23/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>36) - www.kosmotras.ru/ )
27. ImageStack (ImageJ API)
... Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null. public int getSize () . Returns the number of slices in this stack. public java.lang.String[] getSliceLabels () . ... Returns null if the stack is empty or the label of the first slice is null. public java.lang.String getSliceLabel (int n) . ... Returns null if the slice does not have a label. public void setSliceLabel (java.lang.String label, int n) . ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/ImageStack.html -- 29.5 Кб -- 02.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>623) - www.astro.louisville.edu/ )
28. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>722) - jet.sao.ru/ )
29. AMI-Planck Follow-up Observation Database
. Search for a cluster by name: . Otherwise, search within a radius: . RA: . Dec: . Radius (arcmin): . Download the catalogue of AMI results (FITS format)
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/surveys/ami_planck/ami_planck.php -- 3.0 Кб -- 10.04.2016
Похожие документы
Похожие документы
30. Astronaut Bio: Peter J. K. Wisoff 11/2001
... Peter J.K. "Jeff" Wisoff (Ph.D) . NASA Astronaut (former) . ... A veteran of four space flights, STS-57 in 1993, STS-68 in 1994, STS-81 in 1997 and STS-92 in 2000, Dr. Wisoff has logged a total of 42 days, 56 hours, 1 minute and 48 seconds in space, including , 19 hours and 53 minutes of EVA time in three space walks. ... Following 183 orbits of the Earth in 269 hours and 46 minutes, the eleven-day mission ended with Space Shuttle Endeavour landing at Edwards Air Force Base, California. ...
[
Сохраненная копия
]
Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/wisoff.html -- 9.3 Кб -- 07.07.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3028) - www.jsc.nasa.gov/ )
31. Planets and Moons
... Go directly to the moons of: . Mercury Venus Mars Jupiter Saturn Uranus Neptune Pluto . Go directly to the surface features of Earth's Moon and Mars . Planet & Moons . Pronunciation . ... Mercury . ... Mars: . 2 moons . ... Jupiter: . ... Neptune: . ... 1 moon . ...
[
Сохраненная копия
]
Ссылки http://www.wro.org/planets/proplanet.htm -- 16.0 Кб -- 17.08.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>174) - www.wro.org/ )
32. More on Signal Handlers
... Lets take another look at the gtk_signal_connect() declaration. gulong g_signal_connect( gpointer object, const gchar *name, GCallback func, gpointer func_data ); . Notice the gulong return value? This is a tag that identifies your callback function. ... This tag allows you to remove this callback from the list by using: void g_signal_handler_disconnect( gpointer object, gulong id ); . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-moreonsignalhandlers.html -- 4.5 Кб -- 19.07.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>930) - www.sao.ru/ )
33. jupitere
Giant Jupiter. Jupiter . ... Jupiter has no solid surface that is why speaking about its dimensious point the radius of the upper border line of the clouds, where the presseru is about 10 KPa; radius of Jupiter on the equator is 71400 km. ... The Jupiter satellites. ... Nowadays 16 satellites of the Jupiter are known: Adrastea, Mitis, Amaltea , Phina,then 4 Galilei satellites: Io , Europe , Hanimed , Callisto , Leda, Aimalia, Zicitea, Elara, Ananke, Carme, Pasipe and Sinope. ... Jupiter's ring. ...
[
Сохраненная копия
]
Ссылки http://www.space.vsi.ru/jupitere.htm -- 10.9 Кб -- 14.10.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>93) - www.space.vsi.ru/ )
34. Mikhail V. Goryachev
. Investigation of the physical and chemical properties of the soil planets, moons and asteroids remote methods. I have worked on the development of spectropolarimeters, CCD instrumentation, microcontrollers, etc. Photograph album . Gallery . Address of E-mail . Return . Department of Lunar . and Planetary Research .
[
Сохраненная копия
]
Ссылки http://selena.sai.msu.ru/Gor/GorE.htm -- 5.4 Кб -- 14.05.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>140) - selena.sai.msu.ru/ )
35. http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/Ko_Che.pdf
Determination of mass of Jupiter and that of some minor planets from observations of minor planets moving in 2:1 commensurability with Jupiter Olga M. Ko chetova and Yulija A. Chernetenko Institute of Applied Astronomy, St. Petersburg, Russia September 19, 2000 Keywords: Jupiter 's mass , asteroid's masses , observations of minor planets Great numb er of observations of minor ... Hoffmann (1989) p ointed out the fruitfull of that approach. ... Table II. ...
[
Текст
]
Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/Ko_Che.pdf -- 46.4 Кб -- 24.02.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>566) - www.ipa.nw.ru/ )
36. lsst.tcc: python/tcc/cmd/showTime.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . FileљList . ... python . ... cmd . showTime.py . ... 4 љ Returns the current time in several time systems. ... 5 љ time the command was parsed. ... Note that there is a SET TIME command, but it . 8 љ calibrates the TCC's clock from the observatory's time standard. ... 18 љ """Implement the Show Time command . ... 24 љ currTAI = tcc.base.tai() . ... 27 љ # making a copy is probably silly, but avoids the possibility that the "show time" command . ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/show_time_8py_source.html -- 14.5 Кб -- 14.09.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>653) - www.apo.nmsu.edu/ )
37. Электронная библиотека астронома-любителя. RU.SPACE.NEWS - архив за 20 января
Электронная библиотека астронома-любителя. ... библиотека . архив RSN . ... Ru.Space.News: . Январь 1998 . ... Дата: 20 января 1998 (1998-01-20) От: Alexander Bondugin Тема: STARDUST Mission To Start Spacecraft Assembly Test Привет всем! ... Дата: 20 января 1998 (1998-01-20) От: Alexander Bondugin Тема: US Space Program Turns 40 With Anniversary Of Explorer 1 Привет всем! ... Дата: 20 января 1998 (1998-01-20) От: Alexander Bondugin Тема: STARDUST Update - January 16, 1998 Привет всем! ...
[
Сохраненная копия
]
Ссылки http://www.astrolib.ru/rsn/1998/01/20/ -- 21.3 Кб -- 09.04.2016
Похожие документы
Похожие документы
38. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[
Сохраненная копия
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ] Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы
[ Сохраненная копия ] Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы
Еще в разделе:
(Показать все результаты (>1206) - www.adass.org/ )
39. Amateur Telescope Makers of Boston
This is a new popup window - close it when you are done . Submitted by Robert Halstead on 06/30/2015 23:19:35 . Planets Passing in the Night, June 30, 2015 . ... Captured using my Canon 6D at the prime focus of my 8-inch f/10 Celestron Schmidt-Cassegrain telescope. ISO 1600, 0.6 seconds for the image at the left; and ISO 400, 1/50 second for the image at the right. Images captured between 8:57 and 9:02 pm EDT on June 30, 2015. ... Copyright (c) Amateur Telescope Makers of Boston, Inc. ...
[
Сохраненная копия
]
Ссылки http://www.atmob.org/gallery/showimage.php?id=3008 -- 3.6 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>377) - www.atmob.org/ )
40. Aстероид 11438 Зельдович
... малой планете . ... на основании решения от 9 мая 2001 года . Комитета по наименованию малых планет . ... что малая планета, . зарегистрированная в международном каталоге малых планет . под N 11438 и имеющая предварительное обозначение 1973 QR1, . ... ZELDOVICH . ... Якова Борисовича Зельдовича . ... 11438) Zeidovich = 1973 QR1 . ... Малая планета (11438) Zeidovich открыта 29 августа 1973 г. Т.M.Смирновой в Крымской астрофизической обсерватории. ... Циркуляр Малых Планет N 42672, 2001. ...
[
Сохраненная копия
]
Ссылки http://xray.sai.msu.ru/~mystery/html/Z/planet/planet.html -- 8.3 Кб -- 19.09.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>346) - xray.sai.msu.ru/ )