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

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

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/6.0.0/doc/deceit/node17.html.

1. Perl functions provided with deceit
... deceit is distributed with the following Perl functions that can be used to fill the dataset with data from text files. rows . ... fillColumn . The function signature is as follows: the first argument must be the variable col , the second the name of a text file from which the data is to be extracted, the third argument an integer denoting from which column in the text file data should be extracted. ... Vector columns in the text file are delimited by the separator character. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/deceit/node17.html -- 8.0 Кб -- 10.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>7328) - xmm.vilspa.esa.es/ )

2. CSPICE Routines: EKNELT_C
... Abstract Return the number of elements in a specified column entry in the current row. ... This routine allows the caller of those routines to determine appropriate loop bounds to use to fetch each column entry in the current row. ... Since DARRAY contains variable-size array elements, we call eknelt_c to determine how many elements to fetch./ selidx = 1; eltidx = 0; nelt = eknelt_c ( selidx, row ); isnull = SPICEFALSE; while ( ( eltidx < nelt ) && ( !isnull ) ) { /. ... Link to routine source . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/eknelt_c.html -- 10.8 Кб -- 17.12.2005
Похожие документы

3. Event File Specifications
SAOtng supports display of photon event data contained in raw files, similar to its support for FITS Binary Table extensions (e.g., X-ray event lists). ... Because event files do not usually contain enough information to generate an image, we have adopted some conventions for specifying how to interpret the data in these files and for how to bin rows of events into images. To image an event file, it is first of all necessary to define the structure of the events in the event file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/event_spec.html -- 7.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3891) - hea-www.harvard.edu/ )

4. Number input
This document describes how number input can be given to tasks which request numbers from Hermes. ... list selection The following constants are implemented: pi 3.14159.... c speed of light (SI) h Planck (SI) k Boltzmann (SI) g gravitation (SI) s Stefan-Boltzman (SI) m mass of sun (SI) p parsec (SI) BLANK Universal undefined value The following mathematical functions are implemented: abs(x) absolute value of x sqrt(x) square root of x sin(x) sine of x asin(x) inverse sine ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/numbers.html -- 8.2 Кб -- 16.01.2009
Похожие документы

5. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>546) - www.cplire.ru/ )

6. The IMG (Image) Element
Permitted Context: %text . ... The <IMG> tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document. This element is NOT intended for embedding other HTML text. ... Browsers that cannot display in-line images ignore the IMG element unless it contains the ALT attribute. ... Take values TOP or MIDDLE or BOTTOM, defining whether the top or middle or bottom of the graphic should be aligned with the baseline for the text line in which the IMG element appears. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/img.html -- 6.3 Кб -- 19.12.1996
Похожие документы

7. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы
Еще в разделе: (Показать все результаты (>2188) - www.naic.edu/ )

8. Specifications
... This function can also be used for particular types of subtypes or kinds: KIND (0) integer KIND (0.0) floating point number KIND (.FALSE.) logical variable KIND ("A") string of characters There is an intrinsic function SELECTED_REAL_KIND , which returns the kind of the type REAL that has a representation with (at least) the precision and the exponential range requested. ... With the choice SELECTED_INT_KIND (5) all integers between (but not including the limits) -100 000 and +100 000 are permitted. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c2.html -- 7.8 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы

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

10. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm
... A file upload element on an HTML form. ... JavaScript 1.1: added type property . ... The HTML INPUT tag, with "file" as the value of the TYPE attribute. For a given form, the JavaScript runtime engine creates appropriate FileUpload objects and puts these objects in the elements array of the corresponding Form object. ... form . ... For all FileUpload objects, the value of the type property is "file" . ... Use the value property to obtain the file name that the user typed into a FileUpload object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm -- 19.0 Кб -- 07.10.1999
Похожие документы

11. The FITS Embedded Function Format
... We have developed a format convention that allows one to specify an n -dimensional function in a FITS binary table, the FITS Embedded Function (FEF). The format allows for enumerated values, constants, and analytical functions, and arithmetic combinations of those three. ... FTYPE i : axes of the function evaluation space; these may just be specified as a range or may also appear as a table column (TTYPE j ) if other parameters are to be enumerated along such an axis. ... FTYPE i : . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P1-33/ -- 16.0 Кб -- 29.05.2001
Похожие документы

12. OptInt PmWiki : PmWiki / Functions
OptInt PmWiki : Pm Wiki / Functions . ... Page file format > . ... See Custom Markup and Custom Actions for more information on how these functions are typically called via Markup() or $HandleActions[] . The PSS() function removes the backslashes that are automatically inserted in front of quotation marks by the /e option of PHP's preg_replace function. ... From PM: PmWiki expects PSS() to always occur inside of double-quoted strings and to contain single quoted strings internally. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Functions?action=print -- 23.3 Кб -- 01.03.2014
Похожие документы

