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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node354.html.

1. VISUAL/WAVE
Next: VISUAL/CUB Up: Commands Description Previous: ENTER/WAVE . VISUAL/WAVE Wavelet [Visu_Type] . Visualizes a wavelet transform with default parameters. ... CUB = visualization in a cube. See figures and . SYN = creation of one image from the coefficients (figures , and ). PER = visualization in perspective (figures and ). PLAN = visualization of each scale in a window. CONT = plot one level per scale (figures ). the default value is PLAN. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node365.html -- 3.7 Кб -- 23.02.1996
Похожие документы

2. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

3. CREATE FULLTEXT CONFIGURATION
... CREATE FULLTEXT CONFIGURATION -- create full-text configuration . CREATE FULLTEXT CONFIGURATION cfgname PARSER prsname [ LOCALE localename ] [ AS DEFAULT ]; CREATE FULLTEXT CONFIGURATION cfgname [ { PARSER prsname | ... PARSER . ... LOCALE . ... Create new configuration test with default parser and ru_RU.UTF-8 locale. CREATE FULLTEXT CONFIGURATION test PARSER default LOCALE 'ru_RU.UTF-8'; =# \dF+ test Configuration "public.test" Parser name: "pg_catalog.default" Locale: 'ru_RU.UTF-8' Token | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createcfg.html -- 10.1 Кб -- 13.04.2008
Похожие документы

4. *tprint* - Reading a Table File Created by imcnts
... Table files like the ones created in the section on imcnts can be displayed, printed and manipulated using the tasks contained in the stsdas.ttools package. ... sp> tables # Load the relevant package ta> tprint rp90_cnt prpar=yes # .tab extension assumed # the hidden parameter prpar is set to display the header # as well as the data ta> tprint rp90_cnt # Displays only the data info ta> tprint rp90_cnt prdata- prpar+ # Displays only the header info ta> tprint rp90_cnt prparam=yes | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node99.html -- 4.6 Кб -- 01.10.2012
Похожие документы

5. http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/_sources/utils/casdaupload.txt
Casda Upload Utility ==================== The CASDA upload utility prepares artifacts for submission to the CSIRO ASKAP Science Data Archive (CASDA). Currently the following artifact types are supported: * Images (FITS format only) * Source Catalogues (VOTable format only) * Visibilities (CASA Measurement Set format only) * Evaluation Pipeline Artifacts (any file format) The utility takes as input one or more of the above file types, plus a configuration parameter set. ... artifacts | ... set | ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/_sources/utils/casdaupload.txt -- 11.6 Кб -- 08.03.2016
Похожие документы

6. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы

7. processQC
... creating raw file screenshots calling rawdisp.py . createJob writes the calls of processQC into the configured JOB_FILE. While processQC calls QC reporting, processAB calls the pipeline. - rawdisp.py is the tool to create RAW screenshots. v1.6.1: . ... The processQC tool is usually called as part of the process job file created by createJob (execQC), but can also be called from the command line. ... RAW_TYPE, PRIM_FILE, CALL . ... Typical call for processQC : within the job file execQC . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/processQC.html -- 17.6 Кб -- 01.09.2015
Похожие документы
Еще в разделе: (Показать все результаты (>15614) - www.eso.org/ )

8. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

9. Creating a command alias
Remembering the name of a command and how it is used can be difficult. Assigning your own name for a command - an alias - is very easy. Assigning an alias is done with the command: alias name definition . The syntax of the alias command is different for each shell. Follow the guidelines and examples for the shell that you are using. ... Creating an alias with the C shell . ... Creating an alias with the Korn shell . Creating an alias with the Bourne Again SHell . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias.html -- 2.4 Кб -- 17.01.1997
Похожие документы

10. Can Black Holes Create Space Time? - an Astronomy Net Blackholes Forum Message
Blackholes Forum Message . ... Can Black Holes Create Space Time? ... Quasar jet streams (QJS) have been exhibiting Faster than light motion since they were first discovered by radio astronomy a long time ago. ... But what if Black holes were creating Space time, what if a relationship between matter energy and space time exists, in a conundrum what can matter exist in, it can exist in side of it's self, how about this as a hypothesis, can black holes create space time? ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/blackholes/messages/6660.shtml -- 15.7 Кб -- 09.04.2016
Похожие документы

11. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы

12. http://www.naic.edu/~phil/hardware/dds/PalEquations/DDSPAL00/DDSPAL00.OPI
This is a sample physical information (.pi) file that is created " by default when no .pi file is present. ... TARGET 'TEMPLATE p22v10 dip-24-std'; use the standard footprint INPUT out4 ; out4 from a PLD is used as the input here in2:3, in3:4, in4:5; place signals on pins 3, 4, and 5 out1:14, out2:15, out3:16; place signal on pins 14, 15, and 16 END DEVICE ; ---------------------------------------------------------------------------------------------- ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/dds/PalEquations/DDSPAL00/DDSPAL00.OPI -- 3.5 Кб -- 02.02.1996
Похожие документы

13. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

14. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

15. Manual Page: httpd - Apache HTTP Server
NAME httpd - Apache hypertext transfer protocol server SYNOPSIS httpd [ - X ] [ - R libexecdir ] [ - d serverroot ] [ - f config ] [ - C directive ] [ - c directive ] [ - D parameter ] httpd [ - h ] [ - l ] [ - L ] [ - v ] [ - V ] [ - S ] [ - t ] [ - T ] DESCRIPTION httpd is the Apache HyperText Transfer Protocol (HTTP) server program. ... This manual page only lists the command line arguments. ... Paths in this manual may not reflect those compiled into httpd. ... The default is /usr/local/apache . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/httpd.html -- 7.3 Кб -- 20.06.2002
Похожие документы

16. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

17. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/gifsicle_1_87.txt
Upload Information Template for Hobbes.nmsu.edu =============================================== Archive Filename: gifsicle_1_87.zip Short Description: GIFSicle, animated gif creation program Long Description: GIFSicle takes GIF images and creates an animation with them, using parameters for specific animation operations or other options. It's possible to set frame rate, crop images, use image sets, merge animations, exclude frames and many other. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/gifsicle_1_87.txt -- 2.0 Кб -- 01.05.2015
Похожие документы

18. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>1553) - www.mso.anu.edu.au/ )

19. The BASIC RULES on CREATION of the RUSSIAN-AUSTRALIAN SCIENTIFIC-RESEARCH
RUSSIAN-AUSTRALIAN RESEARCH SCHOOL MICRO-SATELLITE "KOLIBRI-2000": BASIC RULES of DEVELOPMENT . A characteristic feature of the project "Kolibri-2000" is the solution of the task of using micro-satellites in the interests of improving school education and involving schoolchildren in space technologies. ... A radioline in the radio amateur frequency range is employed on Kolibri-2000 to dump scientific payload data to the participants in the Project. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/kollibri/osnpl_e.htm -- 3.0 Кб -- 09.12.2000
Похожие документы

20. MILLIMETRON
... The project assumes creation of an international space observatory - the interferometer "Earth - Space - Space" in order to perform of astronomical investigations in millimeter, submillimeter and infrared regions with extremely high sensitivity (to a few nanoJanskies units of flux density in continuum spectrum) and extremely high angular resolution (to a parts of microsecond of arc or, possibly, nanosecond). ... radio-interferometric channels of the system "Space - Space", region 0.2 - 3 mm; . ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/submillimetron/mm/default.htm -- 10.5 Кб -- 05.04.1999
Похожие документы

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


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

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

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