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

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

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/5.4.1/doc/sas/node29.html.

21. Uses of Class ij.process.FloatProcessor (ImageJ API)
... Packages that use FloatProcessor . ... Methods in ij.plugin.filter that return FloatProcessor . ... ShortProcessor. toFloat (int channelNumber, FloatProcessor fp) . Returns a FloatProcessor with the same image, no scaling or calibration (pixel values 0 to 65535). abstract FloatProcessor . ... Returns a FloatProcessor with the image or one color channel thereof. ... FloatProcessor. toFloat (int channelNumber, FloatProcessor fp) . ... Returns a FloatProcessor with one color channel of the image. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/class-use/FloatProcessor.html -- 24.3 Кб -- 02.12.2010
Похожие документы

22. IAA EOP Service
... IAA VLBI Analysis Center . ... First IAA SLR EOP submission to IERS Annual Report . ... Beginning of operational processing of SLR observations . ... We use several program packages for analysis mostly developed at the IAA: GROSS for processing of the SLR observations and analysis of EOP and coordinates time series, OCCAM/GROSS for computation of EOP, station coordinates, and troposphere parameters time series from the VLBI observations, GRAPE for processing of GPS observations. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/GEO/eop_serv/eopserve.htm -- 11.0 Кб -- 09.04.2016
Похожие документы

23. Telescope Parameters
... Wind Baffle Parameters . ... As part of this analysis, the volume, mass, center of gravity and mass moment of inertia of the telescope and optics support structure (OSS) were computed. ... The total moment of inertia of the circular floor panel, wind baffle and telescope in azimuth should be correct to 30% but is dependent on estimates of the mass of equipment supported below and above the circular floor panel. ... Table 8 : Masses and mass moments of inertia of the wind baffle components. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19970514_BasicTelescopeInfo/19970514.html -- 20.6 Кб -- 19.05.1998
Похожие документы

24. http://www.asc.rssi.ru/RadioAstron/documents/memo/ts_eng.pdf
... Tracking stations will be selected in accordance with the schedule issued daily by the General Operative Control Group (GOCG) in Lavochkin Association with the gaps in operations during spacecraft contact with the control stations (CS). ... Communication frequencies (carrier): high data rate information transmission downlink from the SRT ­ 15.000 GHz; uplink synchronization ­ 7.2075 GHz; downlink synchronization ­ 8.400 GHz. ...
[ Текст ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/memo/ts_eng.pdf -- 112.7 Кб -- 19.07.2005
Похожие документы

25. http://curl.sai.msu.ru/mass/download/doc/res2007eng.pdf
Preliminary results of astroclimate parameters measurements at the Sternberg 2.5m telescope installation site V.Kornilov, N.Shatsky, S.Potanin, O.Voziakova, B.Safonov Moscow, 2008 Acknowledgements A.Belinskiy M.Kornilov A.Tokovinin M.Kuznetsov P.Kortunov E.Gorbovskoy SAI administration some SAI students Pulkovo solar station (KHSS) staff RFBR support MAVEG Gmbh Why to study optical turbulence and some other relevant ... Mean seeing by DIMM data for this night is 1''5. ...
[ Текст ]  Ссылки http://curl.sai.msu.ru/mass/download/doc/res2007eng.pdf -- 2802.3 Кб -- 23.03.2008
Похожие документы
Еще в разделе: (Показать все результаты (>25) - curl.sai.msu.ru/ )

26. http://scan.sai.msu.ru/lk/
Please enter the lightcurve file name and period search parameters: . Lightcurve file: . ... Apply the Heliocentric correction and convert all dates to Terrestrial Time (TT)? ... Also, the Heliocentric correction cannot be applied to such lightcurves. ... This period search service is also available at the mirror sites: Mirror 1 , Mirror 2 , Mirror 3 , Mirror 4 . You may download the latest source code distribution and install the period search service at your own web server. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/ -- 6.6 Кб -- 24.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>3) - scan.sai.msu.ru/ )

27. Process Control: <stdlib.h>,<unistd.h>
... fork() . ... A process is basically a single running program. ... System is prototyped in <stdlib.h> . ... Each command and sorresponding arguments are put in a args array */ /* execvp is called to execute these commands in child process */ /* spawned by fork () */ /* cc -o fork fork .c */ #include stdio.h #include sys/types.h #include unistd.h main() { char buf [1024]; char * args [64]; for (;;) { /* * Prompt for and read a command. */ printf( Command: ); if (gets( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
Похожие документы

