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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/Introduction.html.

1. CICADA, CCD and Instrument Control Software
... Computerised Instrument Control and Data Acquisition (CICADA) is a software system for control of telescope instruments in a distributed computing environment. ... Computerised Instrument Control and Data Acquisition (CICADA) is a software system developed to provide access to, control of, and retrieval of data from, instruments mounted on observatory telescopes. ... Each instrument class generates its own request data structures using its own generate_req method, which is called by the control...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/youngp.html -- 12.5 Кб -- 23.06.1998
Похожие документы

2. TUI:Instruments:NICFPS:NICFPS window
Displays the current status of NICFPS spectrograph and allows you to change the configuration. ... Once the instrument builders have more time with the instrument we plan to refine the controls. ... Select TUI:Save Window Positions to remember the state of this checkbutton. ... The contextual menu on each control can return that control to the current setting of the instrument. ... the current set of filters. ... Current : reset all configuration widgets to the current state of the instrument. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Instruments/NICFPS/NICFPSWin.html -- 4.8 Кб -- 05.09.2014
Похожие документы

3. Iowa Robotic Telescope Facilities
... Iowa Robotic Telescope | ... Talon is based on OCAAS, a software suite developed by software engineer Elwood Downey ( Clear Sky Institute ) for use at the University of Iowa ?s first remote facility (the ATF, or Automated Telescope Facility). ... XObservatory : Telescope Control Interface . ... This program calls upon and coordinates much of the interrelated portions of the Talon architecture, and forms the primary control panel for the telescope, dome, and peripheral systems when used locally. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/Talon(OCAAS)/Iowa%20Robotic%20Telescope%20Facilities.htm -- 37.9 Кб -- 25.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>37) - vega.inp.nsk.su/ )

4. Sfit Control Language: Classified Listing
... spectrum . ... sfit . ... define >macro_name< : define a macro . ... meth_range <w1> <w2>: Set wavelength range for fit . data_spectrum <name> : data in "spectrum" format . ... data_sigma <sigma> : define mean standard error in data . ... data_line_set | ... NB: synth uses multiple calls to spectrum , so various Spectrum commands may also be required. synth : find optimum fit by adjusting abundances, v turb , v sin i , and v rad . ... save <fit> : Save the spectrum and best fit from synth . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_classified.html -- 12.8 Кб -- 18.08.2010
Похожие документы

5. Where are commands located?
. Unix commands are executable binary files located in directories with the name bin (for binary). Many of the commands that you use are located in the directory /usr/bin . When you enter the name of a command the shell checks to see if it is a built-in command. If it is not, it looks for the the binary file that the command name refers to in each of the directories that are defined in the PATH environment variable . more ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/path1.html -- 2.2 Кб -- 17.01.1997
Похожие документы

6. INFRARED FOURIER-SPECTROMETER SICH-F
INFRARED FOURIER-SPECTROMETER SICH-F . ... Instrument work regimes: 1) Inside. 2) Calibration at inside standard sources 2 - 4 times per a rotation. 3) Calibration at "free space" 2 - 4 times per a rotation. 4) Infrared radiation measuring 10 - 40 min. per a rotation. ... Spectrometer consists of the photodetector block and the block of signal processing and control. ... Diagnostic information and attach data will transfer by state telemetric channels. ... Detector temperature. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/projects/warning/sich.html -- 7.5 Кб -- 15.02.2000
Похожие документы
Еще в разделе: (Показать все результаты (>49) - space.univ.kiev.ua/ )

7. SPUTNIK home page
Instrument . ... Scanning TV-sensor with on-board data recording system for global coverage mode . ... recording, direct transmission . ... IR-radiometer for global coverage and direct data transmission modes . ... The scientific instrument package onboard the Meteor-3 spacecraft provides for regular instant acquisition of images of cloudiness and Earth surface in visible and infra-red bands, data on air temperature and humidity, sea surface temperature and clouds temperature. ...
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/meteor/engl/meteor_1.htm -- 14.8 Кб -- 21.01.2002
Похожие документы
Еще в разделе: (Показать все результаты (>10) - sputnik.infospace.ru/ )

8. Server-Wide Configuration
This document explains some of the directives provided by the core server which are used to configure the basic operations of the server. ... Process Creation . Network Configuration . ... User . ... A single control process is responsible for launching child processes which listen for connections and serve them when they arrive. ... The User and Group directives are used to set the privileges of the Apache child processes. ... The child process creates multiple threads to serve requests. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/server-wide.html -- 12.1 Кб -- 15.10.2001
Похожие документы

9. The SAOtng Graphical User Interface
The SAOtng graphical user interface consists of menus, accelerator buttons, the image window, the panner, and the colorbar. The menus provide much of the functional support in SAOtng: . ... The image display window is the heart of the SAOtng user interface. Images are displayed in this window. ... The Panner window provides a visual representation of the section of the image being displayed in the current frame, relative to the image (section) being maintained in SAOtng`s memory. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/gui.html -- 4.0 Кб -- 01.10.2012
Похожие документы

10. Process Control: <stdlib.h>,<unistd.h>
... fork() . ... A process is basically a single running program. ... System is prototyped in <stdlib.h> . ... Each command and sorresponding arguments are put in a args array */ /* execvp is called to execute these commands in child process */ /* spawned by fork () */ /* cc -o fork fork .c */ #include stdio.h #include sys/types.h #include unistd.h main() { char buf [1024]; char * args [64]; for (;;) { /* * Prompt for and read a command. */ printf( Command: ); if (gets( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
Похожие документы

11. Russian Turkish 1.5-m telescope
. english || русский . Main . Location . Telescope . Instruments . Program . Science . Publications . Images . Photos . Links . The telescope is located in the TUBITAK National Observatory (TUG) ( see also here ), in the South of Turkey, in 50 km from Antalya, on the Bakyrlytepe mountain. Coordinates: 36 o 49' 30'' N, 2 h 01 m 20 s E . Elevation: 2500 м . High Energy Astrophysics Department 2016 IKI RAN
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/rtt150/en/index.php?page=location -- 3.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>730) - hea.iki.rssi.ru/ )

12. http://site2010.sai.msu.ru/static/doc/TTravouillon_TMT_site_testing_site2010.pdf
Lessons learned from the Thirty Meter Telescope site testing Tony Travouillon Sebastian Els, Angel Otarola, Reed Riddle, Matthias Schoeck, Warren Skidmore TMT.XXX.PRE.05.0XX.DRF01 1 Introduction TMT and its Site testing. Important choice before going on site. ... Considerations during analysis of the data. TMT.XXX.PRE.05.0XX.DRF01 2 Some Background about the TMT Site Testing TMT is a 30m, segmented, RitcheyChretien telescope design. ... ASCA Cloud Cover Analysis So how do we do it in practice? ...
[