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

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

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/7.0.0/documentation/threads/timing_thread_mk_linux.html.

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

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

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

4. TUI:Scripts:Scripting Tutorial:User Input
This example shows how to add a few input widgets to a script and how to get data from them. This is a fairly artificial example in that one would normally just use the DIS Expose window for this purpose. ... import RO.Wdg import Tkinter import TUI .Inst.ExposeModel as ExposeModel from TUI .Inst.ExposeStatusWdg import ExposeStatusWdg class ScriptClass(object): Take a series of DIS darks with user input . def __init__(self, sr): Display exposure status and a few user input ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/UserInput.html -- 6.6 Кб -- 05.09.2014
Похожие документы

5. Example of debugging a shell script
To print commands and their arguments as they are executed: cat example #!/bin/sh TEST1=result1 TEST2=result2 if [ $TEST1 = "result2" ] then echo $TEST1 fi if [ $TEST1 = "result1" ] then echo $TEST1 fi if [ $test3 = "whosit" ] then echo fail here cos it's wrong fi . This is a script called example which has an error in it; the variable $test3 is not set so the 3rd and last test [ command will fail. Running the script produces: example result1 [: argument expected . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.8.1.html -- 2.7 Кб -- 17.01.1997
Похожие документы

6. WFPC2 ISR 95-04
Next] [WFPC2 ISR Index] . ... A demonstration IRAF/STSDAS script to perform aperture photometry on WFPC2 images of Omega-Cen has been developed and is described in this document. ... The other section provides a list of other commonly used IRAF and STSDAS tasks for working with WFPC2 data, along with other useful information. ... A Demonstration Analysis Script for Performing Aperture Photometry . ... Step 6: Aperture Photometry . ... IRAF/STSDAS Tasks Used in This Script . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/instrument-news/isr/wfpc2/9504/9504_1.html -- 4.3 Кб -- 23.10.1995
Похожие документы

7. mod_actions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... This module provides for executing CGI scripts based on media type or request method. ... The Action directive lets you run CGI scripts whenever a file of a certain MIME content type is requested. ... 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/en/mod/mod_actions.html -- 12.9 Кб -- 21.01.2013
Похожие документы

8. An example of a typical timing analysis
Next: *timsort* Up: Timing Analysis Previous: Summary of tasks in . ... Events will be time ordered in the output file. xt> timsort xdata$snr psr ``c 503 513 24'' none A light curve is then generated and plotted so we can inspect the gross properties of the sample (the sequence of good-data intervals and gaps) and any source variability. xt> ltcurv psr none psr 500 xt> ltcplot psr_ltc Finding this sample satisfactory, we search for periodicity with a fast Fourier transform. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node165.html -- 6.5 Кб -- 01.10.2012
Похожие документы

9. http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz
... GUI­fying and Documenting your Shell Script Peter. ... 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. ... Tcl/Tk: TkRun The GUI that is created will provide a simple interface to a program that is spawned by the GUI. ... Sample Script: testscript Here is an example header from a C­shell script with which Figure 1 was made. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz -- 105.9 Кб -- 12.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>256) - www.stecf.org/ )

10. Usage Examples
... Extract a light curve from the table event.fits:EVENTS , using the default column name TIME . ... evselect table='event.fits:EVENTS' withrateset=true . ... Accumulate the spectrum using the default energy column PHA : evselect table='event.fits' expression='circle(152.5,194.0,14.5,X,Y)' withspectrumset=true spectrumset=myspec.fits keepfilteroutput=true . ... evselect table='event.fits:EVENTS' filtertype='dataSubspace' dssblock='dss.fits:SPECTRUM' withfilteredset=true filteredset='good_events.fits' ....
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/evselect/node15.html -- 5.4 Кб -- 10.01.2003
Похожие документы

11. pyQC: overview
... Python 2.6.2 + most up-to-date modules (December 2009) . ... release of V1.1 for qclib and plot modules (March 2009) . ... a python routine that shows how easy it it to create log plots (base 10 or otherwise), and how python takes care of the scaling and the axis numbers automatically. ... a python routine that shows how easy it is to plot images, change their interpolation, add contours, add an overplot, and add a colour bar. ... a python routine that shows how easy it is to plot FITS images. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/python_demos.html -- 20.9 Кб -- 07.12.2009
Похожие документы

