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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node52.html.

21. Apache module mod_userdir
This module provides for user-specific directories. ... Source File: mod_userdir.c . ... Module: mod_userdir . ... Use of the enabled keyword, or disabled with a list of usernames, is only available in Apache 1.3 and above. ... Directory-filename is one of the following: . ... A request for http://www.foo.com/~bob/one/two.html will be translated to: UserDir public_html -> ~bob/public_html/one/two.html UserDir /usr/web -> /usr/web/bob/one/two.html UserDir /home/*/www -> /home/bob/www/one/two.html . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_userdir.html -- 6.2 Кб -- 20.06.2002
Похожие документы

22. VaST homepage
... VaST is a software tool for finding variable objects on a series of astronomical images. ... VaST performs object detection and aperture photometry using SExtractor on each image, cross-matches lists of detected stars, performs magnitude calibration with respect to the first (reference) image and constructs a lightcurve for each object. ... VaST FITS image viewer ./pgfv . ... Part I" PZP, vol. ... K. V. Sokolovsky, S. A. Korotkiy; "New Variable Stars Discovered by the NMW Survey" PZP, vol. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/vast/ -- 122.2 Кб -- 21.02.2016
[ Сохраненная копия ]  Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы

23. ADASS 2003 Conference Proceedings
... Winkelman, S. L., Rots, A. H., Michaud, K., & Blecksmith, S. E. 2003, in ASP Conf. ... We have collected the complete body of FITS keywords, as used in Chandra data products, into a dictionary database that provides easy access to their use and meaning. ... For the Chandra Data Archive almost all data products are in FITS format, following a stringent set of conventions concerning the data formats and header construction. ... A filetype is composed of one or more Header-Data Units (HDU). ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P2-4/ -- 11.1 Кб -- 16.08.2004
Похожие документы

24. Stellarium: /home/aw/devel/stellarium/trunk/doc/fileStructure.doxygen Source
... 19 љ*</tt>: landscape textures and data files</li> . ... 73 љIf a file exists in the <em>User Data Directory</em>, it will be used in preference to a file with the same name existing in the <em>Installation Data Directory</em>. ... 79 љ <li>Users who modify files in the <em>Installation Data Directory</em> will likely have their work deleted or overwritten when they upgrade Stellarium. ... In this case , all the files would be in the <em> \<Installation Data Directory>/stars/default</em> directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure_8doxygen_source.html -- 18.0 Кб -- 28.02.2014
Похожие документы

25. http://hea.iki.rssi.ru/integral06/internal/data.old/cache.0fd70ce76d2c937e027c578301fd178b64bbe8925714ed37cb5b657997dbce6b
;html xmlns= http://www.w3.org/1999/xhtml xml:lang= en head meta http-equiv= Content- Type content= text/html;charset=utf-8 / link rel= alternate type = application/rss+xml title= RSS for BibTeX Viewer data /default.bib href= /~kris/SimplyBibTeX/index.php?feed=rss2 amp;db= data /default.bib / link rel= alternate ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/internal/data.old/cache.0fd70ce76d2c937e027c578301fd178b64bbe8925714ed37cb5b657997dbce6b -- 8.0 Кб -- 21.03.2007
Похожие документы

26. MBOLS: Access/Search
Minsk bibliography on light scattering . Search the database . By default the search is made in all sections and one will get a list of references where either paper title, author or journal name contains the keyword. In future we plan to limit search by selected sections. ... Enter a keyword: . ... Sort by first author name Sort by date (oldest first) . ... c) 1990,2001 Victor Babenko (Bibliography compiling) . c) 2001 Serge Beletsky (Design & Programming) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/4-BIBL/bibl1a.html -- 8.8 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>148) - www.astro.spbu.ru/ )

27. http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_mssql_schema.sql
attach_mod schema - mssql $Id: attach_mssql_schema.sql,v 1.3 2003/01/29 11:43:58 acydburn Exp $ */ BEGIN TRANSACTION GO CREATE TABLE [phpbb_attachments_config] ( [config_name] [ varchar ] (100) NOT NULL , [config_value] [ varchar ] (100) NOT NULL ) ON [ PRIMARY ] GO CREATE TABLE [phpbb_forbidden_extensions] ( [ext_id] [ int ] IDENTITY (1, 1) NOT NULL , [extension] [char] (100) NOT NULL ) ON [ PRIMARY ] GO CREATE ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_mssql_schema.sql -- 6.2 Кб -- 19.01.2013
Похожие документы