13. Apache module mod_include
This module provides for documents with Server Side Includes (SSI). ... Any document with handler of "server-parsed" will be parsed by this module, if the Includes option is set. If documents containing server-side include directives are given the extension .shtml, the following directives will make Apache parse them and assign the resulting document the mime type of text/html : AddType text/html .shtml AddHandler server-parsed .shtml The following directive must be given for ... cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_include.html -- 22.9 Кб -- 20.05.2004
Похожие документы

14. Elements of osculating planetary orbits. Explanation for Computer Ephemeris.
. Computer Ephemeris. Elements of osculating planetary orbits. Explanations. Each row contains at 0h of Time Dynamical Terrestrial of specified date in system of mean equator and ecliptic J2000.0 the ecliptic osculating elements of heliocentric orbit: inclination of orbital plane (degrees), longitude of ascending node (degrees), argument of perigelion (degrees), semimajor axis (astronomical units), mean motion (degrees per day), eccentricity (dimensionless), mean anomaly (degrees).
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/Pl0.html -- 2.0 Кб -- 16.10.2004
Похожие документы

15. Miscellaneous Options
... This command specifies the default delay to be used under these circumstances. ... This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. ... While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started. setvar variable [ default ] . This command adds an additional system variable. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/miscopt.html -- 6.5 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1972) - www.sai.msu.su/ )

16. http://www.eso.org/images/msv/config-mswordview
... Element Bold # { # Start <b> # End </b> # } #Element Italic # { # Start <i> # End </i> # } #Some of the global options that we can tweak. ... Normal Para Begin-->" End "<!- ... Style Heading 1 { PreSpace img width=1 height =$pixelsBefore src=$ patterndir /clear.gif br Start h1 Default Off End /h1 PostSpace img width=1 height =$pixelsAfter src=$ patterndir /clear.gif br } Style Heading 2 { PreSpace Start h2 Default Off End /h2 ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/images/msv/config-mswordview -- 4.4 Кб -- 21.07.1999
Похожие документы

17. URL
... Several HTML elements, most notably the A element , may contain an attribute which takes a URL as value. URLs, Uniform Resource Locators, are addresses of Web documents. More generally, URLs can be used on the Web to refer to "objects" on the Web or in other information systems. ... http . a Web document (to be accessed using Hypertext Transfer Protocol, HTTP ) . ... file . ... In particular, the specifications say that within a URL only a limited set of characters can be used as such : . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
Похожие документы

18. General Catalogue of Variable Stars: Vols I-III (the new electronic version).
New GCVS Versions for Three Southern Constellations Peremennye Zvezdy (Variable Stars) 27, No. ... We are currently working on a version of the General Catalogue of Variable Stars (GCVS) revised taking into account the new data accumulated since the 4th GCVS edition. ... It will contain all stars of the 4th GCVS edition plus a complete catalogue of the stars added to the GCVS in the Name Lists of Variable Stars Nos. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/GCVS5/ReadMe.htm -- 12.1 Кб -- 08.12.2010
Похожие документы

19. RR LYRAE VARIABLES SUBSYSTEMS IN THE GALAXY, figures
... Distribution of orbital elements for the RR Lyrae stars. Results for stars with [Fe/H ] > -0.95 (left column), [Fe/H ] < 0.95 and V res < 290 km/s (middle column), and [Fe/H] < -0.95 and V res > 290 km/s (right column) are shown separately. In the top row, we have plotted normal curves fitting the distributions. ... next figure | privious figure . ...
[ Сохраненная копия ]  Ссылки http://ip.rsu.ru/~marsakov/paper6/p6fg5_1.htm -- 2.4 Кб -- 02.02.2007
Похожие документы
Еще в разделе: (Показать все результаты (>60) - ip.rsu.ru/ )

20. SCL Sfit SYN Commands
... synth : find optimum fit by adjusting abundances v turb , v sin i , and v rad . ... syn_... <p1> <p2> : Initialise parameter for synth . syn_vturb <vturb> [<dv>]; Initialise v turb (km/s) for a fit using synth (default 5) . ... abundance <elid> <abun> <dabu> : Initialise abundances for synth . ... General remarks on the initialisation of abundances in synth A solar abundance will be assumed for any elements not specified. ... Initialise abundances and microturbulence for synth (obsolete) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_syn.html -- 8.0 Кб -- 30.08.2007
Похожие документы

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


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

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

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