Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 250492 (200 сайтов) ---- Время поиска: 0.40сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.astronet.ru/db/msg/1162823/eng/.

1. Астронет > Отражения звездного света
... Отражения звездного света . ... Авторы и права: Robert Gendler Пояснение: Облака межзвездной пыли , находясь рядом с яркой звездой, сильнее рассеивают коротковолновую часть видимого звездного излучения, чем длинноволновую, что приводит к тому, что мы наблюдаем прекрасные голубые отражательные туманности. ... Публикации с ключевыми словами: reflection nebula - отражательные туманности - Межзвездная пыль . Публикации со словами: reflection nebula - отражательные туманности - Межзвездная пыль . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/msg/1173852 -- 23.8 Кб -- 29.12.2001
Похожие документы

2. APOD: October 20, 1999 - NGC 2261: Hubbles Variable Nebula
... October 20, 1999 . NGC 2261: Hubble's Variable Nebula . ... Explanation: What causes Hubble's Variable Nebula to vary? ... Hubble's Variable Nebula is a reflection nebula made of gas and fine dust fanning out from the star R Monocerotis. ... A leading variability explanation for Hubble's Variable Nebula holds that dense knots of opaque dust pass close to R Mon and cast moving shadows onto the reflecting dust seen in the rest of the nebula. ... About APOD > . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/ap991020.html -- 5.0 Кб -- 02.10.2012
Похожие документы

3. Отдел Изучения Галактики и переменных звезд
. ћ . Международная конференция љ к 100-летию Б.В. Кукаркина . ћ Сотрудники отдела . ћ Семинар по Звездной астрономии . ћ Наша научная работа . ћ Общий Каталог Переменных Звезд . ћ Каталог рассеянных скоплений . ћ Наши учителя . ћ Избранные публикации . ћ Педагогическая и популяризаторская деятельность . ћ Наши интернет-ресурсы и другие полезные ресурсы . ћ Ссылки на каталоги и базы данных . ћ Фотогалерея . Присылайте Ваши вопросы и комментарии Ольге Дурлевич p >
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/GAL/ -- 19.1 Кб -- 19.01.2015
Похожие документы

4. arxiv:0705.4195 VSOP: The Variable Star One-shot Project - Научная панорама
... В теме В разделе По форуму . ... Темы, интересные всем ? ... Научная панорама ? arxiv:0705.4195 VSOP: The Variable Star One-shot Project . предыдущая тема следующая тема . ... 0 Пользователей и 1 Гость просматривают эту тему. ... arxiv:0705.4195 VSOP: The Variable Star One-shot Project I. Описание проекта и первый релиз данных (VSOP: The Variable Star One-shot Project I. Project presentation and first data release) . ... VSOP - The Variable Star One-shot Project ( http://vsop.sc.eso.org/ ). ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,27997.0.html -- 30.4 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3707) - www.astronomy.ru/ )

5. Pulsar Group PmWiki/Page Text Variables
... PmWiki . Summary: PmWiki group header. ... Page Variables | ... Defining page text variables . ... Page text variables are string variables created in the wiki text of a page, and can be automatically made available for inclusion in other pages. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "{$:Name}") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageTextVariables -- 25.8 Кб -- 01.03.2014
Похожие документы

6. OptInt PmWiki : PmWiki / Page specific variables
OptInt PmWiki : Pm Wiki / Page specific variables . ... Page variables have the form {$ variable } , and can be used in page markup or in certain formatting strings in PmWiki. ... Prefixing the variable name with an asterisk (*) means the variable reflects the value related to the target page or main page. ... Namespaced} - spaced page name, as in "Page Variables" . ... Defines new Page Variable of name $CurrentSkin, which can be used in the page with {$CurrentSkin} (also for Conditional markup ). ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageVariables?action=print -- 19.7 Кб -- 01.03.2014
Похожие документы

7. General Catalogue of Variable Stars: Homepage.
... GCVS:Description . GCVS Query form . ... The combined table of GCVS Vols I-III and NL 67-80 with improved coordinates ( files ) Version: Sep., 2015 . ... GCVS Vol.V. Extragalactic Variable stars ( files ) . ... NL81 part 2 ( files ) . ... Variable Stars in Plaut's fields ( files ) . ... Samus N.N., Durlevich O.V., Goranskij V.P., Kazarovets E. V., Kireeva N.N., Pastukhova E.N., Zharova A.V., General Catalogue of Variable Stars (Samus+ 2007-2015), VizieR On-line Data Catalog: B/gcvs . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/ -- 9.5 Кб -- 10.04.2016
Похожие документы

8. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

9. Книга "Variable_Stars" G. Good - Общая Астрономическая Конференция
Общая Астрономическая Конференция > Товары для астрономов > Полезное для астрономии . Книга "Variable_Stars" G. Good . ... Поиск . Сообщения за день . ... Книга будет полезна наблюдателям переменных звезд и содержит как описание всевозможных типов ПЗ, так и методов их наблюдения. ... Созвездия (поиск и описание) .. Созвездия южного неба (поиск и описание) .. Осенние созвездия (поиск и описание) .. Летние созвездия (поиск и описание) .. ... Весенние созвездия (поиск и описание).. ...
[ Сохраненная копия ]  Ссылки http://www.starlab.ru/showthread.php?t=8884 -- 44.8 Кб -- 11.04.2016
Похожие документы

10. Plot variables and their indices
... Some data selection widgets for plotting display more indices than needed for some of the plot variables in order to avoid recycling of the data selection widget if the variables change. ... They are organized by class, even though, strictly speaking, an plot class refers only to a specific selection of variables listed in a plot selection widget. ... Also note that the IDL variables in italic font denote a derivation from this variable, i.e. the data is not exactly identical to the variable...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node253.html -- 23.6 Кб -- 28.04.2015
Похожие документы

11. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы
Еще в разделе: (Показать все результаты (>732) - www.naic.edu/ )

12. Changing shell variables
The C and TC shells have a number of local shell variables which are not exported to the environment. To make sure that these variables are picked up whenever a new shell is invoked, always define shell variables in your .cshrc ( .tcshrc ) file. By convention, names of shell variables are always given in lower case letters. UNIX is case sensitive, so the environment variable PATH is not the same as the shell variable "path". ... Setting shell variables . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/environment/env5.html -- 2.3 Кб -- 17.01.1997
Похожие документы

13. Adding Variables to CONFIG.SYS
README for XFree86 on OS/2 : Adding Variables to CONFIG.SYS . ... ETC . Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as SET ETC=C:\TCPIP\ETC For Warp 4 and later, this may point to the \MPTN\ directory. ... Normally you will set this variable to the same value as the HOSTNAME variable and simply add a :0.0 after it, such as SET DISPLAY=myhost:0.0 Read the X11 man page on the exact meaning of these postfixes and other options. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS29.html -- 8.3 Кб -- 23.10.2000
Похожие документы

14. Environment variables
XMM-Newton Science Analysis System . ... The parameter system uses the following environment variables: . SAS_PATH . Parameter specification files are located by searching the 'config' directory of each path specified by the SAS_PATH environment variable. SAS_CLMODE . This environment variable may be used to select the command-line syntax: . SAS - Normal SAS mode . PCS - Special mode for PCS tools . The default mode is SAS . ... PCS mode . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/param/node19.html -- 3.9 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>2816) - xmm.vilspa.esa.es/ )

15. Cepheid Variables
... CEPHEID VARIABLE STARS: A Cepheid variable or Cepheid is a member of a particular class of very luminous, massive variable stars with pulsation periods of 1-70 days. ... The relationship is calibrated using data collected from Cepheids whose distances are determined by other means. ... Browse through the 68 CCD fits images he sent you, using ds9 and locate the Cepheid variable. ... Image credits: ESA - "http://sci.esa.int/science-e-media/img/20/cepheid-variables.jpg" . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~jerjen/researchprojects/cepheids/cepheids.html -- 8.3 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>229) - www.mso.anu.edu.au/ )

16. Variable Evolved Stars and Young Stellar Objects Discovered in the Large
. 66%) of the extreme AGB stars are variable and only smaller fractions of carbon-rich (6.1%) and oxygen-rich (2.0%) stars are detected as variable sources. We also detect a population of variable young stellar object candidates. [ ADS ] . ADS Citation Query . # citations = 41 . citations vs. year [year,citations] . [2009,6][2010,6][2011,8][2012,4][2013,4][2014,4][2015,9] . Copyright 2012 Karl D. Gordon All Rights Reserved
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~kgordon/papers/2009AJ....137.3139V.html -- 4.4 Кб -- 21.01.2016
Похожие документы

17. Influence of Climate Variables on Tree-Ring Widths of Different Species
... In order to disentangle the effects of different climate variables on tree-ring growth rates of different species, and to explore the possibility that more than one species could improve the accuracy of the reconstructions of climate using tree rings, a methodical study of trees in close proximity to the Armagh Observatory climate station was initiated together with Ana Maria Garc?a Su?rez, and continued as part of the latter's PhD thesis with John Butler and Professor Mike Baillie (QUB). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep2004/node36.html -- 7.1 Кб -- 19.04.2005
Похожие документы

18. Astronomy Workshop: Observing Variable Stars from the City ? February 15, 2015
... Observing . ... Home Education Workshops at Adorama Astronomy Workshop: Observing Variable Stars from the City ? February 15, 2015 . ... Beyond New York City . ... Observing Resources for Amateur Astronomers - Part 1: Beginning Observers . ... A History of the First Forty Years of the Amateur Astronomers Association . ... Presented by€а Adorama €аFor the Amateur Astronomers Association of New York . ... 2016 Amateur Astronomers Association of New York Designed by Press Customizr Powered by . ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/education/workshops-at-adorama/astronomy-workshop-observing-variable-stars-from-the-city-february-15-2015/ -- 102.0 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>98) - www.aaa.org/ )

19. Detection of Radio Transients and Variable Radio Sources Using the Archive Data
... During the analysis of the surveys carried out on RATAN-600, it was found that almost one fifth of the detected sources shows significant radio flux variations. ... We used the data from "Cold" radio surveys carried out with RATAN-600 in 1980-1994 to search for radio sources with significant flux variability. ... On possibility of detection of variable sources using the data of Cold surveys carried out on RATAN-600. ... Detection of Variable Sources Using the Data of "Cold" Surveys. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2016/Zhelenkova/ -- 6.9 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Zhelenkova/ -- 6.9 Кб -- 10.04.2016
Похожие документы

20. The AstroStat Slog variable selection
... Posts tagged ?variable selection? ... arXiv:stat.ME:0910.2585] . Variable Selection and Updating In Model-Based Discriminant Analysis for High Dimensional Data with Food Authenticity Applications . ... Entries RSS . ... Algorithms arXiv Astro Bad AstroStat Bayesian CHASC Cross-Cultural Data Processing Fitting Frequentist Galaxies gamma-ray High-Energy Imaging Jargon Job Languages MC MCMC Meta Methods Misc News Nuggets Objects Optical Physics Quotes Spectral Stars Stat Timing Uncertainty X-ray . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/tag/variable-selection/index.html -- 23.3 Кб -- 01.03.2014
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

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