28. FITShdr: INSTALL
To install package: 1. tar xozvf fitshdr- >.tar.gz 2. cd fitshdr- >/ 3. cd fitshdr 4./config 5. make 6. make install . As result, binaries, scripts and man-pages will be installed. Default location for executables: /usr/local/bin, for man-pages: /usr/local/man/man1 . To change default locations You have to use --prefix, --bindir options for ./config. For example, to install binaries in ${HOME}/bin, man documentations in ${HOME}/man: ./config --prefix=${HOME} . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/INSTALL.html -- 2.0 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>166) - lnfm1.sai.msu.ru/ )

29. SPUTNIK home page
. Dedicated to 40th anniversary of the . first artificial Earth satellite launch . Russian (Win) .
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/ -- 7.9 Кб -- 22.10.2003
Похожие документы
Еще в разделе: (Показать все результаты (>9) - sputnik.infospace.ru/ )

30. Astronaut Bio: Robert L. Stewart
... Robert L. Stewart (Brigadier General, USA, Ret.) ... SPECIAL HONORS: Awarded Army Distinguished Service Medal , Defense Superior Service Medal , 2 Legion of Merit, 4 Distinguished Flying Crossed, a Bronze Star, a Meritorious Service Medal , 33 Air Medals, the Army Commendation Medal with Oak Leaf Cluster and V Device, 2 Purple Hearts, the National Defense Service Medal , the Armed Forces Expeditionary Recipient of NASA Space Flight Medal (1984 & 1985). ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/stewart-rl.html -- 8.7 Кб -- 07.07.2015
Похожие документы

31. IZMIRAN
. Language [RU/EN] Search: . Home . UP . Research . Projects . Services . Info . News . Events . Personal . Archive . WebMail . N.V. Pushkov . 09/04/2016 22:37 MSK . webmaster@izmiran.ru . Magnetism . ИЗМИРАН . Ionosphere . COSPAR 2016 . Istanbul, Turkey . Jul 30 - Aug 07 2016 . Solar-Terrestrial Physics . Forecasts . Solar Activity . Geomagnetic Activity . ICC . IZMIRAN-75 . 11.12.14 Exibition. 75-th anniv. of IZMIRAN . Information . News . 25.05.2015 FSR-2015 . Events . Ads . (C) 2007, IZMIRAN
[ Сохраненная копия ]  Ссылки http://www.izmiran.rssi.ru/ -- 8.1 Кб -- 09.04.2016
Похожие документы

32. Accesibility
... Planetarium Staff . ... Freedom of Information . ... The Armagh Planetarium website has been enabled to use BrowseAloud software. ... See the following instructions on how to increase the size of the text on any web page you are viewing. тАв Press ' Ctrl ' and ' + ' to increase the text size, ' Ctrl ' and ' - ' to decrease the text size. ... For information on changing the text size in older browsers and on different operating systems visit the BBC My Web My Way site for Windows, MAC and Linux . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/html/accessibility.html -- 30.9 Кб -- 20.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1632) - www.armaghplanet.com/ )

33. http://www.stecf.org/conferences/adass/adassVII/reprints/swaded.ps.gz
... STScI has undertaken a project to place all HST keyword information in one source, the keyword database, and to provide a mecha­ nism for making this keyword information accessible to all HST users, the keyword dictionary, which is a WWW interface to the keyword database. ... Along with form­ ing the headers for the science data, most keyword values are ingested into HST archive catalog fields where they are accessible for archive searches and data characterization. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/swaded.ps.gz -- 78.1 Кб -- 12.06.2006
Похожие документы

