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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.html.

1. Pulsar Group PmWiki/Other Variables
... PmWiki . Summary: PmWiki group header. ... Link Variables | ... To have the page variable $MyVar produce the contents of the internal variable $myvar , many folks try the following which does not work: . ... FmtPV['$MyVar'] = $myvar; # WARNING: Doesn't work! There are several correct ways to do this, depending on whether you need the value of the $myvar variable as it was at the time the $FmtPV entry was created, or at the time that a particular instance of $MyVar is being rendered on a page. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.OtherVariables -- 19.5 Кб -- 01.03.2014
Похожие документы

2. OptInt PmWiki : PmWiki / Path Variables
OptInt PmWiki : Pm Wiki / Path Variables . ... Variables | ... When dealing with file or path variables, one has to recognize the difference between working with URLs and files on disk. ... The $ScriptUrl and $PubDirUrl variables are used to tell a browser , connecting via the webserver, how to execute the pmwiki script ( $ScriptUrl ) and the base url for getting files from PmWiki's pub/ directory ( $PubDirUrl ). ... is an associative array which PmWiki uses to find any local css configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PathVariables?action=print -- 22.8 Кб -- 01.03.2014
Похожие документы

3. Environment Variables in Apache
The Apache HTTP Server provides a mechanism for storing information in named variables that are called environment variables . ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ... As discussed above, the environment passed to CGI scripts includes standard meta-information about the request in addition to any variables set within the Apache configuration. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/env.html -- 15.1 Кб -- 01.08.2003
Похожие документы

4. CSPICE Routines: GDPOOL_C
... Abstract Return the d.p. value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. n O Number of values returned for name. values O Values associated with name. found O True if variable is in pool. ... Included the data for a test kernel. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gdpool_c.html -- 8.7 Кб -- 17.12.2005
Похожие документы

5. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы

6. JavaScript Guide
... JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Document Conventions This chapter introduces JavaScript, discusses some of the fundamental concepts of JavaScript in Navigator and provides basic examples. ... JavaScript and Java . ... These objects are in addition to objects defined for server-side JavaScript and Navigator objects introduced in Chapter 3, "Using Navigator Objects." ... Object Manipulation Statements and Operators . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/contents.htm -- 19.7 Кб -- 12.12.1997
Похожие документы

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

8. Description
... Describes the pn filter transmission vs energy. The CCF contains one extension of transmission values per filter, and one extension containing the common energy bins. The filter extensions include a region expression to cover cases where there are known spatial variations. ... Thin1 filter transmission values. ... The description of the region in which the transmission values are valid. ... Variable length vector containing the transmission values corresponding to each energy bin datum. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node719.html -- 7.4 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>12998) - xmm.vilspa.esa.es/ )

9. Stellarium: StelRendererStatistics Class Reference
... ClassљIndex . ... StelRendererStatistics Class Reference . Stores and provides access to statistics about a StelRenderer backend. ... getNext (const char *&name, double &value) . Get next statistic name and value. ... Access statistic with specified index to modify it. ... while (statistics.getNext(name, value)) . ... Name of the statistic will be stored here (only a pointer to it). value . ... A clean way to do this is to use an enum with name corresponding to the name of the statistic. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelRendererStatistics.html -- 17.4 Кб -- 28.02.2014
Похожие документы

10. errno
Next: Process Control and Management Up: File and Directory Manipulation Previous: File Manipulation Routines . ... extern int errno; . It can be manually reset within a C program other wise it simply retains its last value. int chmod(char *path, int mode) change the mode of access of a file. specified by path to the given mode . ... Leftmost bit = read access (on/off) middle is write, right is executable. ... int stat(char *path, struct stat *buf), int fstat(int fd, struct stat *buf) . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_3.html -- 5.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_3.html -- 5.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_3.html -- 5.1 Кб -- 02.10.2012
Похожие документы

11. Data Flow System overview
... In order to realize the optimal scientific return from the VLT, ESO has undertaken to develop an end-to-end data flow system from proposal entry to science archive. The VLT Data Flow System (DFS) is being designed and implemented by the DFS Group (ESO Internal access only) in collaboration with VLT Division and Instrumentation Division . ... VLT Control System Interface . ... OBs are the quantum of data that flows within the DFS, collecting state, data and status information as they flow. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/ -- 12.8 Кб -- 25.05.2004
Похожие документы

