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

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

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

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

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

3. Creating a named RMF for EPIC-PN
. XMM-Newton Science Analysis System . rmfgen (rmfgen-1.52.4) [xmmsas_20041122_1834-6.1.0] . Meta Index / Home Page / Description / Examples . rmfgen spectrumset=spectrum.ds rmfset=pnresp.ds . This creates an EPIC-PN rmf, called pnresp.ds. XMM-Newton SOC/SSC -- 2004-11-22
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.1.0/doc/rmfgen/node14.html -- 3.4 Кб -- 22.11.2004
Похожие документы
Еще в разделе: (Показать все результаты (>31400) - xmm.vilspa.esa.es/ )

4. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm
... These objects are predefined JavaScript objects that you access through the mimeTypes array of the navigator or Plugin object: navigator.mimeTypes[ index ] where index is either an integer representing a MIME type supported by the client or a string containing the type of a MimeType object (from the MimeType.type property). ... Property . ... The Plugin object for the plug-in that is configured for the specified MIME type If the MIME type does not have a plug-in configured, enabledPlugin is null. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm -- 16.8 Кб -- 07.10.1999
Похожие документы

5. Examples of creating files
. To create a file with the cat command: cat > memo remember to make appointment at opticians get cost of scheduled flight to Athens Ctrl-d . This creates a file called memo in the current directory containing two lines of text. To create a file with the echo command: echo use an editor for large files > tips . This creates a file called tips in the current directory containing a single line of text.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/create.html -- 2.2 Кб -- 17.01.1997
Похожие документы

6. casacore: casa::SymLink Class Reference
... Classes . Files . ... casa . casa::SymLink . ... The default constructor creates a SymLink with path "." SymLink (const Path &name) . ... SymLink (const File &name) . ... create (const Path &target, Bool overwrite= True ) . ... copy (const Path &target, Bool overwrite= True ) const . ... The class SymLink handles SYMbolic LINKs in the file system. ... An exception is thrown if the path exist and is no symbolic link or if it does not exist, but cannot be created. casa::SymLink::SymLink . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1SymLink.html -- 36.6 Кб -- 14.02.2011
Похожие документы

7. Example - Creating a QPOE file from CD ROM Data
... Load the CD ROM into your reader (assumed to be mounted as /cdrom), and set the location of the disk and with eincdpar ei> eincdpar.ipcevt4="/cdrom/" Then use ecd2pros to create the QPOE file; ei> ecd2pros input FITS file name OR sequence number: 2952 Einstein instrument (hri|ipc): ipc datatype of FITS file (event|image|slew|unscreened): event root name for output files (.): i2952 Using FITS file /cdrom/data/23h/i2357s64.xpa to create QPOE file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node36.html -- 4.4 Кб -- 01.10.2012
Похожие документы

8. The File Life Cycle
The File System . This section describes how you can create new files, copy existing files, and delete obsolete files. ... RENAME to change the name of a file. ... Files can be created in several ways: text can be entered from the keyboard via the CREATE command, an editor can create a file, as can a running program, and files can be copied from other directories. ... To delete obsolete files, use the DELETE command followed by a file name or file name template (wildcards). ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_22.html -- 9.0 Кб -- 01.11.1995
Похожие документы

9. mod_authn_alias - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Provides the ability to create extended authentication providers based on actual providers . ... The example below creates two different ldap authentication provider aliases based on the ldap provider. ... AuthnProviderAlias ldap ldap-other-alias> . ... AuthnProviderAlias> and </AuthnProviderAlias> are used to enclose a group of authentication directives that can be referenced by the alias name using one of the directives AuthBasicProvider or AuthDigestProvider ....
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/mod/mod_authn_alias.html -- 8.0 Кб -- 10.12.2010
Похожие документы

