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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.adass.org/adass/proceedings/adass96/stobiee.html.

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

2. http://www.adass.org/adass/proceedings/adass96/reprints/stobiee.pdf
... The FITS List Calculator and Bulk Data Processor (FLC) is an IDL program with a graphical user interface develop ed for processing large groups of Near Infrared Camera and Multi-Ob ject Sp ectrometer (NICMOS) test data efficiently. ... Data Typ es There are four basic data typ es used in FLC: 1. lists 2. images 3. arrays 4. scalars The user may customize the numb er of lists, elements in a list, images, and arrays by editing the user defs file. ... Lists List and Image structures in FLC. ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass96/reprints/stobiee.pdf -- 129.1 Кб -- 14.01.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
Похожие документы

4. correlator:mpiscript [ATNF VLBI Wiki]
... You are here: start €Ё correlator €Ё mpiscript . ... MPI . ... An important one in most cases is MPI_Comm_rank() which returns an ordinal integer number to each instance . ... Type $ mpirun -np 3 -machinefile machines env . ... On cuppa it is OMPI_MCA_ns_nds_vpid $ mpirun -np 6 -machinefile machines env | ... usr/bin/perl use Env; Env::import(); $rank=$OMPI_MCA_ns_nds_vpid; if ($rank == 0) { print "I am zero\n"; } elsif ($rank < 5) { print "I am $rank\n"; } else { die "Nothing to do\n"; } . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/correlator/mpiscript -- 16.5 Кб -- 10.04.2016
Похожие документы

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

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

7. Authentication Options
The NTP standard specifies an extension which provides cryptographic authentication of received NTP packets. ... The specification allows any one of possibly 4 billion keys, numbered with 32-bit key identifiers, to be used to authenticate an association. ... In the case of MD5, the keys are 64 bits (8 bytes). xntpd reads its keys from a file specified using the -k command line option or the keys statement in the configuration file. ... A zero key in NTP format would be specified as 8080808080808080 . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/authopt.html -- 7.3 Кб -- 21.12.2007
Похожие документы

8. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

9. Introduction to XPA
A brief introduction to the XPA messaging system, which provides seamless communication between all kinds of Unix event-driven programs, including X programs, Tcl/Tk programs, and Perl programs. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ... An XPA name server program, xpans, through which XPA access point names are registered by servers and distributed to clients. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/intro.html -- 6.6 Кб -- 09.03.2007
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/intro.html -- 6.6 Кб -- 01.10.2012
Похожие документы

10. mod_suexec - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... Allows CGI scripts to run as a specified user and Group . ... suexec_module . ... mod_suexec.c . This module, in combination with the suexec support program allows CGI scripts to run as a specified user and Group. ... User and group for CGI programs to run as . ... SuexecUserGroup User Group . ... The SuexecUserGroup directive allows you to specify a user and group for CGI programs to run as. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_suexec.html -- 8.4 Кб -- 19.11.2015
Похожие документы

11. TUI:Scripts:Built In Scripts:(Inst):Focus
... The various Inst :Focus scripts allow you to take a series of exposures over a range of secondary mirror focus values, report the resulting FWHMs and optionally adjust the focus to the estimated best value. ... Slitviewer scripts assume the focus star is on the boresight. ... Focus scripts runs in three phases: . ... The script moves the boresight so the focus star is visible next to the slit, sets the focus to Center Focus, takes an exposure and tries to measure the star's FWHM. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/BuiltInScripts/InstFocus.html -- 5.7 Кб -- 05.09.2014
Похожие документы

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

13. CIMA Software Components
CIMA is more than just the observing tool - in fact, the observing tool is just a part of a bigger package called the CIMA software package. ... There is also a another package called the CIMA WAPP software which contains the WAPP software, the special Tcl/Tk interpreter used by CIMA and support libraries. ... All CIMA software components recognize the following general options that are part of the CIMA version selection system: . ... The select_cima script can be used to set up a default version. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_software.html -- 8.3 Кб -- 01.03.2012
Похожие документы

14. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/install-sh
... sed 's/-t=//'` shift continue;; -b=*) transformbasename=`echo $1 | sed 's/-b=//'` shift continue ;; *) if [ x $ src = x ] then src =$1 else # this colon is to work around a 386BSD /bin/sh bug : dst =$1 fi shift continue ;; esac done if [ x $ src = x ] then echo $0: no input file specified 2 exit 1 else : fi if [ x $dir_arg != x ]; then dst =$ src src = if [ -d $ ... IFS='%' set - `echo "$dstdir" | ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/install-sh -- 7.2 Кб -- 03.12.2002
Похожие документы

15. Some notes on the GNU toolchain Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The order in which libraries to link to are passed to the linker is important . ... Many libraries use the GNU Autoconf/Automake build toolchain. ... Run the ./configure script, which looks for the various programs and libraries that the package needs . ... The simplest way is to run ./configure and make note of any complaints about missing programs or libraries that it reports. ... Some notes on the GNU toolchain . ... Passing options to configure . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/gnutoolchainnotes.html -- 18.2 Кб -- 04.04.2016
Похожие документы

16. General
... The epchain task chains and loops over all first-level EPIC PN tasks to produce an event list ready to be exported as a PPS product. The epchain script is executed with a number of command line input parameters (arguments to the script). ... Input files corresponding to the specified readout mode, CCD and exposure number are searched for in the given ODF directory. ... Badpixfind files (created by badpixfind and to be used by badpix ) will be placed in badpixset . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/epchain/node4.html -- 8.8 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>9521) - xmm.vilspa.esa.es/ )

17. From Power Up To Bash Prompt: Init
... I will only talk about the ``System V'' style of init that Linux systems mostly use. ... Typically, the first thing it is told to do is to run an initialisation script. The program that executes (or interprets) this script is bash , the same program that gives you a command prompt. In Debian systems, the initialisation script is /etc/init.d/rcS , on Red Hat, /etc/rc.d/rc.sysinit . ... But S10syslog is really a link to /etc/init.d/syslog which is a script to start and stop the system logger. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-6.html -- 7.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-6.html -- 7.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-6.html -- 7.2 Кб -- 02.10.2012
Похожие документы

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

19. Explanations for solar physics computing page
This document explains values, tables and other matters on solar physics computing pages. ... is040423.ete : SAHA-S tables, interpolation values: T, rho, X. Z is fixed at 0.02. See reference above. opal2005.etf : OPAL EOS, interpolation values: T, rho, X, Z. Downloaded from OPAL site , marked there as "2005", seems to be unpublished. opal2001.etf : OPAL EOS, interpolation values: T, rho, X, Z. Rogers F.J., Nayfonov A. Astrophys. ... The following values can be calculated: . ... dimensionless . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/physics/phys-help.html -- 8.0 Кб -- 21.10.2009
Похожие документы

20. Spectrum - control
... spectrum . ... mn : main program, wh : subroutine WHOLE, in : subroutine INTEG and SFLUX, op : continuous opacities, ln : line opacities, at : atomic data, md : model atmosphere, ou : output, ot : other. ... This variable is set whenever a model atmosphere is read in, so that the default is whatever was used to compute the original model atmosphere. ... Default = 1 . ... As well as reading in the model, ionisation fractions and other depth-dependent quantities are also computed at this stage. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_control.html -- 18.1 Кб -- 03.06.2012
Похожие документы

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


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

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

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