12. Interactive Analysis and Scripting in CIAO 2.0
... In this paper we discuss the utilization of the S-Lang interpreted language within the Chandra Data Analysis System (CIAO, or Chandra Interactive Analysis of Observations). ... Finally, we present a beta version of the CIAO spectroscopic analysis module, GUIDE - largely a collection of S-Lang scripts, glued with C++ enhancements to Sherpa and ChIPS - to illustrate in more depth the range of new functionality and the rapid prototyping now available in CIAO. ... Figure 1: CIAO Application Structure. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P2-41/ -- 13.6 Кб -- 29.05.2001
Похожие документы

13. Dynamic HTML in Communicator
... The previous example, Chapter 12, "Expanding Colored Squares Example," illustrates how to expand and contract the clipping region of a layer without changing the wrapping width of the layer. This example illustrates how to capture mouse events so that the user can make a layer's wrapping width wider or narrower by dragging the mouse. ... how to capture mouse events for a layer . how to change the wrapping width of a layer by using the load() function . ... Capturing Events for the Layer . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers38.htm -- 11.3 Кб -- 13.08.1997
Похожие документы

14. HTML Forms
... Note you are not allowed to nest FORM elements! ... Forms are created by placing input fields within paragraphs, preformatted text, lists and tables. ... Notice the use of the NAME attribute to name each field : TITLE Sample Questionaire /TITLE H1 Sample Questionaire /H1 P Please fill out this questionaire: FORM METHOD=post ACTION= http://www.hal.com/sample P Your name : input name = name size= 48 P input name = male type =radio Male P input ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/forms.html -- 7.6 Кб -- 19.12.1996
Похожие документы

15. QPOE Files
Next: *.imh and *.qp Extensions Up: IRAF/PROS Files Previous: IRAF Image Arrays . The x-ray data are stored in QPOE files (Quick Position-Ordered Events, *.qp ) rather than image arrays. ... Note that, unlike IRAF images, QPOE files have no associated header file, and are always stored in the current directory, unless explicitly specified otherwise. Non-PROS IRAF tasks can also access QPOE data files in place of image arrays. ... rp110590.qp[pi=2:30] . ... The ROSAT PSPC qp file images are . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node15.html -- 11.5 Кб -- 01.10.2012
Похожие документы

16. http://www.naic.edu/~phil/cals/accessingthecalvalues.html
The cal values are stored in files at ao in the directory: /pkg/rsi/local/libao/phil/data . ... cal.datR5 - lbw . ... When users download the ao idl routines, the cal files are included in the directory ./dat . ... D1,D2: there are 2 diodes. 1 diode can feed both polarization or each diode can feed a separate pol. corcal: diode 1 feeds both polA and polB . ... xcal : cross over. diode 1 feeds polB, diode 2 feeds polA . ... Each column has the value for 1 of the diodes feeding polA or polB. ... col 4 . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/cals/accessingthecalvalues.html -- 5.8 Кб -- 01.03.2006
Похожие документы

17. AstroAsciiData
... AstroAsciiData is a Python module to handle ASCII tables. ... The idea to develop this Python module emerged from the fact that ASCII tables continue to be one of the most popular and widely used data exchange formats in astronomy and probably science in general. ... To load this ASCII table, go into Python, load the AstroAsciiData module and read in the table with: . ... demo = asciidata.open('webexa.txt') . ... Users who only want to work with ASCII tables neeed no further python modules. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/ -- 13.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>257) - www.stecf.org/ )

18. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

19. SAI CAS: Accessing SAI CAS from scripts
SAI VO . ... SAI CAS . ... Access . ... http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &columns= $columns . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &withdist= $withdist &NULLS= $nulls where . ... File to store the results . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/cas/access.php -- 16.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>589) - vo.astronet.ru/ )

20. DIGITAL WDC EXCHANGE FORMAT FOR OBSERVATORY 1.0 MINUTE VALUES
DIGITAL WDC EXCHANGE FORMAT . FOR OBSERVATORY 1.0 MINUTE VALUES 1. ... DATA-1 .. DATA-60 are 1-minute values of the given element for that hour. ... Typically, digital 1-minute values received by WDCs from organizations operating automatic magnetic observatory instruments are averages of more frequendy sampled values, e.g. 10-second point samples. ... If the method used to obtain 1-minute average values is important to a user, the WDC will assist in determining the exact procedure applied. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/HTML/WDCFORM.HTM -- 6.6 Кб -- 03.07.2001
Похожие документы

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


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

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

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