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

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

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

1. CREATOR
. XMM-Newton Science Analysis System . dataconv (sas-1.479) [xmmsas_20080701_1801-8.0.0] . Meta Index / Home Page / Attributes / Automatically generated attributes . The attribute CREATOR is automatically added to each data set created by a SAS task (via the DAL). The value is the name and version of the task that created the data set. XMM-Newton SOC/SSC -- 2008-07-01
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/dataconv/node21.html -- 3.3 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>33390) - xmm.vilspa.esa.es/ )

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

4. Problem creating a new system call
... Just to learn how to generate a system call, I created a simple system call that basically sets and resets the value of a global parameter "PREFETCH". SYSTEM CALL code ********************************** int PREFETCH = 0; /* this is a global variable */ . ... To execute the sys_prefetch system call, I wrote a prefetch.c file with the following code. ************************code to call sys_prefetch***************** #include <linux/unistd.h> _syscall2 (int, prefetch, int, mode, int, nr_hints) . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135.html -- 4.2 Кб -- 23.03.2000
Похожие документы

5. Creating WFPC2 Dark Reference Files
STScI . ... Home . ... Data . ... WFPC2 Home . ... Calibration . Calibration Home . ... Data Analysis . Data Analysis Home . ... for complete details on WFPC2 Darks generated at STScI, and how to use the software for user generated Darks. ... Creating WFPC2 Dark Reference Files: Addendum . describes recent updates to the procedures already in place for making WFPC2 dark reference files. ... Further updates to methods used for making dark reference files can be found in the following TIR . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/wfpc2/analysis/wfpc2_mk_dark.html -- 13.4 Кб -- 10.04.2016
Похожие документы

6. VLBI Wiki | PmWiki / Links
... authors (basic) A key feature of WikiWikiWebs is the ease of creating links in the text of a document. ... To create a link to another page, simply enclose the name of the page inside double square brackets, as in [[wiki sandbox]] or [[installation]] . ... PageName|+]] creates a link to PageName and uses that page's title as the link text, eg [[Links|+]] gives Links . ... name|link text]] within the same page, or . PageName#name]] or [[PageName#name|link text]] for a location on another page . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.Links -- 18.9 Кб -- 12.04.2016
Похожие документы

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

8. Examples of creating command aliases in the TC shell
To create a simple command alias: alias del 'rm -i' del memo.txt rm: remove memo.txt? y . ... To create a command alias that consists of several commands: alias what 'ps -aux | ... To refer to another command alias within an alias: alias h history alias rev 'h | ... This takes the output from the alias h ( the history command) and pipes it through the tail command to list the ten most recent commands in the command history. To pass command arguments to the alias: alias print 'lpr \\!^ ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias_tcsh3.html -- 3.8 Кб -- 17.01.1997
Похожие документы

9. Creating Your Source Tree
GTK+ / Gnome Application Development . ... Overview of a Gnome Source Tree . ... Almost all Gnome applications use the same build system based on the GNU tools automake , autoconf , and libtool . ... Beginning with this chapter and continuing throughout Part 2 of the book, a sample application called GnomeHello will be used to demonstrate Gnome features. ... Together, these tools are used to create a portable shell script called configure ; configure is distributed to users with your software package. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/cha-source.html -- 12.9 Кб -- 12.07.2000
Похожие документы

10. Dynamic HTML in Communicator
... Font enhancements in Communicator include the ability to incorporate downloadable fonts into your web documents. ... The fonts are contained in a font definition file that reside on the host web server with the HTML document. ... Before you can create font definition files, make sure the fonts you wish to use in your web document are installed on your system. ... FONT> </P> . ... For more information about dynamic fonts, see: http://home.netscape.com/comprod/products/communicator/fonts/index.html . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/webfont1.htm -- 11.8 Кб -- 13.08.1997
Похожие документы

11. Astronomy Net creates online database to organize debris location reports.
. In an effort to provide a centralized database for indexing locations and descriptions of Shuttle debris, the editors of Astronomy Net have generated a database and web page where reports can be logged. This may or may not prove useful for cataloging debris reports, but Astronomy Net is happy to dedicate computer resources to help out any way possible. We express our sympathy and prayers to the families and friends of the Columbia crew. If you have located Shuttle debris, report it here.
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/stsdebris/press.html -- 1.9 Кб -- 01.10.2012
Похожие документы

