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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/basics/basic1.html.

1. Environment Monitoring Information Systems
... SMIS : Space Monitoring Information Support laboratory . Russia's Weather : State Meteorological Center Weather Forecast . Space Weather service : ACE real time solar wind data and simple geomagnetic activity forecast. ... World Fire Web : Space Research Institute (IKI) node . Sputnik : Joint project of SRC Planeta, Rosgidromet and Space Research Institute (IKI) . ... Today's Space Weather : Presented by the Space Environment Center . ... Back to the Space Research Institute Home Page ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/monitoring/monitor.html -- 3.6 Кб -- 29.08.2001
Похожие документы
Еще в разделе: (Показать все результаты (>821) - www.iki.rssi.ru/ )

2. X Window System Problems
... Please note the following problems and workarounds: . ... Arrow keys . Arrow keys are used in SAOtng to move the mouse or markers. ... Unfortunately, error messages are generated if both sets are defined in the SAOtng code but are not supported by X. To get around this problem, we have added the -kbprefix command switch (and the SAOTNG_KBPREFIX environment variable) to SAOtng. This switch allows you to specify which arrow keys you want to use (assuming your version of X supports both). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/xproblems.html -- 5.0 Кб -- 01.10.2012
Похожие документы

3. The SRON-HeaD Data Analysis System
Next: Three-dimensional Data Analysis in IRAF and ZODIAC+ . ... A data analysis system has been developed at SRON, which has been designed to allow rigorous control of the quality of its processed data products. ... This means recording all parameters of all steps which lead to the establishment of the final data products (Figure 1 ). ... Figure: A processing pipeline is a sequence of tasks with several input/output files and parameters, which pass data from one task to the next. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/devriesc.html -- 9.7 Кб -- 23.06.1998
Похожие документы

4. On-The-Fly Reprocessing Systems
The On-The-Fly Calibration (OTFC) system, publicly released in Dec. 1999, calibrated data at the time a user requested data from the archive. ... The On-The-Fly Reprocessing (OTFR) system replaced OTFC on May 16, 2001. ... UCHCOORD and OTFR. ... To address this issue, a new header keyword, PROCTIME, has been added to OTFR data to record when the system processed the data. ... OTFC . OTFR . ... POD file (original telemetry file) is retrieved from HST archive and passed to OTFR system. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/instruments/wfpc2/Wfpc2_hand4/ch8_calibration8.html -- 10.6 Кб -- 04.09.2001
Похожие документы

5. Solar System | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Solar System . ... Space Flight . ... 8 Comments Newly discovered small Solar System body V774104 may seem just another tiny, cold and remote world beyond Neptune but this is an important finding as its mere existence suggests that [ ] . Continue Reading.. ... Posted on September 26, 2014 | ... 4 Comments One of the latest members of the Solar System to be discovered, 2012 VP113 is a tiny isolated world in the outer Solar System. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/tag/solar-system -- 56.2 Кб -- 09.04.2016
Похожие документы

6. World Coordinate Systems (WCS) in FITS
The FITS "World Coordinate System" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate systems in a FITS image header. ... I: "Representations of world coordinates in FITS" , Greisen, E.W. & Calabretta, M.R. (2002), Astronomy & Astrophysics , 395 , 1061-1075. ... This diagram illustrating Bonne's projection with conformal latitude +35 was produced by WCSLIB , a C implementation of the coordinate transformations defined in the FITS WCS papers. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/index.html -- 14.0 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>23942) - www.atnf.csiro.au/ )

7. A prototype build system for CASA using SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... Introduction to SCons . I have designed a prototype implementation of a build system for CASA based on the SCons tool. ... This system is experimental and not the official way of building CASA. ... The main version of the code for this build system is contained in a bzr branch, together with the remainder of the CASA system. ... Build: . ... To debug the SCons build process: . ... A prototype build system for CASA using SCons . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casascons.html -- 16.6 Кб -- 04.04.2016
Похожие документы

8. ESO - ESO-MIDAS Hard- and Software Requirements
... Science . ... Science Users Information Science Software ESO-MIDAS jump to navigation jump to content . ... Science Software . ... ESO-MIDAS . ... ESO-MIDAS uses software standards provided by most computer manufactures, and runs on UNIX or Linux based platforms, as well as on Mac OSX systems. ... RedHat based, e.g. Scientific Linux, CentOS . ... Ubuntu based, e.g. Kubuntu, Ultimate Edition, Linux Mint . ... Debian based, e.g. aptosid . ... based on Linux/X11 emulation software Cygwin_NT-5.1 . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/software/esomidas/midas-require.html -- 30.3 Кб -- 10.04.2016
Похожие документы

9. Problem creating a new system call
... Just to learn how to generate a system call, I created a simple system call that basically sets and resets the value of a global parameter "PREFETCH". SYSTEM CALL code ********************************** int PREFETCH = 0; /* this is a global variable */ . ... To execute the sys_prefetch system call, I wrote a prefetch.c file with the following code. ************************code to call sys_prefetch***************** #include <linux/unistd.h> _syscall2 (int, prefetch, int, mode, int, nr_hints) . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135.html -- 4.2 Кб -- 23.03.2000
Похожие документы

10. Sysadm
... Introduction to Unix System Administration . ... The Linux System Administrators' Guide . ... Master System - UNIX systems configuration tool . ... System optimization Information . ... The PC-Mac TCP/IP NFS FAQ list by Rawn Shah . ... Windows 95-L Networking FAQ and Windows NT 4.0 FAQ . ... Reptile's Linux Security Page . ... Internet Security Systems Inc.() and Security FAQs . ... Matt's Unix Security Page . ... Trusted Information Systems - Network Security and The TIS Firewall Toolkit FAQ . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/sysadm.html -- 16.3 Кб -- 01.10.2012
Похожие документы