28. Argument association
... Fortran . Storage rules Dummy argument is a quantity in the specification of a procedure, function or subroutine. Actual argument is a quantity in the call of a procedure, function or subroutine. ... Becomes 101 END PROGRAM EXAMPLE SUBROUTINE SUB(X, Y, Z) IMPLICIT NONE REAL, INTENT(IN) :: X REAL, INTENT(INOUT) :: Y REAL, INTENT(OUT) :: Z Y = Y**2 Z = X + Y END SUBROUTINE SUB In Fortran there is really only one kind of argument usage, called argument association. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/a10.html -- 9.0 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы

29. CREATE FULLTEXT MAPPING
... CREATE FULLTEXT MAPPING -- binds tokens and dictionaries . ... CREATE FULLTEXT MAPPING bind token of type lexemetypename and full-text dictionaries in given configuration cfgname . ... CREATE FULLTEXT CONFIGURATION testcfg LOCALE 'testlocale' LIKE russian_utf8; CREATE FULLTEXT CONFIGURATION =# CREATE FULLTEXT MAPPING ON testcfg FOR lword,lhword,lpart_hword WITH simple,en_stem; CREATE FULLTEXT MAPPING =# \dF+ testcfg Configuration 'testcfg' Parser name: 'default' Locale: 'testlocale' Token | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createmap.html -- 6.0 Кб -- 13.04.2008
Похожие документы

30. WAVE EXPERIMENTS ON TAIL PROBE
EXPERIMENT . ... Fields and waves consortium. ... IKI, Moscow, Russia . ... Three-component electric field fluctuations in the range 0.-50 kHz including spectral analysis; FGM-1 magnetic field data acquisition and processing. ... DC/AC magnetic field, 3 components, 0-64Hz, 1 component, 1Hz-40kHz. ... DC/AC magnetic field from MIF-M, ion and electron flux from IFPE data processor and RF-15-1 data processor. ... Magnetic field (three components). ... Inst. of Moscow University, Moscow, Russia . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/tail/wave.html -- 5.2 Кб -- 27.12.1996
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/tail/wave.html -- 5.2 Кб -- 27.12.1996
Похожие документы

31. Amateur Astronomers Association of New York ? Amateur Astronomers Association
... Observing . ... Solar Observing . ... April 3 (SUN) - Solar Observing, Central Park , Manhattan . ... APRIL'S SKY . ... Lecture Series at the American Museum of Natural History The Amateur Astronomers Association is proud to present an astronomy lecture series from October through May each year for our members and the .. ... The€аAmateur Astronomers Association of New York€аwas organized in 1927 to promote the study of Astronomy, emphasizing its cultural and inspirational value. ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/ -- 49.7 Кб -- 09.04.2016
Похожие документы

32. Manual Page: httpd - Apache HTTP Server
NAME httpd - Apache hypertext transfer protocol server SYNOPSIS httpd [ - X ] [ - R libexecdir ] [ - d serverroot ] [ - f config ] [ - C directive ] [ - c directive ] [ - D parameter ] httpd [ - h ] [ - l ] [ - L ] [ - v ] [ - V ] [ - S ] [ - t ] [ - T ] DESCRIPTION httpd is the Apache HyperText Transfer Protocol (HTTP) server program. ... This manual page only lists the command line arguments. ... Paths in this manual may not reflect those compiled into httpd. ... The default is /usr/local/apache . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/httpd.html -- 7.3 Кб -- 20.06.2002
Похожие документы

33. The Laboratory of Astrometry
... Observatory . ... The Laboratory of Astrometry . Dept. for Physics of Stars&Galaxies . ... Astronomical Calendar . ... UkrVO . ... The purpose of research: Creating a stellar catalog to study the structure and kinematics of star systems, including open star clusters and stars with large proper motions; the enhancement ICRF / Hipparcos system to stars dawn to 17 m (V); Search of binary systems of brown dwarfs and determination of their parameters; astrometry of minor bodies of the Solar System. ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/observatory/departments/astrometrylab -- 20.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>979) - www.mao.kiev.ua/ )

