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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.iki.rssi.ru/apetruko/kpidl1.html.

1. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

2. 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
Похожие документы

3. mod_userdir - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... User-specific directories . ... A request for http://www.example.com/~bob/one/two.html will be translated to: . ... http://www.example.com/users/bob/one/two.html . ... http://www.example.com/bob/usr/one/two.html . ... With a request for http://www.example.com/~bob/one/two.html , will try to find the page at ~bob/public_html/one/two.html first, then /usr/web/bob/one/two.html , and finally it will send a redirect to http://www.example.com/bob/one/two.html . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_userdir.html -- 12.4 Кб -- 19.11.2015
Похожие документы

4. casacore: casa::DOos Class Reference
... List of all members. static Vector < Bool > . isValidPathName (const Vector < String > &pathName) . ... static Vector < String > casa::DOos::baseName . ... If from is a symbolic link and follow is False, only the symbolic link is copied. static Vector < String > casa::DOos::dirName . ... Return the full directory names of the given files. static Vector < Bool > casa::DOos::fileExists . ... If follow is False, symbolic links are not followed. static Vector < String > casa::DOos::fileNames . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1DOos.html -- 46.3 Кб -- 14.02.2011
Похожие документы

5. common tcsh completions
The following are useful tcsh completions I use, which should mostly be fairly standard for any unix platform, so you can just drop them into place. # directories complete cd 'C/*/d/' complete rmdir 'C/*/d/' complete lsd 'C/*/d/' # signal names # also note that the initial - can be created with the first completion # but without appending a space (note the extra slash with no # append character specified) ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/tcsh.html -- 6.0 Кб -- 10.04.2016
Похожие документы

6. Checking Compatibility of Video Hardware
README for XFree86 on OS/2 : Checking Compatibility of Video Hardware . ... Edit your CONFIG.SYS file to contain the following line somewhere: DEVICE=Y:\XFree86\lib\xf86sup.sys Of course replace ``Y:'' with the correct drive letter. ... Refer to section Adding Variables to CONFIG.SYS below. ... Start a full screen OS/2 CMD session and enter the following command: [C:\] Y:\XFree86\bin\SuperProbe . ... SuperProbe can identify many more video cards than are supported by XFree86. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS27.html -- 4.2 Кб -- 23.10.2000
Похожие документы

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
Похожие документы
Еще в разделе: (Показать все результаты (>170) - lnfm1.sai.msu.ru/ )

8. Filename completion with the Korn shell
Filename completion is only available if the the environment variables EDITOR and/or VISUAL are set to either emacs , gmacs or vi . For example: EDITOR=emacs . ... To complete a file or directory name with emacs or gmacs set press the ESC key twice. ls -l on<ESC><ESC> line_help . If the filename is not completed enter more characters until the filename can be uniquely identified. ... To complete a file or directory name with vi set press the \ (backward slash) key. ls -l on\ line_help . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/cmd1.3.html -- 3.2 Кб -- 17.01.1997
Похожие документы

9. Background
Next: The root filesystem Up: Overview of the Directory Previous: Overview of the Directory . This chapter is loosely based on the Linux filesystem standard, FSSTND, version 1.2 (see the bibliography, [ Qui95 ]), which attempts to set a standard for how the directory tree in a Linux system is organized. ... This chapter does not explain all files in detail. ... The major parts are the root, /usr љ , /var љ , and /home љ filesystems (see figure 2.1 ). ... Figure 2.1: Parts of a Unix directory tree. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node21.html -- 9.5 Кб -- 04.05.1997
Похожие документы
Еще в разделе: (Показать все результаты (>2763) - star.arm.ac.uk/ )

10. RTT150 project data archive
RTT150 . ... HEAD IKI . This page is a search interface through RTT150 observationsdatabase which is stored at IKI. According to the agreement between participantsof RTT150 project, observational data fully belong to the institution which hascarried out this observation for one year, are available to all three partiesinvolved (IKI, KSU and TUG) during the second year and become freely accessibleto the whole astronomical community starting two years after observation date. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/AZT22/ENG/dbase.htm -- 7.0 Кб -- 18.02.2004
Похожие документы

