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

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

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node10.html.

1. CAL_getBadPixelList & CAL_getBadPixelMap
. Next: Procedure Up: EPIC Related CAL Routines Previous: List of CCF Components Contents . CAL_getBadPixelList -- obtain list of bad pixels . CAL_getBadPixelMap -- bad pixel list as 2D map . Subsections . Procedure . Calling Parameters . Input . Output . Used CAL State Variables . List of CCF Components used . Michael Smith 2011-09-20
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node88.html -- 3.8 Кб -- 20.09.2011
Похожие документы

2. Pipeline Code Internal Organization GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . Enter search terms or a module, class or function name. Pipeline Code Internal Organization . ... Function Call Hierarchy when Running Recipes . ... The GPI data pipeline is implemented in object-oriented fashion using IDL classes. ... For detailed documentation on the functions and variables internal to the following, please see the comments in the source code directly. ... The main object class of the pipeline! ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/organization.html -- 12.3 Кб -- 14.02.2014
Похожие документы

3. http://www.naic.edu/~tghosh/software/yfit.pro
... EXAMPLES: ; ; see WFIT.PRO ; ;*SYSTEM VARIABLES USED: ; ;*INTERACTIVE INPUT: ; ;*SUBROUTINES CALLED: ; ; PARCHECK ; GAUSS ; ;*FILES USED: ; ;*SIDE EFFECTS: ; ;*RESTRICTIONS: ; ;*NOTES: ; ; tested with IDL Version 2.1.2 (sunos sparc) 07 Aug 91 ; tested with IDL Version 2.1.2 (ultrix mipsel) 07 Aug 91 ; tested with IDL Version 2.1.2 (vms vax) 07 Aug 91 ; ;*PROCEDURE: ; ; The composite gaussian profile is built up by the sum of the ; individual gaussian component distributions. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/yfit.pro -- 3.5 Кб -- 31.01.2003
Похожие документы

4. Contents
Next: Up: Optical Interferometer Script Data Previous: Optical Interferometer Script Data . ... Programmer's reference . ... The plot selection widget . ... Astrometry . ... Script library files . ... Introduction . ... Data files . ... Basic widget procedures . Load data . ... File usage . ... Data and auxilliary files . ... Output files . ... Open the data file . ... Open a data file . Access a data file . ... Accessing data files . ... NPOI raw data files . ... NPOI raw packet data files . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node1.html -- 20.6 Кб -- 28.04.2015
Похожие документы

5. Report on Cosmic Call 1999
... Report on Cosmic Call 1999 . ... Cosmic Call Sessions . ... This Report outlines methodology, hard- and software, which were developed to transmit first public Interstellar messages from Evpatoria Deep Space Center (EDSC), and describes four Cosmic Call Sessions, which were fulfilled in EDSC on May 24 and June 30 - July 1, 1999. ... Each Cosmic Call consists of two parts. ... Dutil Message, . ... The software for gathering all messages and creating the Cosmic Call stream, was written on C language. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/report-1999.html -- 56.9 Кб -- 30.11.2002
Похожие документы

6. TwoFitlines: An Spectrum and Line Analysis Tool
Next: A New IRAF Catalog Access Tool for Astrometry . Up: Iraf Packages . ... Twofitlines is a tool developed within IRAF, optimized to be used with data containing multiple spectra along the spatial axis of the detector. A given spectral feature can be decomposed in one or several Gaussian components. ... A given spectral feature can be modeled using one or more components (currently only Gaussian profiles are available), . ... Close spectral features could be modeled simultaneously. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-36/ -- 12.0 Кб -- 12.10.2000
Похожие документы

7. cmodel (Model Image Generator) CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . Calibration and Imaging Documentation . The cmodel pipeline task is responsible for extracting a local sky model (LSM) from the global sky model (GSM) and building an image from the components and/or images resulting from the request. ... MPI wrapper> cmodel -c config.in . ... None . ... If Cmodel.gsm.database is set to asciitable then a row/column (space separated) file is used as the global sky model source. ... cmodel (Model Image Generator) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/calim/cmodel.html -- 18.9 Кб -- 12.04.2016
Похожие документы

8. P.I. Bakulin, E.V. Kononovich, V.I. Moroz, General Astronomy. Table of Content
. ОГЛАВЛЕНИЕ . Предисловие к четвертому изданию . Введение . § 1. Предмет и задачи астрономии . § 2. Подразделение астрономии . § 3. Возникновение и основные этапы развития астрономии . § 4. Практическое и идеологическое значение астрономии . § 5. Основа и источник астрономических исследований . § 6. Краткий очерк строения Вселенной . Глава I . Основные сведения из сферической астрономии . § 7. Видимые положения светил. Созвездия . § 8. Видимые движения звезд, Солнца, Луны и планет . § 9. Географические
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ak4/Table_of_Content.htm -- 106.8 Кб -- 24.01.2000
Похожие документы

9. Linux I/O port programming mini-HOWTO: Using I/O ports in C programs
... Routines for accessing I/O ports are in /usr/include/asm/io.h (or linux/include/asm-i386/io.h in the kernel source distribution). ... Before you access any ports, you must give your program permission to do so. This is done by calling the ioperm() function (declared in unistd.h , and defined in the kernel) somewhere near the start of your program (before any I/O port accesses). ... For example, ioperm(0x300, 5, 1) would give access to ports 0x300 through 0x304 (a total of 5 ports). ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 02.10.2012
Похожие документы

10. SPICE Kernels Contents (briefly)
Spacecraft ephemeris , or more generally, location of an observer, given as a function of time. ... The ephemeris data for spacecraft and target bodies are normally combined in a single file called the SPICE SPK file. ... Attitude data is contained in the SPICE CK file. ... Several miscellaneous kernel files - spacecraft clock (SPICE SCLK file) and leapseconds (SPICE LSK file) - are also part of SPICE; these are used in converting time tags between various time measurement systems. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/naif/spiceker.htm -- 3.2 Кб -- 08.11.1994
Похожие документы
Еще в разделе: (Показать все результаты (>655) - www.iki.rssi.ru/ )