34. XV-AVHRR
... Satellite data ] . SMIS ] . The program is designed to process the specific AVHRR instrument data for calculation and analysis of temperature fields on the sea surface and upper level of clouds. It performs brightness correction for visible channels with regards to clouds altitude. ... The program features a wide variety of classification algorithms (including two-dimensional histogram analysis) and enables to construct personal procedures for classification. ... Back to SMIS Home Page . ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/inform/engl/soft/e_avhrr.htm -- 3.5 Кб -- 13.03.1997
Похожие документы
Еще в разделе: (Показать все результаты (>53) - smis.iki.rssi.ru/ )

35. INTERNATIONAL SPACE STATION
URAGAN RELAKSATSIA MOLNIYA-SM VSPLESK IMPULS PLASMA-PROGRESS . ... EXPERIMENTS AND RESEARCHES . SCIENCE RESEARCH ON ISS RUSSIAN SEGMENT . ... Kit IMPULS SE Equipment; . ... Delivery of PPI-SM science hardware as an assembly and equipment (devices and cables) for space experiment (SE) on the ISS RS. ... Mounting of SE equipment and test setup connection for hardware mating with service systems (onboard equipment control system and onboard measurement system) inside the pressurized module. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/researches/geophis-16.html -- 9.2 Кб -- 02.10.2012
Похожие документы

36. Galaxy sector, archive 2012
... Contacts . 2012: . ... We refined the fundamental parameters of the components, the orbital periods, and the conditions of photospheric heating of the secondary component by the ultraviolet radiation of the hot component. ... The observations of the star clusters associated with ultra-luminous x-ray sources (ULXs) in four galaxies on the 6-meter and VLT telescopes have shown that all the ULXs are located within 200pc of very young star clusters (younger than 5 million years). ... Archive . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Science/results/ar_galaxy/res2012.html -- 11.1 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Science/results/ar_galaxy/res2012.html -- 11.1 Кб -- 10.04.2016
Похожие документы

37. Monitoring processes
To monitor the state of your processes use the ps command. ps [-option] . Used without options this produces a list of all the processes owned by you and associated with your terminal. Options for this command vary with the type of UNIX system that you are using. ... It may be that you are running more than one terminal session on the system and/or that you have processes which have no controlling terminal associated with them. ... Understanding process information . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz4.html -- 2.8 Кб -- 17.01.1997
Похожие документы

38. Infrared Processing and Analysis Center, The - IPAC, AstroGuide Listing
The AstroGuide . ... AstroGuide Listing . ... See many more Astronomy Listings by: Category or Alphabet . IPAC exists to carry out large, data-intensive processing tasks of critical importance to NASA's infrared astronomy program, and to provide scientific expertise on those projects to the astronomical community. ... Web Site . ... Web . ... Unless otherwise specified, web site content Copyright 1994-2016 John Huggins All Rights Reserved . dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/astroguide/ag226.html -- 12.5 Кб -- 09.04.2016
Похожие документы

39. IAU Commission #37 (Star Clusters and Associations)
... Commission 37: Star Clusters and Associations . Home Page . Commission 37 of the International Astronomical Union deals with all aspects of Globular Cluster, Open Cluster, and Stellar Associations research. With Commission 33 it forms Division VII of the IAU. Commission Structure . ... IAU Home Page . Open Clusters Database (maintained by J.-C. Mermilliod ) . Catalogue of Milky Way Globular Cluster Parameters (maintained by W. E. Harris ) . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~gdc/IAUComm37.html -- 3.8 Кб -- 01.10.2012
Похожие документы

40. http://vo.astronet.ru/arxiv/dict_regex.html
... Configuration The dictionary accepts one obligatory parameter - RULES, which has to be set to the file describing parsing rules and output recipes. ... Each non-empty line is either a comment (when started with '#' symbol), or a conversion rule, and in the latter case has to contain whitespace-separated pattern and output recipe. Currently, pattern has to match the _integer_ (one, two or more) number of input tokens; they will be replaced with a single one. ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/arxiv/dict_regex.html -- 4.9 Кб -- 24.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>110) - vo.astronet.ru/ )

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


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

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

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