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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.eso.org/projects/dfs/team/DFS-environment-dev.html.

1. TUI:Scripts:Scripting Tutorial:Get Info
It is easy to incorporate information from an instrument or the telescope into your scripts. ... mess with the getKeyVar statements because getKeyVar returns None in debug mode, making the commands run, which is perfect. import TUI .TCC.TCCModel import TUI .Inst. DIS .DISModel from TUI .Inst. DIS .StatusConfigInputWdg import StatusConfigInputWdg InstName = DIS class ScriptClass(object): Simple script to configure DIS . def __init__(self, sr): Display ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/GetInfo.html -- 6.4 Кб -- 05.09.2014
Похожие документы

2. Module mod_actions
This module provides for executing CGI scripts based on media type or request method. ... Source File: mod_actions.c . ... Action . ... Syntax: Action action-type cgi-script . ... Examples: # Requests for files of a particular type: Action image/gif /cgi-bin/images.cgi # Files of a particular file extension AddHandler my-file-type .xyz Action my-file-type /cgi-bin/program.cgi . ... This directive adds an action, which will activate cgi-script when a file is requested using the method of method . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_actions.html -- 7.1 Кб -- 03.10.2002
Похожие документы

3. Pulsar Group PmWiki/Available Actions
... PmWiki . Summary: PmWiki group header. ... Summary: All PmWiki page actions (?action=) and other query parameters:) . ... Cookbook actions . ... See also site page actions . ... displays dialog for setting/changing password of the specified page or group of pages, see passwords , see also $EnablePostAttrClearSession if you do not want to have the session cleared after validating change { PmWiki /Passwords$:Summary} . ... edit the specified page, see basic editing { PmWiki/BasicEditing $:Summary} . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.AvailableActions -- 34.1 Кб -- 01.03.2014
Похожие документы

4. mod_actions - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... Execute CGI scripts based on media type or request method. ... actions_module . ... The Action directive lets you run CGI scripts whenever a file of a certain MIME content type is requested. ... Action . ... Action action-type cgi-script [virtual] . ... Script method cgi-script . ... This directive adds an action, which will activate cgi-script when a file is requested using the method of method . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/ru/mod/mod_actions.html -- 13.0 Кб -- 19.11.2015
Похожие документы

5. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1461) - astro.uni-altai.ru/ )

6. Setting the CDE Backdrop - shell script
CDE doesn't make it easy to set the background image of the workspaces dynamically. ... Since the whole reason I did this was to look at jumbo images across both of my monitors, I found another way. cde-backdrop is a shell script (/bin/sh) that can be used on the command line or called from other scripts, which will find the CDE backdrop window which you select by name, and apply an image (in a variety of formats) to that background. cde-backdrop [ workspace | ... Download cde-backdrop version 1.0 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/cde-backdrop.html -- 8.0 Кб -- 10.04.2016
Похожие документы

7. GUI-fying and Documenting your Shell Script
... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... When individual applications are (tightly) integrated into the scripting language, this offers very powerful scripts, fully graphical user interfaces and a result sometimes indistinguishable from applications. ... Here is an example header from a C-shell script with which Figure 1 was made. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/teubenp.html -- 10.5 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/teubenp.html -- 10.5 Кб -- 15.05.1998
Похожие документы

8. http://www.astro.louisville.edu/software/alsvid/alsvid-current/README
... Linux systems will usually have the Python core (Version 2.7) available. ... ALSVID Python Utilities for Processing FITS Images ================================================== file _renumber.py Renumber files in a directory fits _1d_to_dat.py Extract a 1-dimensional FITS array as data fits _absolute_value.py Absolute value of an image fits _background_remove.py Fit and subtract a background fits _bias.py Subtract a bias frame fits _bin.py Bin a stack of images one by one ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/alsvid/alsvid-current/README -- 8.6 Кб -- 22.03.2016
Похожие документы

9. Creating commands and programs using the shell
As well as using the shell to run commands you can use its built-in programming language to write your own commands or programs. You can put commands into a file - known as a shell script - and then execute that file as you would a command or program. The use of the Bourne shell (sh) is illustrated as this is available on all UNIX systems. ... The C and TC shells use a programming language which is similar to the C programming language. Creating and executing simple shell scripts . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/index.html -- 2.5 Кб -- 17.01.1997
Похожие документы

10. Image: IMG 1480
. Album : asv-album :: Travels to distant places and countries :: 2004/06 Leiden, Hague, Amsterdam (Netherlands) :: Participants (available for participants only) . Up . << Prev . IMG 1480 . Next >> . Album created by album script a script by David Ljung on Tue Jun 23 14:49:23 2015 .
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/album/trips/2004.06.Netherlands/portraits/tn/IMG_1480.JPG.index.html -- 6.2 Кб -- 23.06.2015
Похожие документы
Еще в разделе: (Показать все результаты (>10878) - crydee.sai.msu.ru/ )

11. Digitized Sky Survey - SIAP Interface
SAI VO . ... SAI CAS . ... Web Services . Catalog Access Services . ... SAI VO Wiki . ... Program Access . SAI CAS Wiki . SAI Web Services . ... DSS Mirror . ... We provide an implementation of IVOA standard Simple Image Access Protocol interface to our DSS mirror. Service metadata is available here . Currently, we provide the atlas service only, which returns the list of original DSS images intersecting the requested sky area. ... SAI MSU | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/dss/siap.html -- 5.0 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>159) - vo.astronet.ru/ )

