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

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

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

1. Single top-hat convolver
. XMM-Newton Science Analysis System . asmooth (asmooth-2.26.1) [xmmsas_20070708_1801-7.1.0] . Meta Index / Home Page / Description / Ways of specifying the . smoothstyle =`simple', convolverstyle =`tophat'. The convolving kernel approximates a filled circle, viz: . The radius is read from the parameter width . The convolver array is again square and of side length , where equals the integer part of . If normalize =`yes', is set from as before, otherwise = 1. XMM-Newton SOC/SSC -- 2007-07-09
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/asmooth/node8.html -- 4.5 Кб -- 09.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>31209) - xmm.vilspa.esa.es/ )

2. Long description of how floats overlap with boxes in normal flow
This diagram illustrates a floating image that overlaps the borders of two paragraphs in normal flow: the paragraph borders are clipped by the non-transparent parts of the image. ... A left-floating image causes the final three lines of the upper paragraph to float along its right side. It causes the first three lines of the following paragraph to do the same, and the remainder of that paragraph flows normally. The paragraph borders shine through the margin area of the image box. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/float2p-desc.html -- 2.1 Кб -- 01.05.1998
Похожие документы

3. casacore: casa::Normal Class Reference
... casa::Normal . ... Normal ( RNG *gen, Double mean=0.0, Double variance=1.0) . Construct a random number generator for a normal distribution. virtual . ... Returns a value from the normal distribution. virtual Double . ... These function allow you to manipulate the parameters (mean & variance) described above through the base class. virtual Vector < Double > . ... The second and third arguments define the parameters for this distribution as described in the synopsis. virtual casa::Normal::~Normal . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Normal.html -- 28.2 Кб -- 14.02.2011
Похожие документы

4. CSPICE Routines: PL2NVC_C
... Detailed_Input plane is a CSPICE plane. ... The CSPICE routines that produce CSPICE planes from data that define a plane are: nvc2pl_c ( Normal vector and constant to plane ) nvp2pl_c ( Normal vector and point to plane ) psv2pl_c ( Point and spanning vectors to plane ) The CSPICE routines that convert CSPICE planes to data that define a plane are: pl2nvc_c ( Plane to normal vector and constant ) pl2nvp_c ( Plane to normal vector and point ) pl2psv_c ( Plane to point and spanning vectors ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/pl2nvc_c.html -- 8.3 Кб -- 17.12.2005
Похожие документы

5. Model Spectra for Spectral-Fitting Program
... The models provided are: . abs - absorption of x-rays by neutral gas with solar abundances. parameter 1 = . ... parameter 2 = . ... normalization - logarithmic value of the flux density at 1 keV in units of keV cm -2 s -1 keV -1 . ... normalization - logarithmic value of the normalization of the gaussian in units of keV cm -2 s -1 . ... absorption ( params )* model ( params ) . ... A single value for the normalization (i.e., fixed normalization) will force the program to use that value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node139.html -- 12.2 Кб -- 01.10.2012
Похожие документы

6. Principal Evolutionary States of Normal Stars
Next: Main-sequence stars (stage I) Up: Evolutionary Scenarios of Binary Previous: Evolutionary Scenarios of Binary . We begin with a description of normal star evolution. The evolutionary states of normal stars will be written using roman figures (I-IV), whereas those of compact stars will be denoted by capital letters (E, P, A, SA ...) (see Section  4 ). ... a main-sequence (MS) star inside its Roche lobe   (RL); . ... a post-MS star inside its RL; . ... Main-sequence stars (stage I) . ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~mystery/articles/review/node5.html -- 6.7 Кб -- 25.02.1997
Похожие документы

7. Normalization and Fitting
... A frequently used procedure, alternative to the correction for the chromatic response, is to normalise the continuum to unity by dividing the observed spectrum by a smooth approximation of its continuum. This approximation can be obtained either interactively with the graphic cursor, or from a table (command NORMALIZE/SPECTRUM ) or by dividing the raw data by itself after filtering or smoothing. Median filtering and running average algorithms are well suited for this purpose (command FILTER ). ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node139.html -- 3.1 Кб -- 23.02.1996
Похожие документы

8. Zen: sncat design
Hide Zen home . ... sncat2sntab.pl - convert old catalog to table sn . ... CREATE TABLE cats ( id integer PRIMARY KEY, name text ); -- a list of properties of galaxy CREATE TABLE properties ( id integer PRIMARY KEY, name text ); CREATE TABLE galaxy ( id integer PRIMARY KEY, name text ); CREATE TABLE galaxy _property ( gid integer REFERENCES galaxy (id), pid integer REFERENCES properties(id), value float, UNIQUE( gid ,pid) ); CREATE t=# select * from galaxy; id | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/sncat_design -- 15.1 Кб -- 10.04.2016
Похожие документы

9. mod_auth_digest - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Description: . User authentication using MD5 Digest Authentication. Status: . Extension . ... This module implements HTTP Digest Authentication ( RFC2617 ), and provides a more secure alternative to mod_auth_basic . ... Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_auth_digest.html -- 21.9 Кб -- 21.01.2013
Похожие документы

10. Stellarium: StelTextureBackend Class Reference
... StelTextureBackend Class Reference . Base class for texture implementations. ... Definition at line 95 of file StelTextureBackend.hpp . ... Definition at line 101 of file StelTextureBackend.hpp . ... Definition at line 157 of file StelTextureBackend.hpp . ... Definition at line 200 of file StelTextureBackend.hpp . ... Definition at line 185 of file StelTextureBackend.hpp . ... Definition at line 130 of file StelTextureBackend.hpp . ... Definition at line 143 of file StelTextureBackend.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTextureBackend.html -- 21.8 Кб -- 28.02.2014
Похожие документы

11. http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/CCM_S-1422.pdf
... Ц 2003 Cummins Power Generation Specifications May Change Without Notice S-1422a (3/03) Specifications Network ® Echelon L ONW ORKS ® ,Twisted-Pair 78KBPS, FT-10 Power Voltage Current Temperature Operating Storage Humidity Relative 5 - 36 VDC, 120 VAC 1.25 A (max) -25 to +70 °C (-13 to +158 °F) -25 to +85 °C (-13 to +185 °F) 25 - 95% (non-condensing) Protocol Echelon LonW orks, GOAL Inputs 3-Phase Voltage 3-Phase Current 32 Discrete 10 Analog 0 - 600 ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/CCM_S-1422.pdf -- 243.6 Кб -- 05.02.2013
Похожие документы

12. The High-Z SN Search Description
... It turns out one possibility is a form of matter/energy invented by Einstein in the 1920s to make sure his equations of General Relativity did not predict the Expansion of the Universe. Although Einstein was willing to predict several things with his equations of General Relativity, he obviously thought an expanding Universe was too much, and so he invented the Cosmological Constant, which repels itself, and was meant to balance the force of gravity, and make the Universe static. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~brian/PUBLIC/data.html -- 9.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1468) - www.mso.anu.edu.au/ )