11. MAO NASU :: Topic: Open access submissions and content now available (1/1)
... Recent Topics . ... MAO main . ... Open access submissions and content now available . ... Отправлено: Thu, 15 Oct 2015 07:50:43 +0300 (EEST) Тема: Open access submissions and content now available Planetary and Space Science Welcomes Open Access Submissions @media only screen and (max-device-width: 480px) { } p { margin-top: 1em; margin-bottom: 1em; margin-left: 0em; margin-right: 0em; color: #53565A; } img { display:block; -ms-interpolation-mode:bicubic; } Can't see this email properly? ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/ua/forum/info/444-open-access-submissions-and-content-now-available -- 25.0 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>959) - www.mao.kiev.ua/ )

12. OptInt PmWiki : Available Actions
OptInt PmWiki . Pm Wiki / . Edit Page | ... Available Actions . ... Cookbook actions . Page actions are applied to wiki pages, as a query string appended to the URL . ... edit the specified page, see basic editing PmWiki's basic edit syntax . ... action= dc . ... To see more than what ?action=ruleset gives you, apply the Cookbook:MarkupRulesetDebugging recipe: it can also show the pattern and the replacement strings. doesn't make use of PmWiki's authorization mechanisms. ?action= phpinfo . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/AvailableActions -- 38.1 Кб -- 28.02.2014
Похожие документы

13. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/history.htm
... JavaScript 1.1: added current, next, and previous properties. ... To change a window's current URL without generating a history entry, you can use the Location.replace method. ... For example, if the history list contains three named entries, these entries are reflected as history[0] , history[1] , and history[2] . ... back . ... onClick="history.go('home.netscape.com')"> The following button navigates to the URL that is three entries backward in the history list: <P><INPUT TYPE="button" VALUE="Go" ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/history.htm -- 22.9 Кб -- 07.10.1999
Похожие документы

14. Memory
... This chapter describes the Plug-in API functions that allocate and free memory as needed by the plug-in. Because plug-ins share memory space with Communicator, they can take advantage of any customized memory-allocation scheme the browser has. ... NPN_MemAlloc allocates memory from Communicator's memory space. ... NPN_MemFlush requests Communicator to free up a specified amount of memory if not enough is currently available for the plug-in's requirements. ... Allocating and Freeing Memory . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/plugin/mem.htm -- 8.7 Кб -- 15.01.1997
Похожие документы

15. Understanding HTML and MIME
I have dropped the differentiation of HTML into a sequence of conformance levels. ... This (and upward compatible specifications) define the Internet Media Type (RFC 1590) and MIME Content Type (RFC 1521) called "text/html". The type "text/html" accepts the following parameters: . ... Character sets . The charset parameter (as defined in section 7.1.1 of RFC 1521) may be used with the text/html content type to specify the encoding used to represent the HTML document as a sequence of bytes. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandMIME.html -- 3.3 Кб -- 19.12.1996
Похожие документы

16. http://hea-www.harvard.edu/ChaMPlane/quantile/4ciao4.3/strreplace.pro
NAME: ; STRREPLACE ; ; PURPOSE: ; The STRREPLACE procedure replaces the contents of one string ; with another. The first occurrence of the search substring, Find ; within the source string, String is replaced by the string, ; Replacement. ... CALLING SEQUENCE: ; ; STRREPLACE, String, Find, Replacement ; ; INPUTS: ; String: The string to have substring(s) replaced. ... Find: The scalar substring to be replaced. ... Replacement: A scalar string to replace the Find substring. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/4ciao4.3/strreplace.pro -- 3.2 Кб -- 20.03.2012
Похожие документы

17. Telescope Parameters
... Wind Baffle Parameters . ... As part of this analysis, the volume, mass, center of gravity and mass moment of inertia of the telescope and optics support structure (OSS) were computed. ... The total moment of inertia of the circular floor panel, wind baffle and telescope in azimuth should be correct to 30% but is dependent on estimates of the mass of equipment supported below and above the circular floor panel. ... Table 8 : Masses and mass moments of inertia of the wind baffle components. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19970514_BasicTelescopeInfo/19970514.html -- 20.6 Кб -- 19.05.1998
Похожие документы

18. Web-Site Content and Internet Access
Next: Measuring Internet Access Up: Widening Access Previous: First Observation of a Contents . ... The Observatory web-site also increasingly makes available the results of astronomical observations carried out at Armagh, for example images of meteorological or space-weather events such as aurorae (see http://star.arm.ac.uk/images/aurora-2003-Oct/), and transient astronomical events such as occultations, eclipses and transits. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep2004/node66.html -- 4.1 Кб -- 19.04.2005
Похожие документы

19. Стиральная машина LG F14A8TDS белый - LG - LG Диск Sturm! AG1014P-9812
... title='Диск Sturm! AG1014P-9812' border='0' align='left' width='120' style='margin-right: 20px;' hspace='7' vspace='5'/> . ... Цвет: синий . ... Размер: L . ... Цвет: Хром . Цвет арматуры: Хром . ... Реквизиты: Array . ... Ставки налогов: Array . Картинки: Array . ... Цвет: черный . ... Цвет: бирюзовый . ... Состав: верхний слой - 100% полиуретан; подкладка - 100% хлопок Размер: 25х29 см. ... Цвет: TURTLE . ... Швейная машина Astralux - Astralux - Astralux . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5160.html -- 22.6 Кб -- 14.02.2016
Похожие документы

20. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы

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


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

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

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