12. q3c [SAI Virtual Observatory - Wiki]
Trace: q3c . start : q3c . ... SAI VO Projects . ... Help on Wiki search . ... dropdb q3ctest createdb q3ctest psql q3ctest /usr/local/pgsql/share/contrib/ q3c .sql psql q3ctest /usr/local/pgsql/share/contrib/pg_sphere.sql \timing on DROP TABLE running_ q3c ; DROP TABLE running_pgsphere; CREATE TABLE running_ q3c (id INT, ra FLOAT, dec FLOAT); CREATE INDEX running_ q3c _idx ON running_ q3c ( q3c _ang2ipix(ra, dec)); CREATE ... SAI VO | ... SAI MSU | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/q3c -- 14.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3346) - vo.astronet.ru/ )

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

14. http://www.naic.edu/~phil/misc/creatingharmonics.html
... Suppose we have 2 tones Acos(at) and Bcos(bt). ... The individual freq terms are then: . ... square :[Acos(at) + Bcos(bt)]^2: [Acos(at)]^2 +[Bcos(bt)]^2 + 2ABcos(at)cos(bt) . ... A^2(cos(2at) -1)/2 . ... A^3cos(at)*[cos2at - 1)/2=A^3([cos(3at) + cos(at)]/2 - cos(at)]/2=A^3(cos(3at) -cos(at))/4 . B^3cos(bt)*[cos2bt - 1)/2=B^3([cos(3bt) + cos(bt)]/2 - cos(bt)]/2=B^3(cos(3bt) -cos(bt))/4 . let C2= 3AB^2 and C3=3BA^2 . ... C 3cos(bt)[cos(2at)-1]/2=C3[{cos((2a-b)t)+cos((2a+b)t)}/2+cos(bt)]/2 . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/misc/creatingharmonics.html -- 4.1 Кб -- 15.08.2003
Похожие документы

15. Колготки для кукол Zapf Creation Baby Annabell 2 пары 792-261 в ассортименте -
... Бренд: Zapf Creation, Тип: Колготки для кукол . Аксессуары для кукол . ... Пособие содержит темы, подготовленные на основе базовой учебной программы по дисциплине "Банковский маркетинг". ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5800.html -- 18.8 Кб -- 14.02.2016
Похожие документы

16. Mountains of Creation
... Mountains of Creation . ... An infrared view from the Spitzer Space Telescope , it features interstellar clouds of cold gas and dust sculpted by winds and radiation from a hot, massive star outside the picture (just above and to the right). Still swaddled within the cosmic clouds, newborn stars are revealed by Spitzer's penetrating gaze, their formation also triggered by the massive star. ... Publications with keywords: star formation - dust - interstellar medium . ... IC 5146: The Cocoon Nebula . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1225139 -- 14.8 Кб -- 15.12.2007
Похожие документы

17. Stellarium: SphericalRegionP Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... SphericalRegionP Class Reference . ... SphericalRegionP (const SphericalRegionP &other) . ... Create a SphericalRegion from the given input JSON stream. ... ra,dec], [ra,dec], [ra,dec], [ra,dec]] A list of points connected by great circles with the last point connected to the first one. ... a valid QVariantMap which can be created e.g. from parsing a JSON file with the StelJsonParser class. static void SphericalRegionP::serializeToJson . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSphericalRegionP.html -- 20.2 Кб -- 28.02.2014
Похожие документы

18. ELECTRICITY GENERATION
.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1995/ph161/l3.html -- 7.3 Кб -- 03.10.1997
Похожие документы

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. *pspc_hrcolor* - generate an x-ray color image
Next: Spatial Analysis Up: Image Display Previous: *tabplot* - Plotting tables, . This task generates a color map based on the x-ray color information in a PSPC image by dividing the input *.qp file into three color bands. xp> pspc_hrcolor xdata$rp110590.qp 30 '' '' rp90 . This creates a colormap rp90_color.map which can be accessed once the blocked image has been displayed using the color_cmap_read option of SAOimage : . ... 1998-06-10 ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node86.html -- 3.7 Кб -- 01.10.2012
Похожие документы

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


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

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

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