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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sm.bmstu.ru/sm5/n4/oba/gl5.html.

1. aerostat returns apr14
... cfr 1256.7 . ... Plots were made of the total power vs time and azimuth for the 3 12 second periods using the 1256.7 Mhz signal. 256 channel spectra were computed (49.6 usecs) for the all the data . total power was computed for 1.1 Mhz about each of the two radar frequencies. total power vs time for the 3 rotations (.ps) ( .pdf ) . ... the radar blanks for 1.421 seconds when pointing at AO. total power vs radar azimuth for the 3 rotations (.ps) ( .pdf ) . ... Top: 1256.7 Mhz pulse . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/rfi/rdr/aerostat/resurrected_22apr14.html -- 6.1 Кб -- 24.04.2014
Похожие документы
Еще в разделе: (Показать все результаты (>2863) - www.naic.edu/ )

2. Uses of Class ij.process.FHT (ImageJ API)
... Class . Use . ... Packages that use FHT . ... Uses of FHT in ij.process . Methods in ij.process that return FHT . FHT . ... Returns the image resulting from the point by point Hartley conjugate multiplication of this image and the specified image. ... Returns the image resulting from the point by point Hartley division of this image by the specified image. ... Returns the image resulting from the point by point Hartley multiplication of this image and the specified image. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/class-use/FHT.html -- 11.5 Кб -- 02.12.2010
Похожие документы

3. Return smallest true index of a logical vector
... Meta Index / Home Page / General-purpose array-processing utilities / Array or vector scalar . integer function smallestTrueIndex(maskVector) logical(bool), intent(in) :: maskVector(:) end function . ... smallestTrueIndex(((/0, 1, 1/) > 0)) ! returns 2 smallestTrueIndex(((/1, 1, 1/) > 0)) ! ... returns 4, ie 1 above vector limit. size(maskVector)+1 is also returned if the vector is of zero size. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node9.html -- 3.7 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>6919) - xmm.vilspa.esa.es/ )

4. Астронет > NGC 1365: спиральная галактика с перемычкой
... Астронет | ... NGC 1365: спиральная галактика с перемычкой . ... Перевод: Козырева А.В. Пояснение: Многие спиральные галактики обладают перемычками в центре. ... Публикации с ключевыми словами: barred spiral galaxy - universe - nearby - spiral galaxy - спиральная галактика с перемычкой - Спиральные ветви галактик - звездообразование . Публикации со словами: barred spiral galaxy - universe - nearby - spiral galaxy - спиральная галактика с перемычкой - Спиральные ветви галактик - звездообразование . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/msg/1162925 -- 24.0 Кб -- 06.03.2006
Похожие документы

5. fork()
... int fork() turns a single process into 2 identical processes, known as the parent and the child . On success, fork() returns 0 to the child process and returns the process ID of the child process to the parent process. ... NOTE: The child process will have its own unique PID. ... NOTE: The processes have unique ID's which will be different at each run. ... When we spawn 2 processes we can easily detect (in each process) whether it is the child or parent since fork returns 0 to the child. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_1_2.html -- 3.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_1_2.html -- 3.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_1_2.html -- 3.1 Кб -- 02.10.2012
Похожие документы

6. Оболочечные структуры в NGC 474
... Поверхностная фотометрия галактики и Выше: Оболочки в NGC 474 Пред.: Исследование происхождения оболочек Содержание . ... Уже на обычном изображении галактики в фильтре B (см. рис. 2 ), хорошо видна сложная структура оболочек в NGC 474. Однако, лучше всего оболочки просматриваются, если применить технику unsharp masking, состоящую в следующем: из исходного изображения вычитается сглаженное с большим окном первоначальное изображение; метод позволяет выделить резкие детали, такие как оболочки. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~math/curs/node9.html -- 5.1 Кб -- 12.02.2005
Похожие документы

7. Python: module fileinput
fileinput . ... Helper class to quickly write a loop over all standard input files. ... for line in fileinput. input (): . ... Functions filename (), lineno () return the filename and cumulative line . number of the line that has just been read; filelineno () returns its . ... been read, returns the line number of that line within the file. filename () . ... Before the first line has been read, returns None. input (files =None , inplace =0 , backup ='' , bufsize =0 , mode ='r' , openhook =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/fileinput.html -- 18.5 Кб -- 05.11.2015
Похожие документы