13. Interacting Electrons in Normal Metals
... MIPT Solid State Physics Department . ... Interacting Electrons in Normal Metals . ... The course is an introduction to interacting Fermi-particle physics and intended for future experimentalists. ... Hartree-Fock approximation. ... Linear reaction function. Calculation of density-density reaction function. Relation of density-density reaction function to compressibility of Fermi liquid and thermodynamic state density. ... Density-density reaction function of free Fermi gas in long-wave limit. ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/engl/education/miptsspd/53-interactingelectronsinnormalmetals- -- 17.3 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>795) - www.issp.ac.ru/ )

14. sfit help file
... SFIT is a general-purpose code designed to optimize theoretical stellar spectra to an observed spectrum. ... While the programme expects input from "stdio", it is more natural to save commands in a file (eg "sfit_input") and run the code simply by . ... If the spectra to be fitted have a filename "star_spectrum", then the best fit spectrum will be written out, together with the renormalized input spectrum, to a file called "star_spectrum.fit". ... sets up model spectrum grid (and for 2nd star) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/sfit2_help.html -- 7.6 Кб -- 18.10.2004
Похожие документы

15. Description of algorithm
... The procedure of radiometer signal integration can be considered as a sort of reducing dimension of the initial sampling space, where the samples are the result of analog-to-digital conversion. ... The probability distribution of the signal and spikes is completely known. ... The quality of the considered algorithm could be also illustrated by Figure 2 . ... One could see the considered adaptive algorithm is preferable even by low degree of compression, because all spikes have been depressed. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/Publications/Eng/html/NN/node2.html -- 11.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/Publications/Eng/html/NN/node2.html -- 11.5 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/Publications/Eng/html/NN/node2.html -- 11.5 Кб -- 02.10.2012
Похожие документы

16. DUST: dust_nmoded Struct Reference
. Main Page . Related Pages . Classes . Files . Class List . Class Hierarchy . Class Members . #include < dustmodel.h > . List of all members. double . PAHTDebCCOP . double . PAHTDebCCIP . double . CHOP . double . CHIP . double . CHStretch . double . Sil2DT . double . Sil3DT . Normal mode properties . The documentation for this struct was generated from the following file: . dustmodel.h . Generated on Fri Jul 11 07:32:08 2008 for DUST by 1.5.5
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/structdust__nmoded.html -- 4.9 Кб -- 11.07.2008
Похожие документы

17. Кресло MESTRE - Roomble - Roomble Normal Waist тренировочные брюки
... Кресла . ... Размер: XS . ... Цвет: белый . ... Размер шлица: PZ2 ; . ... Цвет: Фиолетовый . ... Глубина: 90 . ... Цвет: черный . ... Цвет: серый . ... Размер INT: 54 . ... Глубина пропила: 90, . ... Макс. глубина пропила под углом 90њ: 90, . ... Размер площадки: 800x550, . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku7115.html -- 22.3 Кб -- 14.02.2016
Похожие документы

18. Mars to Appear Normal this August
... Mars to Appear Normal this August . ... October is the best month to see Mars this year. ... As Earth catches up to Mars in their respective orbits around the Sun, Mars will keep rising earlier in the night. On 2005 October 30, Earth will have caught up to Mars and the planets will be the nearest to each other in their orbits -- this time around. On October 30, Mars will be nearly opposite to the Sun, rise at sunset, set at sunrise, and appear highest and brightest around midnight. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1207539 -- 14.8 Кб -- 08.08.2005
Похожие документы

20. ESO - I derived quantities related to the performance of an instrument. How do
... Data Handling and Products > Data Reduction FAQ > I derived quantities related to the performance of an instrument. How do I know whether these numbers are "normal"? ... Observing with ESO Telescopes . ... Instrument Pipelines . ... ESO-MIDAS . ... ESO Data . ... Related External Services . ... The quality control group at ESO monitors a variety of instrument parameters such as zeropoints, efficiencies, read-out noise, etc. ... http://www.eso.org/observing/dfo/quality/ <INSTRUMENT> /qc/qc1.html . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/data-processing/faq/i-derived-quantities-related-to-the-performance-of-an-instrument-how-do-i-know-whether-these-numbers-are-normal.html -- 23.0 Кб -- 10.04.2016
Похожие документы

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


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

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

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