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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/lbaops/tidnotes/tsyslogfile.

1. Mapping Pixel Values to Screen Intensity
To change the Scaling Function (how pixel values are binned into color levels): . ... For example, the basic grey-scale color map specifies no intensity for any color at the lowest color level, full intensity for all colors at the highest color level, with the red, green and blue intensities varying linearly for intermediate levels. ... At low bias, low color levels (i.e., low pixel values) will have non-zero intensities, while at high bias only high pixel values will have non-zero intensity. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/scale.html -- 6.3 Кб -- 01.10.2012
Похожие документы

2. uvdump
... User Guide ] Task: uvdump Purpose: Generate an output text file of information from a visibility dataset. ... For each data record selected, an line is produced in the output text file. Each line can consist of several values. Key: vis The input UV dataset name. No default. ... Note these names cannot be abbreviated. real Real part of a correlation. imag Imaginary part of a correlation. amp Amplitude of a correlation. phase Phase of a correlation, in degrees. flag Data flag. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/doc/uvdump.html -- 5.1 Кб -- 10.04.2016
Похожие документы

3. Blitter (ImageJ API)
... FIELD | ... public interface Blitter . ImageJ bit blitting classes must implement this interface. ... static int . ... dst=dst+src . ... Field Detail static final int COPY . ... Constant Field Values . static final int COPY_INVERTED . ... static final int COPY_TRANSPARENT . ... static final int ADD . ... static final int SUBTRACT . ... static final int MULTIPLY . ... static final int DIVIDE . ... static final int AVERAGE . ... static final int DIFFERENCE . ... static final int AND . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/Blitter.html -- 19.2 Кб -- 02.12.2010
Похожие документы

4. Color Values
Table of Contents | ... The string literals in this appendix can be used to specify colors in the JavaScript alinkColor, bgColor, fgColor, linkColor, and vLinkColor properties and the fontcolor method. You can also use these string literals to set the colors in HTML tags, for example < BODY BGCOLOR="bisque"> or < FONT COLOR="blue">color me blue</FONT> Instead of using the string to specify a color, you can use the red, green, and blue hexadecimal values shown in the following table. Color . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/colors.htm -- 39.7 Кб -- 07.10.1999
Похожие документы

5. Displaying vi option values
. To display the current value of all options enter the command: :set all . To display the value of those options whose values have been reset from their default enter the command: :set .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/vi/eleven.a.html -- 1.9 Кб -- 17.01.1997
Похожие документы

6. http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_mssql_basic.sql
- mssql $Id: attach_mssql_basic.sql,v 1.9 2003/08/30 15:47:39 acydburn Exp $ */ BEGIN TRANSACTION; /* -- attachments_config */ INSERT INTO phpbb_attachments_config ( config_name , config_value ) VALUES ('upload_dir','files'); INSERT INTO phpbb_attachments_config ( config_name , config_value ) VALUES ('upload_img','images/icon_clip.gif'); INSERT INTO phpbb_attachments_config ( config_name , config_value ) ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_mssql_basic.sql -- 9.5 Кб -- 19.01.2013
Похожие документы

7. Apache module mod_imap
This module provides for server-side imagemap processing. ... Configurable generation of imagemap menus. The lines in the imagemap files can have one of several formats: directive value [x,y ...] . ... The directives can come in any order, but are processed in the order they are found in the imagemap file. base Directive . ... Module: mod_imap . ... Its value is overridden by a default directive within the imagemap file. ... Its value is overridden by a base directive within the imagemap file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_imap.html -- 14.4 Кб -- 01.08.2003
Похожие документы

8. HST Keyword Dictionary
... STScI has undertaken a project to place all HST keyword information in one source, the keyword database, and to provide a mechanism for making this keyword information accessible to all HST users, the keyword dictionary, which is a WWW interface to the keyword database. ... Along with forming the headers for the science data, most keyword values are ingested into HST archive catalog fields where they are accessible for archive searches and data characterization. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/swaded.html -- 13.1 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/swaded.html -- 13.2 Кб -- 15.05.1998
Похожие документы