11. Getting Started in Actor Prolog. Oil Production.
In this chapter we will consider an example of visual expert system written on the Actor Prolog language. ... There are a lot of methods of oil field bed stimulation that increase output of the oil production: thermal, physical-chemical, gas, microbiological, and others. ... Fig. ... The Top-Most diagram consists of three blocks: the "Describe parameters of hydrocarbon field" block, the "Check adaptability of existed methods of oil production" block, and the "Display solution" block. ... Gas methods. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_oil.html -- 12.2 Кб -- 24.09.2007
Похожие документы

12. http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/EIDE.TXT
... Cylinder-Head-Sector (CHS) form, or physical form, addresses each sector with a (cylinder, head, sector) triplet. ... The number of cylinders, heads per cylinder ("heads"), and sectors per head ("sectors") is called the "disk geometry". ... Linux does not use the BIOS for anything except to determine the disk geometry. ... Both DOS fdisk and Linux fdisk expect these values to agree. DOS fdisk obtains the disk geometry by querying the BIOS; Linux fdisk obtains the geometry by querying the kernel. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/EIDE.TXT -- 8.2 Кб -- 12.07.1995
Похожие документы

13. Spatial coordinate system of the region(s)
... The regions can be specified via the outunit parameter in either of two projection-plane coordinate systems, namely `detxy' and `xy'. ... The first choice corresponds to columns DETX and DETY of the standard XMM EPIC event list, the second to columns X and Y . ... This information is obtained from keywords in the header of the supplied event list. ... If outunit is given as `detxy' and if the supplied source list is a standard XMM EPIC product then in principle the event list is unnecessary. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/region/node5.html -- 6.1 Кб -- 02.07.2008
Похожие документы

14. Special systems
Next: Marginal nights Up: Special problems Previous: Nonlinearity . If you want to either plan or reduce observations made in your own non-standard system, both the planning and the reduction programs let you declare the system as NONE or OTHER . Use NONE when you want to work entirely in the instrumental system, and OTHER when you want to use a special system of standard stars. ... You can maintain your own files of standard stars for your private system, or for your instrumental system. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node308.html -- 3.1 Кб -- 23.02.1996
Похожие документы

15. An Overview of the Coupled Earth-Sun System PPARC Introductory Solar System
... The UK has a very vibrant solar system science community highly regarded internationally. ... The PPARC Introductory and Advanced Courses in Solar System Plasmas has, since the1980s, played an important part in the early training of solar, heliospheric, magnetospheric and ionospheric physicists. ... We therefore seek support to provide the 2007 Introductory Solar System Plasmas School, which will provide valuable training for the next generation of solar system scientists . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~jgd/outgoing/SUMMER_SCHOOL/background.html -- 9.2 Кб -- 07.12.2006
Похожие документы

16. Laboratory of minor bodies of Solar system
The basic problems of the Laboratory are connected with researches of dynamics of minor planets and comets. ... THE ORBIT IMPROVEMENT of minor planets from optical and radar observations, . the utilization of minor planet observations for THE DETERMINATION OF ORIENTATION OF STAR CATALOGUES and DETERMINATION OF MASSES OF MINOR PLANETS BY DYNAMICAL METHOD, . THE ESTIMATION OF COLLISION PROBABILITY of minor planets with other bodies and with each other, . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/englab.htm -- 6.2 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>789) - www.ipa.nw.ru/ )

17. iflo system problems
problems with the if/lo system: . ... rfattn polB switching error: . ... 1006,Channel timeout <17 hex digits> . ... detected state of the sense lines. ... lines appeared to be at 0 V. тЭН A Sense error without a Channel timeout means both sense lines . appeared to be at 24 V. Since we had hpErr2=0 .. (no sense error) then the sense lines were ok but it was the wrong state. (didn't switch).Historically we've had problems with this combination of 87130 channels and attenuator.. <- page up . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/iflo/ifloProblems.html -- 7.3 Кб -- 08.02.2012
Похожие документы

18. More about the UNIX operating system
. Strictly speaking, UNIX is not one single operating system, it is a family of operating systems. Different computer manufacturers produce their own versions of UNIX. Although these are mostly similar, there are small differences which can cause problems. The most obvious examples are the layout of the file system and the exact format of certain commands. History of the UNIX operating system . Modern variants of UNIX .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/concepts/kernel1.2.html -- 2.1 Кб -- 17.01.1997
Похожие документы

19. Using UNIX System Calls and Library Functions
... To use system calls and library functions in a C program we simply call the appropriate C function (Appendix ). We have already met some system calls when dealing with low level I O - open(), creat(), read(), write() and close() are examples. ... All math functions such as sin(), cos(), sqrt() and random number generators - random(), seed(), lrand48(), drand48() etc. are standard math library functions. NOTE: most standard library functions will use system calls within them. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 02.10.2012
Похожие документы

20. RTT150 Optical Systems
RTT150 . Russian-Turkish 1.5-m Telescope . ... Telescope has two main foci (Cassegrain and Coude ) and allows to use six optical systems based on Ritchey-Chretien system with a common main mirror . At present scientific observations are being performed at the Cassegrain focus in main optical scheme with focal ratio of 1:7.7. ... flat . ... To use the Coude focus the removable flat diagonal mirror is also needed in the crossing point of declination axis and main optical axis of telescope. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/AZT22/ENG/to_opt.htm -- 7.6 Кб -- 18.02.2004
Похожие документы

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


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

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

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