10. Long description for change bar example
... The changebar (represented by two hyphens in the image) appears in the 10px space to the left of the paragraph. The illustration shows a vertical line that represents the left edge of the paragraph's containing block. ... The change bars (two red hyphens) appear to the left of the word "THIS", which begins the fourth line of text. The following PRE element simulates the example. Vertical bars represent the left containing block edge. ... to the left of the line containing | ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/changebar-desc.html -- 2.1 Кб -- 01.05.1998
Похожие документы

11. SSAU plans to create a laboratory for structural dynamic analysis of aircraft
... SSAU History . ... Representatives of SSAU and the Polytechnic University of Turin held talks in Samara to discuss prospects for development of international cooperation in structural dynamic analysis of rotar systems of aircraft engines. ... During the negotiations, it was agreed to establish a research laboratory for structural dynamic analysis of aircraft engines in SSAU. ... Daniel Vernyano, Professor Muzio Gola and Professor Sergey Falaleev in SSAU museum of aviation and space exploration . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/10724-SSAU-plans-to-create-a-laboratory-for-structural-dynamic-analysis-of-aircraft-engines/ -- 25.8 Кб -- 03.07.2014
Похожие документы

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

13. SEEING (V1.3) --- Apr00 --- SEEING (V1.3)
seeing -- Create a simulated ground-based star image based on a model of atmospheric turbulence seeing output xdim ydim gamma fwhmx fwhmy . output = "" [image] . The name for the output image to be created. xdim = 512 [integer] . The X dimension for the output image. ydim = 512 [integer] . The Y dimension dor the output image. gamma = 1.6666 [real] . ... For a discussion of the significance of this please see the discussion below and the references given. fwhmx = 5.0 [real] . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/imres/seeing.hlp.html -- 4.0 Кб -- 06.06.2006
Похожие документы

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

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

16. http://www.naic.edu/~phil/software/selectrcv.html
selectrcv - create a subset of an AO datafile containing 1 receiver (or all but 1 receiver). outputfile . ... The current receiver numbers are: . ... inputfile,outputfile.. these are AO binary datafiles (correlator or ri). selectrcv will create a subset of a A0 binary datafile. The new file will include only the specified receiver or if the -n option then it will contain all but the specified receiver. ... You could remove the cband data from the file using: . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/selectrcv.html -- 3.5 Кб -- 19.08.2002
Похожие документы

17. http://xray.sai.msu.ru/~ivan/gmt/man/grdimage.html
grdimage - Create grayshaded or colored image from a 2-D netCDF grd file grdimage grdfile -C cptfile -J parameters [ -B tickinfo ] [ -E dpi ] [ -I intensfile ] [ -K ] [ -M ] [ -O ] [ -P ] [ -R west / east / south / north [ r ] ] [ -U [/ dx / dy /][ label ] ] [ -V ] [ -X x - shift ] [ -Y y - shift ] [ -c copies ] grdimage reads a 2-D gridded file and produces a gray-shaded (or colored) map by assigning each contour interval a gray-shade (or color). ... Je lon0 / lat0 / scale (Equidistant). ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/grdimage.html -- 9.0 Кб -- 19.03.1999
Похожие документы

18. DFOS Installation: create ABs
... install createAB and the other tools in that package . ... leave the rules files in the installation directory, they are just for illustrative purpose . you cannot yet run the tool, you first have to create the AB configuration files (next step) . The second major investment for the DFOS installation is the proper coding of the calibration cascade into configuration files, in order to create Association Blocks (ABs). ... It's a good idea to create the cascade incrementally, step by step. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/second_part1.html -- 6.3 Кб -- 08.02.2010
Похожие документы
Еще в разделе: (Показать все результаты (>8034) - www.eso.org/ )

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

20. Manual Page: dbmmanage - Apache HTTP Server
NAME dbmmanage - Create and update user authentication files in DBM format SYNOPSIS dbmmanage filename [ command ] [ username [ encpasswd ] ] DESCRIPTION dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentica- tion of HTTP users. Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by dbmmanage. ... This manual page only lists the command line arguments. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/dbmmanage.html -- 6.5 Кб -- 15.10.2001
Похожие документы

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


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

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

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