9. Process Control: <stdlib.h>,<unistd.h>
... fork() . ... A process is basically a single running program. ... System is prototyped in <stdlib.h> . ... Each command and sorresponding arguments are put in a args array */ /* execvp is called to execute these commands in child process */ /* spawned by fork () */ /* cc -o fork fork .c */ #include stdio.h #include sys/types.h #include unistd.h main() { char buf [1024]; char * args [64]; for (;;) { /* * Prompt for and read a command. */ printf( Command: ); if (gets( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
Похожие документы

10. Explanations for solar physics computing page
This document explains values, tables and other matters on solar physics computing pages. ... is040423.ete : SAHA-S tables, interpolation values: T, rho, X. Z is fixed at 0.02. See reference above. opal2005.etf : OPAL EOS, interpolation values: T, rho, X, Z. Downloaded from OPAL site , marked there as "2005", seems to be unpublished. opal2001.etf : OPAL EOS, interpolation values: T, rho, X, Z. Rogers F.J., Nayfonov A. Astrophys. ... The following values can be calculated: . ... dimensionless . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/physics/phys-help.html -- 8.0 Кб -- 21.10.2009
Похожие документы

11. Stellarium: AngleSpinBox Class Reference
Stellarium 0.12.3 . ... Classes . ... AngleSpinBox Class Reference . A spin box for displaying/entering angular values. More... #include < AngleSpinBox.hpp > . ... virtual voidљ . ... Set the value to default 0 angle. ... AngleSpinBox (QWidget *parent=0, DisplayFormat format= DMSSymbols , PrefixType prefix= Normal ) . ... Set the display format. ... the value to set, in decimal degrees. void AngleSpinBox::setDisplayFormat . ... the value to set, in radians. void AngleSpinBox::valueChanged . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classAngleSpinBox.html -- 31.0 Кб -- 28.02.2014
Похожие документы

12. ClcFnct.htm: Calculation of the values of the Math functions
Input function: . Input X: .
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/afk/Teaching/Examples/F(x).htm -- 2.0 Кб -- 19.11.2010
Похожие документы

13. TUI:Telescope:Offset window
This widget allows you to offset the telescope. ... Offset type : one of "Object Arc", "Object Arc XY" or "Boresight". ... This is motion on the sky or instrument, so don't worry about cos(dec). ... If you want to move that point (e.g. center your object along a different bit of the slit), then use a boresight offset. ... Note that a +X object xy offset will move the sky in the -X direction on the focal plane, because you are centering something in the +X direction on the boresight. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/OffsetWin.html -- 4.2 Кб -- 05.09.2014
Похожие документы

14. Астронет > Кривая блеска GRB 030329
... Астронет | ... планета Астронет | ... Астрономия в России | ... История астрономии . ... Любительская астрономия . ... Кривая блеска GRB 030329 . ... Includes most data through GCN 2276 . Light curve of posted GCN observations of GRB030329, including AAVSO observations, by Melissa Nysewander (UNC-Chapel Hill) . ... Публикации с ключевыми словами: гамма-всплески - оптические ореолы гамма-всплесков . ... Самый далекий, самый желанный . GRB 090423: самый далекий взрыв . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/msg/1191309 -- 17.1 Кб -- 26.06.2003
Похожие документы

15. http://star.arm.ac.uk/~ambn/abstract232.html
The kinematical properties of the fragment ejection processes in the events that produced the presently known asteroid families have long been poorly known due to the presence of a couple of unknown angles (the true anomaly and the argument of the perihelion of the parent body at the epoch of the family formation) in Gauss' equations. ... In these cases, we show that the unknown angles can be reliably determined, and the ejection velocities of the fragments can be fairly well reconstructed. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~ambn/abstract232.html -- 2.4 Кб -- 01.11.1996
Похожие документы

16. http://selena.sai.msu.ru/Shev/Publications/ms38/ms082.pdf
Microsymposium 38, MS082, 2003 (A4 format) EVALUATING THE STRUCTURE OF THE SURFACE LAYER OF MERCURY. ... Photometric Analysis of the Lunar Surface Analogue. ... The phase function obtained directly on some segments of the lunar surface: 1- phase function of the Moon, 2 - phase function of Mercury, 3 - phase function of segments, converted to the lunar phase function system (correlation 0.8), 4 - phase function of segments, converted to the Mercurian phase function (correlation 0.9). ...
[ Текст ]  Ссылки http://selena.sai.msu.ru/Shev/Publications/ms38/ms082.pdf -- 338.5 Кб -- 06.10.2008
Похожие документы

17. Radioastrophysical Observatory ISTP RAS SB
RADIOASTROPHYSICAL DEPARTMENT • INSTITUTE OF SOLAR-TERRESTRIAL PHYSICS RAS SB . Research results on fast active processes General information Main characteristics of the Radio telescope Observing programs General view of the antenna array Main research areas Principle of generation of radio images Radio telescope's beam Receiving systems Main characteristics of the base receiving-recording complex Calibrations Data archive and databases ... Distribution of the recorded spikes in duration . ...
[ Сохраненная копия ]  Ссылки http://ssrt.iszf.irk.ru/rad32en.shtml -- 15.6 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>31) - ssrt.iszf.irk.ru/ )

18. Description of the RadioAstron project, english version
Multi-Frequency Synthesis in K-band . The Multi-Frequency Synthesis (MFS) permits to realize a good quality imaging of the continuum radio sources in short time. ... The RadioAstron mission will operate one K-band circular polarized channel at fixed frequency 22,232 GHz. ... In general one K-band RadioAstron channel with fixed frequency will be unchanging and compatible with all the ground radio telescopes. ... Progress of the RadioAstron Project in Pictures . ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/description/mfs_eng.htm -- 5.6 Кб -- 10.05.2008
Похожие документы
Еще в разделе: (Показать все результаты (>141) - www.asc.rssi.ru/ )

19. Кольцо тереза авантюрин Носки унисекс 3PPK Value Cotton Crew, 3 пары SX4508-965
... Вставка: авантюрин. ... Кольца и перстни . ... Удобные носки унисекс Nike "3PPK Value Cotton Crew", изготовленные из высококачественного комбинированного материала, идеально подойдут вам. ... Носки имеют амортизационные элементы для комфорта и поддержки. ... Удлиненные носки оформлены контрастным логотипом Nike. В комплект входят три пары носков. ' title='Светодиодная лента Эра LS5050 60LED IP65 5m B 613955' border='0' align='left' width='120' style='margin-right: 20px;' hspace='7' vspace='5'/> . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku4113.html -- 18.2 Кб -- 14.02.2016
Похожие документы

20. http://www.sao.ru/Doc-en/Science/Public/Conf/magstars-2010/p153.pdf
Magnetic Stars, 2011, pp. 153 ­ 156 Ab out the Dep endence of the Rotation Velo city of CP Stars on the Magnetic Field Glagolevskij Yu. ... Based on the observational data of the average magnitudes of the surface magnetic field strength Bs for a number of chemically peculiar stars we investigate the dependence of the rotation period on the magnetic field. ... Now the periods of rotation P and the average values of the surface magnetic field Bs are known for more than 50 magnetic stars. ...
[ Текст ]  Ссылки http://www.sao.ru/Doc-en/Science/Public/Conf/magstars-2010/p153.pdf -- 95.3 Кб -- 11.08.2011
[ Текст ]  Ссылки http://mavr.sao.ru/Doc-en/Science/Public/Conf/magstars-2010/p153.pdf -- 95.3 Кб -- 11.08.2011
Похожие документы

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


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

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

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