12. GIMP animations: merge-anim examples
The following pages contain some examples of what you can do with my merge-anim script.. I tried to minimize the size of the images on these pages (all animations are smaller than 50 Kb), but you will probably have to be patient anyway. ... Adding a background to an animation . ... It merges a background (or top) layer with all other layers in an animation. ... I will probably add some options for applying a layer mask to an animation or applying an animated mask to a static layer. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/merge-anim/ -- 3.4 Кб -- 22.12.2007
Похожие документы

13. Accessing measurement set data Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The CASA table tool allows access to all data contained in measurement set format. ... For this reason I have sketched out a simple, python-orientated, wrapper for data access in casata. ... cols = [ "TIME" , "DATA" ] . one gets (unsurprisingly) both the time and the data.. ... msin = "/home/bnikolic/data/almagen/uid___A002_Xa048f_X1.ms" >>> time , visdata = data . ... time , point1 , point2 = data . ... data . ... Accessing measurement set data . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/casata/flex-data-access.html -- 21.1 Кб -- 04.04.2016
Похожие документы

14. difx:benchmarking [ATNF VLBI Wiki]
... You are here: start €Ё difx €Ё benchmarking . ... One approach, discussed here, is to use a program to generate fake VLBI data as fast as possible (using vlbi_fake ) and see at what speed DiFX can process the data. ... This approach also is easy to script and run batch test to explore setup parameter space (e.g. number of threads/nodes to use for correlation or changing the size of internal memory allocations etc). vlbi_fake is included in the full DiFX SVN repository in utilities/trunk/bench. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/difx/benchmarking -- 16.6 Кб -- 10.04.2016
Похожие документы

15. Course Info
.
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~fbriggs/waarneem.html -- 3.4 Кб -- 01.10.2012
Похожие документы

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

17. THIRD Example - a9999c.sls general set-up file.
Next: FOURTH Example - a9999d.sls Up: Setup & Procedure Files Previous: SECOND Example - a9999b.sls . ... a9999.log srcfile src.list # Source the standard procedure which is invoked as 'dosrc' source /share/obs4/usr/a9999/onoff.tcl # Set correlator board and mean RF center frequencies set sbfr1 1350.0 set sbfr2 1370.0 set sbfr3 1390.0 set sbfr4 1410.0 set rfcfr 1380.0 # Setup Doppler corrections dopsetfrq $rfcfr $sbfr1 $sbfr2 $sbfr3 $sbfr4 dopsetvel 0 hel dopsetrfonly dopsetdoit # ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/spectral_line/handbook_old/app/files/third_sls.html -- 3.8 Кб -- 19.09.2000
Похожие документы

18. JavaScript Form Validator Documentation
The Form validation script is distributed free from JavaScript-Coder.com . ... When there are many fields in the form, the JavaScript validation becomes too complex. ... Each field in the form can have 0, 1, or more validations. ... Just after defining your form, Create a form validator object passing the name of the form . ... FORM> . ... You can add any number of validations.The list of validation descriptors are provided at the end of the documentation. ... option value="" selected>[choose yours] . ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/Z-90/scripts/Documentation.html -- 15.5 Кб -- 03.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>287) - hea.iki.rssi.ru/ )

19. Album: "White sky" examples
. Album : asv-album :: Technical photos :: a80tests ::"White sky" examples . Up . IMG 0318 . IMG 0842 . IMG 0843 . IMG 0844 . Album created by album script from MarginalHacks by Dave on Mon Jan 19 20:23:25 2015 .
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/album/tech/a80tests/white_sky/index.html -- 9.6 Кб -- 19.01.2015
Похожие документы

20. http://scan.sai.msu.ru/lk/
Please enter the lightcurve file name and period search parameters: . Lightcurve file: . ... Apply the Heliocentric correction and convert all dates to Terrestrial Time (TT)? ... Also, the Heliocentric correction cannot be applied to such lightcurves. ... This period search service is also available at the mirror sites: Mirror 1 , Mirror 2 , Mirror 3 , Mirror 4 . You may download the latest source code distribution and install the period search service at your own web server. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/ -- 6.6 Кб -- 24.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>2) - scan.sai.msu.ru/ )

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


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

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

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