12. SCRIPT - зарезервирован для будущего использования
... Центром Информационных Технологий . ... Зарезервировано для будущего использования с описывающими языками. ... Программы просмотра не должны показывать содержимое элементов SCRIPT. SCRIPT> скриптовые объявления </SCRIPT> . ... Синтаксис и семантика должны быть определены отдельно. ... Так как семантика для элемента SCRIPT не определена в HTML 3.2, нет возможности дать какой-нибудь выразительный пример. Элементы SCRIPT в будущих версиях HTML будут служить для создания и поддержки сценариев. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/html3.2ex/gl_72.htm -- 4.0 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_72.htm -- 4.0 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_72.htm -- 4.0 Кб -- 17.03.1998
Похожие документы

13. SUN: Apparent Geocentric Positions, astronomical script - Запорожский клуб
... Киевский клуб любителей астрономии "Астрополис" > . ... Запорожский клуб АЛЬТАИР > . SUN: Apparent Geocentric Positions, astronomical script . ... Жизнь клуба . ... 05 Май 2006, 03:02:20 ? ... SUN Apparent Geocentric Positions . ... 2006 May 05 00h00m00s 2h 47m 38.744s +16* 09' 09.47" . 2006 May 06 00h00m00s 2h 51m 30.299s +16* 26' 14.04" . 2006 May 07 00h00m00s 2h 55m 22.396s +16* 43' 02.11" . ... 2006 May 05 00h00m00s 2h 47m 38.729s +16* 09' 09.43" . ...
[ Сохраненная копия ]  Ссылки http://www.astroclub.kiev.ua/forum/index.php?topic=1249.0 -- 46.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>15) - www.astroclub.kiev.ua/ )

14. Шапка Skills Script Forest Green MAXITOYS Грелка-Игрушка Зайчонок MT-MRT0414029
... Тип: Шапка . ... Шапка Skills Script - мастхэв любого гардероба. ... Размер EU: EUR 41, EUR 38, EUR 39, EUR 40, . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku9839.html -- 24.4 Кб -- 14.02.2016
Похожие документы

15. Астронет > Использование Windows Scripting Host для контроля качества обучения
... Использование Windows Scripting Host для контроля качества обучения . ... Среди большого числа технологий, позволяющих решить эту задачу, особого внимания, на наш взгляд, заслуживает Windows Scripting Host (WSH) [3]. ... Из изложенного ясно, что использования Windows Scripting Host дает новые, широкие возможности при организации дистанционного обучения. ... Автоматизация работы с использованием Windows Scripting Host. http://www.optim.ru/cs/2000/1/WSH/WSH.asp , 2000г. 4. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/msg/1177124/10.html -- 20.1 Кб -- 27.05.2002
Похожие документы
Еще в разделе: (Показать все результаты (>26933) - www.astronet.ru/ )

16. Ссылки на учебники по HTML, CSS и Java Script в сети Internet
. Учебник по HTML и CSS . Учебник HTML . Учебник HTML 17 уроков . Учебник по HTML для начинающих . Учебник по основам HTML . Учебник по языку HTML (Львовский М.Б.) . Отличный учебник по основам HTML . Учебник по HTML . Учебник по HTML . Учебник по CSS
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/afk/Teaching/Help/HTMLref.htm -- 5.1 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>132) - www.astro.spbu.ru/ )

17. EVM and ETRM specification for ESO instruments
... This page gives access to the current specification for the EVM and ETRM scripts, included in the instrument packages of the ESO instruments, and used by the OHS tools like P2PP or the OT. ... The following table gives you links to access the ETRM or/and EVM specifications for a given instrument. The specification for an EVM script is a text file listing all checks done on the OBs for the concerned instrument. ... AMBER EVM . ... CRIRES not offered . ... FEROS EVM . ... FLAMES EVM . ... KMOS EVM . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/observing/usg/sciops/EVM_ETRM/ -- 16.2 Кб -- 21.12.2015
Похожие документы

18. http://hea.iki.rssi.ru/Z-90/head.html~
;expires CONTENT= 0 title Zeldovich-90: COSMOLOGY AND HIGH ENERGY ASTROPHYSICS /title link href = ./style_blue.css rel= stylesheet type= text/css script language= JavaScript src= / Z-90 /scripts/gen_validatorv2.js type= text/ javascript / script script language= JavaScript type= text/ ... A class=tab HREF="/Z-90/pinfo.html">Practical Information</A> <br> <A class=tab HREF="/Z-90/contacts.html">Contacts</A> | A class=tab HREF="/Z-90/list.pl">List of participants</A> | ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/Z-90/head.html~ -- 4.0 Кб -- 11.12.2004
Похожие документы

19. Spectrum v1 - Input Syntax
The main input to SPECTRUM has been changed to allow a more flexible definition of some of the many options and to enable the elements of the code to be used in a more versatile way. ... The strict formatting of these files makes them unintelligible and the addition of new data inputs, options, etc., difficult. For example the mode of operation currently depends on the sign of certain data inputs! ... For the time being, both old and new style input will be recognised. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_v1.html -- 2.9 Кб -- 02.06.2003
Похожие документы

20. The GLORIA Project makes available to internet users 13 robotic telescopes in
... Since 2011 our observatory is a member of GLORIA (GLObal Robotic telescopes Intelligent Array for e-Science) project - wide international collaboration of 13 scientific institutions from 8 countries aiming at opening public access to robotic telescopes, as well as propagating astronomy in general. The GLORIA Project offers Internet users the possibility of studying the sky from professional observatories. ... The experiments are available at the users site of GLORIA. ... About GLORIA . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Science/SciNewsExt/2014/robtel/ -- 5.7 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Science/SciNewsExt/2014/robtel/ -- 5.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>77) - mavr.sao.ru/ )

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


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

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

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