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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/software/datataking/aeronNtpdLosesSync.html.

1. TUI:Scripts:Scripting Tutorial:Basics
... Start TUI (if it is not already running) and load your script using Open... in the Scripts menu. A new script window should appear; press "Start" to run your script. This causes the status bar to show "Hello" for 1 second, after which your script ends and the status bar shows "Done". ... However, TUI will catch this problem the next time you call an sr.wait... function, at which point TUI will kill your script, print a message to the status bar and print details to the error log . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/Basics.html -- 2.8 Кб -- 05.09.2014
Похожие документы

2. Writing Shell Scripts
... To aid description, line numbers are given on the left side of each line (these line numbers are not part of the shell script ). 1: #!/bin/csh 2: 3: # Delete any datasets called multi.uv . 4: 5: rm -rf multi.uv 6: 7: fits in= MULTI.UV op=uvin out= multi.uv 8: 9: foreach srcnam ( 1934-638 0823-500 vela ) 10: uvaver vis = multi.uv select=source(${ srcnam }) out=${ srcnam }.uv 11: end 12: 13: mfcal Line 1: C-shell scripts must always start with the rather cryptic #!/bin/csh . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/userguide/node20.html -- 8.0 Кб -- 10.04.2016
Похожие документы

3. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

4. Warranty checking script for OS X
... updated April 2011 This handy little script lets you check the warranty status of your systems more conveniently than through Apple's web site. You can give it a serial number for an argument, and it will give you the date when the system is no longer covered. ... Note: If you make changes on a live computer to the ARD computer information fields, they won't show up in ARD until the ARD agent on the client is restarted (for instance via the kickstart command, or a reboot). ... 1 comments: . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/OSX/warranty.html -- 6.2 Кб -- 10.04.2016
Похожие документы

5. Python T4:Using PyRAF: writing scripts and programs in Python: Demo Script
... Python T4:Using PyRAF: writing scripts and programs in Python: Demo Script . ... Program Information . ... Script for Python Tutorial 4 ---------------------------- dir print __name__ dir(__builtins__) from pyfits import * dir() f = open('junk.txt','w') f = __builtins__.open('junk.txt','w') raise SystemExit import pyfits dir() dir(pyfits) def cube (x): '''Take the cube of x''' return x*x*x cube (3) cube (2.2) cube () cube ('2') cube .__doc__ calias = cube calias(3) ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/Python/usingPyrafScriptPrograms_dScript.html -- 16.4 Кб -- 11.04.2016
Похожие документы

6. Controlling when to exit a shell script
The exit statement will exit the current shell script. ... If omitted the exit status of the last run command is used. 0 (zero) signifies success, non-zero signifies failure. For example: #!/bin/sh if [ $# -ne 2 ] # "$#" is number of parameters- here we test # whether it is not equal to two then echo "Usage $0 \<file1\> \<file2\>" # not two parameters # so print message exit 2 # and fail ($0 is # name of command). fi ...< rest of script > . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.5.html -- 2.4 Кб -- 17.01.1997
Похожие документы

7. HTML Tag Reference
... This section discusses the tags for defining scripts in a document. Scripts allow you to include JavaScript code in your HTML documents. ... The SCRIPT tag specifies client-side JavaScript code, which means JavaScript code that runs directly in the browser. ... For example, the browser interprets text within angle brackets as a script element, not as an HTML element. ... You can also use SCRIPT tags in the body of your document to define JavaScript code to be executed in that part of the document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags13.htm -- 10.7 Кб -- 26.03.1998
Похожие документы

8. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы

9. Some first attempts at casata scripts Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... casata: CASA Tools for Analysis . Bojan Nikolic <b.nikolic@mrao.cam.ac.uk> # # This script is a translation of M. Zwaan's script at # http://wikis.alma.cl/twiki/pub/AIV/MakeMapsWithCasa/mapN3256B6new.py.txt # # Still a long way to go to tidying up everything, but a quick # illustration of where casata should be heading in. import sys , shutil sys . ... Some first attempts at casata scripts . ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/casata/first-try-scripts.html -- 16.8 Кб -- 04.04.2016
Похожие документы

10. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы

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

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

13. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Execution of CGI scripts . ... Source File: . mod_cgi.c . Any file that has the handler cgi-script will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_cgi.html -- 17.5 Кб -- 19.11.2015
Похожие документы

14. 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
Похожие документы
Еще в разделе: (Показать все результаты (>9) - www.astroclub.kiev.ua/ )

15. Шапка 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
Похожие документы
Еще в разделе: (Показать все результаты (>22) - astrokuban.info/ )

16. Астронет > Использование 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
Похожие документы
Еще в разделе: (Показать все результаты (>49109) - www.astronet.ru/ )

17. Ссылки на учебники по 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
Похожие документы
Еще в разделе: (Показать все результаты (>74) - www.astro.spbu.ru/ )

18. XMM-Newton Further EPIC Background Scripts
... Estimation of the residual Soft Proton flare contamination . ... The script can be run on any EPIC event files (MOS1, MOS2 and/or pn), to estimate the amount of *residual* Soft Proton (SP) flare contamination, i.e. it should only be used *after* attempts have been made to clean the event files for SPs using GTI filtering. ... The higher the in-FOV to out-of-FOV ratio, the more the file is contaminated by SPs: . ... File is not contaminated by SPs. ... File is slightly contaminated by SPs. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/external/xmm_sw_cal/background/epic_scripts.shtml -- 16.0 Кб -- 11.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3219) - xmm.vilspa.esa.es/ )

19. Zen: Contributors to scripts
. Hide Zen home . Pgsql . GiST . GIN . SP-GiST . Tsearch2 . SAI RVO . SAI CAS . SOA . Supernovae . TODO . HomePage . Astronet . Google . Rambler . Yandex . Oddmuse . E-R-E dict . Index . edit . megera . SiteMap Changes HowTo 2016-04-11 2016-04-10 Blog . Administration . Search: . Zen, 2003-2007
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/relation_featur%C5s/Pgsql/scripts?action=contrib;id=scripts -- 6.4 Кб -- 11.04.2016
Похожие документы

20. Index of /software/sbig/archive/xmccd-4.1/xmccd-4.1e/scripts
... Parent Directory - README 2012-11-29 01:28 1.1K ccd_expose 2012-04-13 01:22 267 ccd_expose.py 2012-04-13 01:22 1.6K ccd_monitor.sh 2012-11-28 22:34 332 ccd_process.py 2012-11-28 22:32 1.9K ccd_process.sh 2012-11-28 22:32 347 dome_track.py 2012-11-28 22:36 15K guide.py 2012-11-28 22:33 5.5K guide_looking_east.py 2012-11-28 22:33 5.5K guide_looking_west.py 2012-11-28 22:33 5.5K set_camera_filter 2012-04-12 15:05 126 transfer_image 2012-04-12 15:01 487 . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/scripts/ -- 3.4 Кб -- 10.04.2016
Похожие документы

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


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

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

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