34. LAAI_2012,monitoring of internal noises
. В обсерватории Бадары проведены организационно-технические мероприятия по согласованию режима работы базовых станций СПР оператора ОАО "Мегафон" с целью обеспечения электромагнитной совместимости с РЭС радиотелескопа РТ-32. Аналогичная работа проводится с территориальным оператором компании МТС . В работе задействованы местные специалисты радиочастотного центра и связьнадзора .
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/ASTROTOOLS/LAAI/monitor3.htm -- 4.1 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1254) - www.ipa.nw.ru/ )

35. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\SADT\JAM-E\JAM-E.DLG"
. grid ( 80 , 25 ) failure_color ( red,white ) diagram_font ( "Arial" , 15 ) dialog_font ( "Arial" , 12 ) dialog "ListOfInstruments" ( "Cooking battery" ,white,blue,default, centered,centered,default ) vbox ( center ) listbox [ 'Sort' ] ( instruments, 3000 , 20 , 9 , [] , [] ) button ( close, "&Close" ) end_of_vbox end_of_dialog dialog "ChooseFruits" ( "Choose berries and fruits" ,white,blue,default, centered,centered,default ) vbox ( center ) listbox ( 1000 ,value_o1, 20 , 4 , [ "Black rowan" , "The
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_jam_d.html -- 4.9 Кб -- 24.09.2007
Похожие документы

36. http://observ.pereplet.ru/images/evgeny/xorg.conf
... file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section Files EndSection Section InputDevice Identifier Generic Keyboard Driver kbd Option CoreKeyboard Option XkbRules xorg Option XkbModel pc105 Option XkbLayout us ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/evgeny/xorg.conf -- 5.4 Кб -- 10.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>20) - observ.pereplet.ru/ )

37. SAI Space Monitoring Laboratory
... Main page News People . ... Master . Master net Homepage . ... MASTER . ... About Space Monitoring Laboratory, scientific directions, instruments, contacts . ... Latest news and news archive . ... 17.06.2015 . ... Еще один крупнейший космический телескоп в коллекции МАСТЕРа . Read more . ... Вступил в строй еще один сегмент сети МАСТЕР - MASTER-SAAO (ЮАР) . ... МАСТЕР открыл новый опасный астероид . ... МАСТЕР ? ... Вступил в строй новый телескоп МАСТЕР-Канары!! All news ...
[ Сохраненная копия ]  Ссылки http://master.sai.msu.ru/en/news/ -- 13.3 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>200) - master.sai.msu.ru/ )

38. Meade Instruments Corporation - Pictor Manual Part 3
... Meade Instruments Corporation . ... Section 3: File Menu . ... Displays the dialog to open an existing image: . ... Saves the current image as a new file name or new file type, or both. ... This can be useful to prevent having 20 or more images open at once, and saves having to close them manually. ... This is done by creating a text file with the same name as the image file. ... Note that Image Information is saved within the FITS file, so there will not be a text file to accompany these files. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/manuals/pictor/pictor3.html -- 13.0 Кб -- 01.02.2006
Похожие документы

39. Cдвижной противоросник для 80ED - Общая Астрономическая Конференция
Общая Астрономическая Конференция > Практика > Своими руками . Cдвижной противоросник для 80ED . ... Поиск . Сообщения за день . ... striimii . ... Сообщений: 3,569 . ... Найти еще сообщения от striimii . ... Сообщение от striimii . ... Созвездия (поиск и описание) .. Созвездия южного неба (поиск и описание) .. Осенние созвездия (поиск и описание) .. Летние созвездия (поиск и описание) .. Околополюсные созвездия (поиск и описание) .. Весенние созвездия (поиск и описание).. ...
[ Сохраненная копия ]  Ссылки http://www.starlab.ru/showthread.php?t=11683 -- 74.1 Кб -- 11.04.2016
Похожие документы

40. http://www.mso.anu.edu.au/~bessell/FTP/bessell.cfile
GENERAL] alias dbs configure focal_station nasmyth_a; \ rotator vertical_angle; \ rotator 180 alias imager configure focal_station nasmyth_b; \ rotator position_angle alias echelle configure focal_station nasmyth_b;\ rotator not_in_use alias wopen configure windscreen_control open alias wtrack configure windscreen_control vertical_only alias t ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~bessell/FTP/bessell.cfile -- 3.6 Кб -- 10.01.2009
Похожие документы

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


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

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

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