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

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

Показаны документы, содержащие фрагменты текста из документа
http://crydee.sai.msu.ru/ftproot/pub/misc/doc/MIDI/midi-status.

1. Undefined Values (BLANKs)
GIPSY applications programmers should be aware of the fact that the so called undefined value (or BLANK as it is called in FITS terminology) is a fixed value which can only be different across different computer operating systems. ... The subroutine SETFBLANK can be used to set one value to BLANK; subroutine SETFNBLANK sets a whole array to BLANK. For the sake of speed it is advisable to compare data values directly with the system defined BLANK instead of using the slower function FBLANK. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/floating/blanks.html -- 2.7 Кб -- 16.01.2009
Похожие документы

2. *isoreg* - A region defined by an isointensity contour
. Next: *imcnts* - Find background Up: Regions and Source Parameters Previous: *pllist* - Look at . A region file can be made which defines the region enclosed within a specific intensity level contour. First the image must be smoothed: . cl> xray xr> xspatial xs> imsmooth ``xdata$snr.qp(400:600,400:600)'' snr gaus 5 # output is snr_smo.imh xs> isoreg xnr_smo snr 0.2 # output is snr_iso.pl xs> pllist snr_iso.pl # shows the mask. rsdc@cfa.harvard.edu . 1998-06-10
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node92.html -- 3.7 Кб -- 01.10.2012
Похожие документы

3. APOD: December 29, 1999 - The Decade that Defined Star System
... December 29, 1999 . The Decade that Defined Star System . ... The first extra-solar star system was discovered orbiting a pulsar in 1991. Slight changes in the precise arrival times of the pulses from the central small dense neutron star gave evidence of orbiting planets . ... As the decade comes to a close, over two dozen planetary star systems have been identified, one recently confirmed by the detection of a slight eclipse by the planet itself. ... About APOD > . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/ap991229.html -- 4.9 Кб -- 02.10.2012
Похожие документы

4. The Millennium that Defined Earth
... Credit: Apollo 8 Crew, NASA Explanation: When the second millennium began, people generally knew that the Earth was round , but few saw much of it beyond their local village. ... The Earth started as the center of everything , but became a planet placed in the Solar System , which became placed in a Galaxy , which became placed in the Local Group of Galaxies , which became placed in an expanse so vast we call it just the Universe . ... Publications with keywords: Moon - Earth - millennium . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2000-12-31 -- 14.5 Кб -- 30.12.2000
Похожие документы

5. User-defined energy grid
... The performance of the task is directly proportional to the number of bins in the energy grid (ie the number of rows of the matrix), while the scientific accuracy of the results of using the matrix improves (to the limit of the energy resolution of the instrument) the more rows there are in the matrix. ... A user-defined grid can at present be only such that the grid points are evenly distributed across the energy range. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/rmfgen/node13.html -- 4.8 Кб -- 09.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>2193) - xmm.vilspa.esa.es/ )

6. Stellarium: Member List
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... ClassљMembers . elsetrec Member List . This is the complete list of members for elsetrec , including all inherited members. a (defined in elsetrec ) . ... alta (defined in elsetrec ) . ... altp (defined in elsetrec ) . ... argpdot (defined in elsetrec ) . ... argpo (defined in elsetrec ) . ... atime (defined in elsetrec ) . ... aycof (defined in elsetrec ) . ... Generated on Sat Aug 10 2013 17:12:44 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structelsetrec-members.html -- 27.5 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>737) - astro.uni-altai.ru/ )

7. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>183) - www.mso.anu.edu.au/ )

8. Descriptor index
previous next contents properties index . ... number> . undefined . ... number> , <number> , <number> , <number> . ... uri> . ... normal | ... ultra-expanded ] [, [ normal | ... oblique ] [, [normal | ... small-caps] [,[normal | ... 100 | 200 | ... 900] [, [normal | ... uri> [format( <string> [, <string> ]*)] | font-face-name> ] [, <uri> [format( <string> [, <string> ]*)] | ... urange> [, <urange> ]* . ... urange> ]? [ <number> ]+ [,[ <urange> ]? <number> ]+] . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/descidx.html -- 10.6 Кб -- 12.05.1998
Похожие документы

9. Evaluating shell variables
The following set of rules govern the evaluation of all shell variables. ... var signifies the value of var or nothing, if var is undefined. ${var} same as above except the braces enclose the name of the variable to be substituted. ${var-thing} value of var if var is defined; otherwise thing. $var is not set to thing. ${var=thing} value of var if var is defined; otherwise thing. If undefined $var is set to thing. ${var?message} If defined, $var; otherwise print message and exit the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.3.html -- 2.5 Кб -- 17.01.1997
Похожие документы
<