11. 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
Похожие документы

12. Preparing and Submitting Tabular Data
... the data are described accurately enough to allow an unambiguous interpretation of the data, as well as a comprehension of the context in which the data were acquired and/or processed; a single ascii file, named ReadMe , is designed for this role. the data are in a format which allows their usage by tools currently in usage in our discipline -- normally flat ascii files ; other formats can be accepted, but are converted into flat files. ... How to prepare the Data files . ... How to deposit the data...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 25.12.2008
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 15.05.2008
Похожие документы

13. Re: Re: RPM Package Available For XEphem 3.4? - an Astronomy Net XEphem Forum
XEphem Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... Discussion Forums | XEphem Ephemeris Software Discussion | Post . ... Re: Re: RPM Package Available For XEphem 3.4? Forum List | ... Post Message | ... Login to Post . ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/xephem/messages/121.shtml -- 13.3 Кб -- 09.04.2016
Похожие документы

14. Stellarium: Plugins
... CodingљStyle . ... Plugins . ... Building Plugins . ... dynamic plugins are stand-alone dynamic libraries (separate files with .so extension on Linux, .dll in Windows or .dylib on Mac OS X) that are loaded at run-time (on start-up) by Stellarium. This allows dynamic plugins to be distributed separately from Stellarium. static plugins are linked statically at build-time. ... For the rest of this discussion, I will assume you downloaded the source code in the directory /home/me/builds/stellarium . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/plugins.html -- 14.9 Кб -- 28.02.2014
Похожие документы

15. Astrophysical Research Consortium - Apache Point Observatory
... How do have my images go into a different directory? To put your images into a directory other than the standard /export/images you MUST create the directory from the dryrot prompt. ... Create the directory with the following command dryrot: mkdir /export/images/ your directory Now when you set up the directory in spicam you need to type spicam: path /export/images/ your directory This will now put the images into your directory. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/SPIcam/SPIcam_problems.html -- 4.9 Кб -- 07.03.2007
Похожие документы

16. 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
Похожие документы

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. File Access and Directory System Calls
... This basically involves calling appropriate functions to traverse a directory hierarchy or inquire about a directories contents. int chdir(char *path) -- changes directory to specified path string. ... There are many system calls that can applied directly to files stored in a directory. int access(char *path, int mode) -- determine accessibility of file. path points to a path name naming a file. access() checks the named file for accessibility according to mode , defined in #include <unistd.h> : . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 02.10.2012
Похожие документы

19. REGIONAL DATA ARCHIVE (SMIS IKI RAN Project)
... Satellite data ] . ... Data organization and access. ... The following data types are used for storage of information relevant to the project: . ... All data available within the Pavodok-96 project are copyright ї Space Monitoring Information Support laboratory (SMIS IKI RAN). Neither the data themselves nor any materials obtained with the use of these data can be used for commercial purposes and/or by any mass-media or public information system without prior writting permission from SMIS IKI RAN. ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/dataserv/engl/data_d.htm -- 5.6 Кб -- 27.03.1997
Похожие документы
Еще в разделе: (Показать все результаты (>17) - smis.iki.rssi.ru/ )

20. Journal "Peremennye Zvezdy"
Peremennye Zvezdy", . ... Max . Min . ... USNO-A2.0 0525-03498176 . ... Comm. ... USNO-A2.0 0525-03518699 . ... USNO-A2.0 0525-03528829 . ... USNO-A2.0 0525-03533089 . ... USNO-A2.0 0525-03553393 . ... USNO-A2.0 0600-44453902 . ... USNO-A2.0 0600-44469023 . ... 0.0008 . ... 0.0007 . ... 0.0007 Min II =14 m .36. ... 0.0005 Min II =15 m .66. ... A close pair of two stars: USNO-A2.0 0525-03533089 and USNO-A2.0 0525-03533312. USNO-A2.0 0525-03533089 varies. ... Comparison star . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1248519 -- 19.1 Кб -- 14.01.1973
Похожие документы

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


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

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

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