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

1 | 2 | 3 | 4 | 5 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/people/pulsar/tempo/tempo_install.html.

1. Tempo 11 Installation
... Download the following files from ATNF (Australia) or Princeton (USA): . ... Set environment variable TEMPO to point to the tempo11 directory using the full path name. For example, using csh in the directory `/disk1': setenv TEMPO /disk1/tempo11 . ... Compare the tpo output file with the file from the distribution: diff tempo.lis tempo.lis.original Ideally only two lines of these files will differ--the line with the tempo execution time, and the line with the input file name (with its full path). ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/tempo/tempo11.000_install.html -- 4.5 Кб -- 03.02.2013
Похожие документы

2. Software Store - Installation Guide
... Obtaining the software . ... a. Decide on the root directory where your software is going to go.... /home/friday , for example. b. In your .cshrc file, define . ... home/friday/]lib . ... after make ) an object code library ../pack/qub/libqub.a . ... Then a common section of code, found in ../pack/make_library supplies all the necessary targets: . ... remove The conservative way to build this library is to cd /home/friday/pack/qub; make; make install; make clean . ... cd /home/friday/pack; make . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/Howto_install1.html -- 6.9 Кб -- 02.06.2003
Похожие документы

3. http://hea-www.harvard.edu/PINTofALE/doc/installation.txt
... To install PINTofALE: 0. If all you need are the IDL procedures, download and unpack http://hea-www.harvard.edu/PINTofALE/PoA_pro_current.tar.gz and add the location to IDL's !PATH. ... Assuming that PINTofALE will be installed in the directory /foo/bar/, type cd /foo/bar/ gunzip -c PoA_current.tar.gz | ... One possible method is to include the following (or equivalent) in your $HOME/.cshrc setenv PINTofALE /foo/bar/PINTofALE if ( $?IDL_PATH ) setenv IDL_PATH +$PINTofALE/pro\:${IDL_PATH} if (! ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/doc/installation.txt -- 8.7 Кб -- 20.11.2013
Похожие документы

4. Stellarium: File and Directory Structure
... FileљStructure . ... After downloading all the catalogues, the paths to the various files should look like this: Installation Data Directory / stars / default / stars _0_0v0_1.cat Installation Data Directory / stars / default / stars _1_0v0_1.cat Installation Data Directory / stars / default / stars _2_0v0_1.cat Installation Data Directory / stars / ... In this case, all the files would be in the <Installation Data Directory>/stars/default directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure.html -- 13.4 Кб -- 28.02.2014
Похожие документы

5. http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html
... The files in this directory are for installing the latest version 3.0.0 of AstroImageJ on Linux, Windows, and Mac operating systems. ... If you have Java already installed on your system (32-bit or 64-bit), download the following version of AstroImageJ that does not include Java embedded in installation. ... To install AstroImageJ on a 64-bit Windows machine, install the following file which includes the Java 7 64-bit runtime environment ( jre ). ... Run AIJ by double-clicking AstroImageJ.exe. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html -- 55.1 Кб -- 07.12.2014
Похожие документы

6. Useless form
usr/bin/python # This CGI script has been generated as part of an FM installation and # can be used to test that everything is working properly. ... If specified, # data from the form will be registered also as single # files named: rec_xxxxxxx.txt h1="HERSCHEL USE QUESTIONNAIRE", # Form box title # h2="Useless form", # Form box subtitle. ... The order will be respected in the form. ... Field names cannot be duplicated. f.addItem("name",label="Name",size=10) # Simple text item. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/~lfini/testform.py -- 8.3 Кб -- 08.05.2012
Похожие документы

7. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>166) - lnfm1.sai.msu.ru/ )

8. Apache suEXEC Support
... From the top-level of the Apache source tree, type: cd support [ENTER] . ... From support/suexec.h /* * HTTPD_USER -- Define as the username under which Apache normally * runs. ... See the suEXEC documentation for more detailed * information. */ #define USERDIR_SUFFIX "public_html" /* * LOG_EXEC -- Define this as a filename if you want all suEXEC * transactions and errors logged for auditing and * debugging purposes. */ #define LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/suexec_1_2.html -- 8.3 Кб -- 15.10.2001
Похожие документы

9. Copying files to another directory
. To copy a file to another directory from your current directory give name of the source file followed by the pathname to the destination file. cp source path_to_destination . For the destination file to have the same name as the source file use: cp source path_to_destination_directory . Examples . Problems? . Did You Know? .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/copy3.html -- 2.2 Кб -- 17.01.1997
Похожие документы

10. Adding Variables to CONFIG.SYS
README for XFree86 on OS/2 : Adding Variables to CONFIG.SYS . ... ETC . Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as SET ETC=C:\TCPIP\ETC For Warp 4 and later, this may point to the \MPTN\ directory. ... Normally you will set this variable to the same value as the HOSTNAME variable and simply add a :0.0 after it, such as SET DISPLAY=myhost:0.0 Read the X11 man page on the exact meaning of these postfixes and other options. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS29.html -- 8.3 Кб -- 23.10.2000
Похожие документы

11. More Compiliation Problems - an Astronomy Net XEphem Forum Message
XEphem Forum Message . ... More Compiliation Problems . ... when I compile the Xephem source code in the /GUI/xephem file, I get the following... gcc -O2 -fno-strength-reduce -I../../libastro -I/usr/X11R6/include -I/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L -D_BSD_SOURCE -D_SVID_SOURCE -D_REENTRANT -DFUNCPROTO=15 -DNARROWPROTO -c aavso.c -o aavso.o . aavso.c:20: Xm/Xm.h: No such file or directory . ... www.astronomy.net . About Astronomy Net | ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/xephem/messages/81.shtml -- 14.9 Кб -- 09.04.2016
Похожие документы

12. TUI:TUI Menu:Downloads Window
The downloads window displays the download status of science and guider/slitviewer images. It allows you to view details and abort downloads. ... The left column contains the state of the download and the right column the name of the file. You may click on a file name to see details about the download in the details area (see below). ... Connecting: the download is starting. ... To select a download, click on a file name in the log area (upper portion of the window). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/DownloadsWin.html -- 3.4 Кб -- 05.09.2014
Похожие документы

13. NEdit.org
... About NEdit . ... The following allows you to display directories and open subdirectories/files. ... Shift+Enter go to selected directory or open selected file . ... Dired Home:Shift+Home:o:: { if ($ file _path == ) $ nedit_cwd = ./ else $ nedit_cwd = $ file _path macro_menu_command( Dired ls ) } Dired ls:F12::: { if ($ nedit_cwd == ) $ nedit_cwd = ./ select_all() delete() temp = \\ $ nedit_cwd \\ cmd = cd temp ; ls -laCF insert_string(shell_command(cmd, )) mesg = ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/4/4-08.shtml -- 14.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/macro/4/4-08.shtml -- 14.7 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/macro/4/4-08.shtml -- 14.7 Кб -- 02.10.2012
Похожие документы

14. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы
Еще в разделе: (Показать все результаты (>657) - hea.iki.rssi.ru/ )

15. Installation of MIDAS
... 08.May.95 verify.tar.Z # MIDAS verification procedures (optional) calib.tar.Z # All calibration data already installed (optional) demo.tar.Z # All demo data already installed (optional) 97NOVpl2.0.tar.gz # MIDAS 97NOV patch level 2.0 already installed and # without sources, for Linux 2.0.28 (Slackware # distribution but also verified to run on RedHat 4.2) [00-13].97NOVpl2.0.tar.gz # The previous file in 1.44 MB chunks. ... Select NAME to DELETE: - Optional: Calibration and Demo data already...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/afk/DataAnal/Midas/Installation.html -- 7.7 Кб -- 19.11.2010
Похожие документы

16. Index of /mass/download/
. Name . Last Modified . Size . Type . Parent Directory / . - . Directory . doc / . 2015-Jun-30 16:33:45 . - . Directory . microcodes / . 2009-Nov-25 22:29:10 . - . Directory . lighttpd/1.4.37
[ Сохраненная копия ]  Ссылки http://curl.sai.msu.ru/mass/download/ -- 2.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>39) - curl.sai.msu.ru/ )

17. SAI OCL Catalog Trumpler 19
. Home . Structure of Data . Description . Catalog . Publications . VO . ЮБ 2000 . 11:14:20.2 . ЮД 2000 . -57:33:04 . l . 290.172 . b . 2.895 . diameter . 14.0' . (m - M) 0 . 11.4 0.05 . distance . 1900 50 pc . E(B - V) . 0.08 0.01 . log(t) . 9.65 0.05 . (J, J-H) isochrone VOTable . 2MASS data VOTable . Developed by the Team . Send us your questions or feedback
[ Сохраненная копия ]  Ссылки http://ocl.sai.msu.ru/catalog/trumpler_19/ -- 7.2 Кб -- 09.04.2016
Похожие документы

18. Do the paths of totality during solar eclipses follow a pattern that repeats
... solar system . ... Solar eclipse travelogue: Sulawesi delivers a spectacular eclipse . ... Observe the Solar System . ... Tour the Solar System . ... Do the paths of totality during solar eclipses follow a pattern that repeats after a certain period? ... RELATED TOPICS: SOLAR ECLIPSE . Total eclipses follow a period known as the saros, which is 18 years and 11 1/3 days long. ... Get instant access to subscriber content on Astronomy.com! ... Join Astronomy for America's 2017 total solar eclipse! ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2012/01/solar-shadow -- 63.0 Кб -- 10.04.2016
Похожие документы

19. Following a rainbow back to the Big Bang | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Stars . ... Space Flight . ... Some 13.7 billion years ago, a mere millionth of a second after the Big Bang, the first hydrogen and helium nuclei condensed out of a hot, dense soup of quarks and gluons. ... In the very last few kilometres some of the light was scattered by a myriad of water droplets (containing hydrogen nuclei which had existed almost since the Big Bang) slowly descending through the air following a rainshower. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/following-a-rainbow-back-to-the-big-bang.html -- 42.2 Кб -- 09.04.2016
Похожие документы

20. Follow The Spots
Astronomy Picture of the Day . ... 21.10.1999 . ... Credit Copyright: Louis Strous ( LMSAL ), SOHO - MDI Consortium, ESA , NASA Explanation: The Sun rotates on its axis about once every 27 days. ... Just follow the sunspots . ... It shows the Sun's visible surface for most days of August 1999 so that the same sunspots appear many times as the solar rotation carries them across the face of the Sun . ... October 1999 . ... 1999 2000 . ... Publications with keywords: Sun - solar rotation - sunspot . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1217679 -- 15.0 Кб -- 12.11.2006
Похожие документы

1 | 2 | 3 | 4 | 5 | След.


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

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

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