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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~astro/spectral_line/handbook_old/app/files/third_sls.html.

1. SECOND Example - a9999b.sls spectral line set-up file.
Next: THIRD Example - a9999c.sls Up: Setup & Procedure Files Previous: FIRST Example - a9999a.sls . L-narrow velocity search # Spectral Line Setup file: a9999b.sls generated by AO-Control # N.B. this file can also be used as a standalone script # # This file is used to do a velocity search with the L-narrow # receiver. ... This file is available at http://www.naic.edu/~koneil/files/a9999b.sls #BE SURE TO CHANGE a9999 -> YOUR PROJ NUMBER! ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/spectral_line/handbook_old/app/files/second_sls.html -- 3.7 Кб -- 19.09.2000
Похожие документы

2. mod_reqtimeout - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Set timeout and minimum data rate for receiving requests . ... Allow 10 seconds to receive the request including the headers and 30 seconds for receiving the request body: RequestReadTimeout header=10 body=30 . ... If the client sends data, increase the timeout by 1 second for every 1000 bytes received, with no upper limit for the timeout (except for the limit given indirectly by LimitRequestBody ): RequestReadTimeout body=10,MinRate=1000 . ... mod_reqtimeout . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_reqtimeout.html -- 12.0 Кб -- 19.11.2015
Похожие документы

3. An Example - 3C 120
... We received the SASS output for the HRI observation of 3C 120 (a highly variable radio galaxy with a prominent jet leaving the core at PA ) and smoothed the data with a Gaussian of FWHM = 3 '' ( Figure 13.1 ). ... The results are shown in Figure 13.2 . ... The FWHM of the original data ( Figure 13.1 ) is 11.8 (PA ); after dewobbling ( Figure 13.2 ) the width of the 50% contour is 7.6 . ... Figure 13.1 : The original data, smoothed with a Gaussian of FWHM = 3 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node203.html -- 8.3 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3425) - hea-www.harvard.edu/ )

4. MergedSource CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . ... MergedSource ############################## tasks.tasklist = [ MergedSource , CalcUVWTask, TCPSink ] # record only 9 beams , discard the rest (determined by the # beam configuration (see the main ingest pipeline documentation page) tasks. MergedSource .params.maxbeams = 9 # channel distribution for each rank tasks. MergedSource .params.n_channels.0 = 216 tasks. MergedSource .params.n_channels.1 = 216 tasks ... MergedSource . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/services/ingest/mergedsource.html -- 12.9 Кб -- 12.04.2016
Похожие документы

5. Examples of devices
Chaotic generator . Generator of UWB microwave chaotic signals . Frequency band: 3–5 GHz . Spectrum bandwidth: 2 GHz . ... Testbed of UWB high-rate direct chaotic communication system . ... Low-rate system for data transmission . ... The system for controlling this robot is based on technology of UWB wireless communications with chaotic radio pulses as information carriers. ... System frequency band: 3–5 GHz . Control signal bandwidth: 2 GHz . ... Wireless data collecting system . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/InformChaosLab/products/dcc/slide2.html -- 5.2 Кб -- 04.06.2007
Похожие документы

6. Trapping operating system signals
. Shell procedures may use the trap command to catch or ignore Unix operating system signals . The form of the trap command is: trap ' command-list ' signal-list . Several traps may be in effect at the same time. If multiple signals are received simultaneously, they are serviced in ascending order. To check what traps are currently set use the trap command. For example: trap . Most common signals to be caught . Handling command lists . Examples .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.9.html -- 2.3 Кб -- 17.01.1997
Похожие документы

7. SMIS IKI RAN (Satellite data)
... Satellite data ] . SMIS ] . ... NOAA satellites . Telemetry Data Format . ... METEOR-3M Satellite Pass Schedule . Telemetry Archive Catalog . Last telemetry files . ... Data Processing Examples . ... Caspian Sea (server "SPUTNIK") . GOMS satellite (server "SPUTNIK") . Archive Directory . Latest Data . ... RESURS 01 satellite (server "SPUTNIK") . Operational Archive (MSU-E Data) . ... METEOR satellite (server "SPUTNIK") . ... OKEAN satellite (server "SPUTNIK") . ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/dataserv/engl/data_s_e.htm -- 9.2 Кб -- 31.01.2005
Похожие документы

8. Further Information and Bibliography
The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. ... Information on the NTP architecture, protocol and algorithms can be found in the following articles and reports, which are available online . Mills, D.L. Internet time synchronization: the Network Time Protocol. ... Mills, D.L. Network Time Protocol (Version 3) specification, implementation and analysis. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/biblio.html -- 10.0 Кб -- 21.12.2007
Похожие документы

9. mod_dumpio - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . Available Languages: en | ... mod_dumpio allows for the logging of all input received by Apache and/or all output sent by Apache to be logged (dumped) to the error.log file. The data logging is done right after SSL decoding (for input) and right before SSL encoding (for output). ... DumpIOInput . DumpIOOutput . ... DumpIOInput is only available in Apache 2.1.3 and later. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/mod/mod_dumpio.html -- 7.4 Кб -- 10.12.2010
Похожие документы
Еще в разделе: (