Найдено документов: 224523 (172 сайтов) ---- Время поиска: 0.54сек. |
Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/8.0.0/doc/phasecalc/node9.html.
http://xmm.vilspa.esa.es/sas/8.0.0/doc/phasecalc/node9.html.
1. Algorithm
... read parameters; ################# start format upgrade section. if (filemode eq 'modify') { # convert old-style source list if necessary: if (! instrument_supplied) { if (hasAttribute( set , 'INSTRUME')) { instrument = stringAttribute(oldListSet, 'INSTRUME'); } else { # attempt to get it from file name: if (! instrument_in_filename) { call error;} } } call CAL_setState(instrument=instrumentId); rename table to 'SRCLIST'; get ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/rgssources/node32.html -- 10.8 Кб -- 02.07.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>31589) - xmm.vilspa.esa.es/ )
2. ESO - Phase 1 Call for Proposals
... Public . Science . ... Science Users Information > Observing with ESO Telescopes > Phase 1 Proposals . ... Observing with ESO Telescopes . ... Public Surveys . Publications with ESO Data . ... Large Programmes . ... Public Surveys Programmes . ... Call for Proposals . ... Public Surveys Phase 2 . ... Proposals must be submitted by the respective deadline (end of March and end of September) using the supplied ESO Proposal Package and following the instructions given in the Call for Proposals. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/sci/observing/phase1.html -- 29.0 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8329) - www.eso.org/ )
3. Call for Proposals
... HST . ... HST Overview . ... Phase I Proposing . ... Phase II Cycle 23 . ... The Call for Proposals describes the policies and procedures for submitting a Phase I proposal for HST Observing, Archival or Theoretical Research. ... PDF [US Letter Size] . ... The Call for Proposals describes the policies and procedures for submitting a HST Phase I proposal. ... Science Justification Templates for Cycle 24 HST Phase I . ... Multi-Cycle Treasury Programs Call for Proposals . ... Joint XMM-HST Proposals . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/hst/proposing/docs/cp.html -- 15.8 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>14207) - www.stsci.edu/ )
4. Report on Cosmic Call 1999
... Report on Cosmic Call 1999 . ... Cosmic Call Sessions . ... This Report outlines methodology, hard- and software, which were developed to transmit first public Interstellar messages from Evpatoria Deep Space Center (EDSC), and describes four Cosmic Call Sessions, which were fulfilled in EDSC on May 24 and June 30 - July 1, 1999. ... Each Cosmic Call consists of two parts. ... Dutil Message, . ... The software for gathering all messages and creating the Cosmic Call stream, was written on C language. ...
[
Сохраненная копия
]
Ссылки http://www.cplire.ru/html/ra&sr/irm/report-1999.html -- 56.9 Кб -- 30.11.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>537) - www.cplire.ru/ )
5. Call to Stellarium's translators
... 101) Байки из Фидо (7) Литература (16) Листая страницы прошлого Выберите месяц Апрель 2016 (2) Март 2016 (4) Февраль 2016 (4) Январь 2016 (5) Декабрь 2015 (4) Ноябрь 2015 (3) Октябрь 2015 (5) Сентябрь 2015 (5) Август 2015 (5) Июль 2015 (5) Июнь 2015 (4) Май 2015 (8) Апрель 2015 (5) Март 2015 (4) Февраль 2015 (4) Январь 2015 (7) Декабрь 2014 (7) Ноябрь 2014 (4) Октябрь 2014 (5) Сентябрь 2014 (8) Август 2014 (8) Июль 2014 (6) Июнь 2014 (7) Май 2014 (11) Апрель 2014 ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/blog/2012/08/call-to-stellariums-translators.html -- 49.3 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2131) - astro.uni-altai.ru/ )
6. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8354) - www.arcetri.astro.it/ )
7. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. For example, if the hook returns an int and takes a request_rec * and an int and is called do_something , then declare it like this: . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/ztcs/manual/de/developer/hooks.html -- 11.9 Кб -- 25.02.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1546) - www.sao.ru/ )
8. Using UNIX System Calls and Library Functions
... To use system calls and library functions in a C program we simply call the appropriate C function (Appendix ). We have already met some system calls when dealing with low level I O - open(), creat(), read(), write() and close() are examples. ... All math functions such as sin(), cos(), sqrt() and random number generators - random(), seed(), lrand48(), drand48() etc. are standard math library functions. NOTE: most standard library functions will use system calls within them. ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>755) - jet.sao.ru/ )
9. MAO NASU :: Topic: Fw: ASTRONET: Task 5.5 - joint call (1/1)
... Recent Topics . ... MAO main . ... Fw: ASTRONET: Task 5.5 - joint call . ... Subject: RE: ASTRONET: Task 5.5 - joint call . ... From: Haebe, Nadja [ This email address is being protected from spambots. ... To: This email address is being protected from spambots. ... implementation of the joint call. ... make an afford in finding a solution for the topic of a joint call and to . ... call, because it is a last possibility for launching a joint call within the . ... MAO NASU . ...
[
Сохраненная копия
]
Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/118-fw-astronet-task-5-5-joint-call -- 35.1 Кб -- 11.04.2016
Похожие документы
Похожие документы
10. Ботинки Call It Spring - Call It Spring - Call It Spring Туфли женские.
... Цвет: разноцветный . ... Материал верха: искусственная кожа . ... Размер US: 37,5 . ... Ботинки Call It Spring. ... Бренд: DELL, Поверхность экрана: глянцевая, Разрешение экрана: 1920x1080, Производитель процессора: Intel, Серия процессора: Intel Core M, Оперативная память: 4Gb, Жесткий диск: SSD, Тип графического адаптера: Интегрированный, Серия графического процессора: Intel HD Graphics 5xxx, Предустановленная ОС: Windows 8 Professional, Цвет: черный, Графический процессор: Intel HD Graphics 5300 ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku9512.html -- 20.6 Кб -- 14.02.2016
Похожие документы
Похожие документы
11. FractalBoxCounter (ImageJ API)
... Class . ... FIELD | ... METHOD . DETAIL: FIELD | ... java.lang.Object ij.plugin.filter.FractalBoxCounter . ... PlugInFilter . ... Calculate the so-called "capacity" fractal dimension. ... This method should return a flag word that specifies the filters capabilities. ... ImageJ will lock the image before calling this method and unlock it when the filter is finished. For PlugInFilters specifying the NO_IMAGE_REQUIRED flag and not the DONE flag, run(ip) is called once with the argument null . ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/FractalBoxCounter.html -- 17.2 Кб -- 02.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>379) - www.astro.louisville.edu/ )
12. Sheltran - CALL statement
Within the CALL argument list statement label arguments may be replaced by one of the same keywords for I/O statements. ... E.g. CALL sub ( .. ... This feature can only be used in calls to existing FORTRAN subroutines that specify alternate returns. The designers of SHELTRAN consider this feature undesirable and only provided an interface to existing routines, but have intentionally omitted the facility to construct them, i.e. the 'RETURN i' statement is not allowed. ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sheltran/CALL.html -- 2.0 Кб -- 16.01.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>10847) - www.atnf.csiro.au/ )
13. Internet Phone Calls are a Fraud
... What I'm talking about is "Free" Long Distance Phone Calls on the Internet. ... Let me be blunt: They're PHONE LINES STUPID! ... So here's what happens when you make a long distance phone call on the Internet. ... But what happens when everyone starts making long distance phone calls on the Internet (for instance when Microsoft builds it into their software)? ... And the amount your price goes up is going to be considerably more than what "saved" with "free" long distance phone calls. ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~fine/opinions/internetphone.html -- 5.0 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3338) - hea-www.harvard.edu/ )
14. Отправлено межзвездное радиопослание "Cosmic Call 2003" - Вселенная, жизнь,
Добро пожаловать, Гость . ... Вселенная, жизнь, разум (Модераторы: ivanij , AlexAV , Nucleosome ) ? Отправлено межзвездное радиопослание "Cosmic Call 2003" . ... Гость . ... 6 июля года из Евпаторийского центра дальней космической связи (ЕЦДКС) было отправлено очередное, уже четвертое по счету, межзвездное радиопослание 'Cosmic Call 2003' к пяти окрестным (расстояние от 33 до 46 световых лет) звездам солнечного типа из созвездий Андромеда, Большая Медведица, Кассиопея, Орион и Рак. ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.ru/forum/index.php/topic,2959.0.html -- 35.6 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>316) - www.astronomy.ru/ )
15. Arecibo Call for Proposals: Thursday, March 3, 2016 Deadline
... Arecibo telescope proposal deadlines fall on the first Thursday of March and September each year. ... Proposals should be prepared under the procedures detailed in our guidelines (PDF). We invite proposals for the use of the Arecibo 305-m telescope for the Thursday, March 3, 2016 (17:00 AST, 21:00 UTC), deadline. ... This call does not include proposals for use of the HF Facility for ionospheric modification. ... Proposals must be submitted using the web-form cover sheet . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~astro/call_mar16_top.shtml -- 4.0 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2218) - www.naic.edu/ )
16. A Cosmic Call to Nearby Stars
... A Cosmic Call to Nearby Stars . ... The people from the Cosmic Call project sent the above image as the first page of a longer message. The message was broadcast toward local stars by radio telescope during the summer of 1999. ... This first page of the Cosmic Call 1999 message, shown above, involves only numbers and so is easier for puzzle solvers to decode than a more famous message broadcast toward distant star cluster M13 in 1974. ... 1999 2000 . ... Publications with keywords: SETI . ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/xware/msg/apod/2009-07-12 -- 14.9 Кб -- 12.07.2009
Похожие документы
Похожие документы
17. APOD: 2009 July 12 - A Cosmic Call to Nearby Stars
... 2009 July 12 . A Cosmic Call to Nearby Stars . ... The people from the Cosmic Call project sent the above image as the first page of a longer message. The message was broadcast toward local stars by radio telescope during the summer of 1999. ... This first page of the Cosmic Call 1999 message, shown above, involves only numbers and so is easier for puzzle solvers to decode than a more famous message broadcast toward distant star cluster M13 in 1974. ... About APOD | ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/apod/ap090712.html -- 5.8 Кб -- 18.08.2009
Похожие документы
Похожие документы
18. Re: Re: FIFO Is Ignoring Non-blocking Call - an Astronomy Net XEphem Forum
XEphem Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... Discussion Forums | XEphem Ephemeris Software Discussion | Post . ... Re: Re: FIFO Is Ignoring Non-blocking Call . Forum List | ... Post Message | ... Login to Post . ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.net/forums/xephem/messages/122.shtml -- 13.2 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>390) - www.astronomy.net/ )
19. Star called the Sun - TESIS photo gallery
... Star called the Sun . ... Best images of the SOHO spacecraft . Best images of the TRACE spacecraft . Passage of Venus in the face of the Sun . CORONAS-PHOTON spacecraft docking with the rocket Cyclon . ... Solar Satellites - towards the Sun . ... CORONAS-PHOTON testing in the Mirny sity (2009 January) . ... 1953-2016 Laboratory of X-ray astronomy of the Sun, LPI RAS, Russia . ... 7(499)132-65-96, Fax: +7(499)132-65-97 . ...
[
Сохраненная копия
]
Ссылки http://www.tesis.lebedev.ru/en/photo_video.html?gal=12 -- 23.0 Кб -- 11.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>53) - www.tesis.lebedev.ru/ )
20. Image: Famous (among astronomers) mountain called "Cat"
. Album : asv-album :: Travels to distant places and countries :: 1998/06 Nauchny, Katsively (Crimea, Ukraine) :: Кацивели . Up . << Prev . Famous (among astronomers) mountain called "Cat" . Next >> . Photo album generated by album from Marginal Hacks by Dave on Tue Jun 23 14:46:48 2015 .
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/album/trips/1998.06.Crimea/2.Katsively/tn/d23l.jpg.index.html -- 6.1 Кб -- 23.06.2015
Похожие документы
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда