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

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

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

1. CSPICE Routines: SCT2E_C
... Abstract Convert encoded spacecraft clock (`ticks') to ephemeris seconds past J2000 (ET). ... Brief_I/O Variable I/O Description -------- --- -------------------------------------------------- sc I NAIF spacecraft ID code. sclkdp I SCLK, encoded as ticks since spacecraft clock start. et O Ephemeris time, seconds past J2000. ... Particulars This routine operates on encoded SCLK values. These values are obtained by calling the CSPICE routine scencd_c or other SCLK conversion routines. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/sct2e_c.html -- 10.9 Кб -- 17.12.2005
Похожие документы

2. TPMODE
... TPMODE is an obsolete parameter since tape is no longer used. ... TPMODE=1 is appropriate for Mark III mode A, while TPMODE=2 is used for Mark III mode B. Setups with different values of TPMODE may be specified for a station during an experiment, but SCHED will determine the lowest value specified for the station for the whole experiment and use that for all scans. ... The correct TPMODE can be determined from the FORMAT , the number of bits per sample ( BITS ), and the number of channels ( NCHAN . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/TPMODE.html -- 6.8 Кб -- 10.04.2016
Похожие документы

3. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/reset.htm
... A reset button on an HTML form. ... Client-side object . ... JavaScript 1.1: added type property; added onBlur and onFocus event handlers; added blur and focus methods . JavaScript 1.2: added handleEvent method The HTML INPUT tag, with "reset" as the value of the TYPE attribute. ... JavaScript 1.0 blur() None The following example removes focus from the reset button userReset: userReset.blur() This example assumes that the button is defined as <INPUT TYPE="reset" NAME="userReset"> Reset.focus . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/reset.htm -- 21.9 Кб -- 07.10.1999
Похожие документы

4. Algorithm
... subroutine emenergy Read the file names among parameters Opening of input file event Copy of input file event on output file event if need be parameters read : choice of sub_tasks to execute Loop over input task parameters Read the task parameter / 1 to perform the procedure, 0 not to perform it / End loop Get the values of files columns in memory call EVFLAG call REJECT_E3E4 with no background call CCDBKG call CLIPE4 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/emenergy/node8.html -- 6.3 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>22710) - xmm.vilspa.esa.es/ )

5. OptInt PmWiki : PmWiki / Other Variables
OptInt PmWiki : Pm Wiki / Other Variables . ... This variable is an array that is used for defining Page Variables . ... To have the page variable $MyVar produce the contents of the internal variable $myvar , many folks try the following which does not work: . ... There are several correct ways to do this, depending on whether you need the value of the $myvar variable as it was at the time the $FmtPV entry was created, or at the time that a particular instance of $MyVar is being rendered on a page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/OtherVariables?action=print -- 16.2 Кб -- 01.03.2014
Похожие документы

6. Argument association
... Fortran . Storage rules Dummy argument is a quantity in the specification of a procedure, function or subroutine. Actual argument is a quantity in the call of a procedure, function or subroutine. ... Becomes 101 END PROGRAM EXAMPLE SUBROUTINE SUB(X, Y, Z) IMPLICIT NONE REAL, INTENT(IN) :: X REAL, INTENT(INOUT) :: Y REAL, INTENT(OUT) :: Z Y = Y**2 Z = X + Y END SUBROUTINE SUB In Fortran there is really only one kind of argument usage, called argument association. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/a10.html -- 9.0 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы

7. A Graphical User Interface for a Development Environment (GUIDE)
... GUIDE'' (Graphical User Interface for a Data Environment) is an interactive IDL widget-based package that enables users to retrieve selected sets of satellite instrument data and perform various types of graphical analyses on them, without writing a specialized program. GUIDE simplifies the task of laying out multiple plots on a page by (1) using a page-editor to define and laying out multiple ``panels'' which contain the ``plot objects'', and (2) integrating data retrieval functions. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/bhatnagara.html -- 11.7 Кб -- 03.11.2000
Похожие документы

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

9. http://www.naic.edu/~tghosh/software/wpolyfit.pro
... YFIT=A(0)+A(1)*X+A(2)*X^2+.. ... Apr 21, 1988 RWT GSFC use new DETERM_PDP ; Aug 29, 1989 RWT modify for SUN IDL ; Jun 21 1991 GRA CASA cleaned up; tested on SUN, DEC, VAX; ; updated prolog; ; 11 May 94 PJL print a warning if any of the weights are negative ; ;- ;****************************************************************************** pro wpolyfit ,xin,yin, weight , ndeg ,a, yfit , chisqr ; npar = n_params(0) if (npar eq 0) then begin print,' WPOLYFIT ,XIN,YIN, WEIGHT , ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/wpolyfit.pro -- 7.9 Кб -- 15.08.2004
Похожие документы

10. Biosphere: Analysis of Value Parameters
... Публикации и издания Публикации профессорско-преподавательского состава СГАУ Издания проф. Сосниной Т.Н. Biosphere: Analysis of Value Parameters . ... Besides, the ways of saving the use value and value properties of biosphere are analyzed. The expediency of transformation of two-criterion theory of value into the three- criterion theory of the balance of value, where the ecologic component performs the function of the key criterion has been founded. ... BIOSPHERE USE VALUE OF THE PRODUCT: MAIN . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/resources/sotrudniki/sosnina/mono14/ -- 80.9 Кб -- 10.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>1721) - www.ssau.ru/ )

11. HTML Forms
... Note you are not allowed to nest FORM elements! ... Forms are created by placing input fields within paragraphs, preformatted text, lists and tables. ... Notice the use of the NAME attribute to name each field : TITLE Sample Questionaire /TITLE H1 Sample Questionaire /H1 P Please fill out this questionaire: FORM METHOD=post ACTION= http://www.hal.com/sample P Your name : input name = name size= 48 P input name = male type =radio Male P input ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/forms.html -- 7.6 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>407) - comet.sai.msu.ru/ )

12. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

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

14. Working with
Next: In case of trouble Up: Using Previous: What to do next? ... procedures are called from within the IDL environment. This is done from either the IDL command line by typing in the appropriate commands, or by invoking a widget, which provides buttons to click on for specific action. ... Note that widget buttons which bring up another widget are labeled in all caps, whereas the other type either displays a sub-menu (indicated by the arrow) or executes a procedure upon selection. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node14.html -- 6.4 Кб -- 28.04.2015
Похожие документы

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

16. http://selena.sai.msu.ru/Pug/Publications/ms38/ms080.pdf
Microsymposium 38, MS080, 2003 (A4 format) PHYSICAL AND MINERALOGY CHARACTERISTICS OF THE LUNAR REGOLITH IN THE AREAS OF THE THERMAL ANOMALIES. ... Comparison of the local cumulative number of particles N per 104 m2 and photometric roughness parameter I. In this report we research data of the IR thermal radiation, the rough structure of the lunar regolith and mineralogy characteristics upper layer of the surface. ... The spatial graphical function of the lunar-surface thermal radiation. ... Figure 3. ...
[ Текст ]  Ссылки http://selena.sai.msu.ru/Pug/Publications/ms38/ms080.pdf -- 533.2 Кб -- 06.10.2008
Похожие документы

17. http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro
... In the median ; function of IDL, the higher of the two values is returned. ... Felix Stoehr, [ST-ECF] xxx = xx(sort(xx)) n = n_elements(xxx) if ((n mod 2) eq 0) then begin return , 0.5 * (max([0,xxx(n/2-1)])+xxx(n/2)) endif else begin return , xxx((n-1)/2) endelse end ;----------------------------------------------------------------------------------------- ; ;***************************************************************************************** function DER_SNR , ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro -- 4.6 Кб -- 01.10.2007
Похожие документы

18. RankFilters (ImageJ API)
... FIELD | ... METHOD . ... java.lang.Object ij.plugin.filter.RankFilters . ... public class RankFilters . ... static int . ... This method is called by ImageJ to set the number of calls to run(ip) corresponding to 100% of the progress bar . ... Field Detail public static final int MEAN . ... No checking is done for large values that would lead to excessive computing times. rankType - May be MEAN, MIN, MAX, VARIANCE, or MEDIAN. public static float findNthLowestNumber (float[] buf, int bufLength, int n)...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/RankFilters.html -- 32.1 Кб -- 02.12.2010
Похожие документы

19. http://www.wdcb.ru/stp/data/geomagni.ind/aa/aa_IMF/AAIMF.fmt
... Space Contents 1-2 YEAR 3-4 MONTH 5-6 DAY 7-8 BLANK 9-12 N (THE NORTHERN HEMISPHERE aa DAILY VALUE ) 13-15 BLANK 16-19 S (THE SOUTHERN HEMISPHERE aa DAILY VALUE ) 20-22 BLANK 23-26 M1 (HALF DAILY VALUE OF aa INDICES FOR THE GREENWICH DAY ) 27-29 BLANK 30-33 M2 (SECOND HALF DAILY VALUE OF aa INDICES FOR GREENWICH DAY ) 34-36 BLANK 37-38 CC_OR_K (QUIET DAYS CLASSIFICATION) 39-41 MONTHLY MEAN DATA: Loacated after the last day of the month. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/geomagni.ind/aa/aa_IMF/AAIMF.fmt -- 3.3 Кб -- 18.01.2010
Похожие документы
Еще в разделе: (Показать все результаты (>10340) - www.wdcb.ru/ )

20. SAI CAS: Accessing SAI CAS from scripts
SAI VO . ... SAI CAS . ... Access . ... http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &columns= $columns . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &withdist= $withdist &NULLS= $nulls where . ... File to store the results . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/cas/access.php -- 16.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>16899) - vo.astronet.ru/ )

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


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

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

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