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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/initptr.dc2.

1. Coordinate Systems
... The IRAF environment provides three coordinates systems: . physical: image pixel coordinates used in the reference (original) image. logical: image pixel coordinates, relative to the current section and size of the image. ... 22:13:53.7 44:28:53.9 - the usual representation of RA, Dec . ... Logical, physical and world coordinate systems are all supported in the PROS software, and regions can be specified with any combination of them. ... c 22:13:53.7 44:28:53.9 8 . ... physical: 6930 9390 240 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node20.html -- 9.1 Кб -- 01.10.2012
Похожие документы

2. 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
Похожие документы
Еще в разделе: (Показать все результаты (>1512) - www.sao.ru/ )

3. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\ADA_LOG.HTML"
... The begining of program -- Target function: a * b with TEXT_IO ; use TEXT_IO ; procedure EXAMPLE is package IO_INT is new INTEGER_IO ( INTEGER ) ; use IO_INT ; r,b,a: INTEGER ; begin put ( Enter unsigned number 'b', please ... unsigned number 'a', please: ) ; get ( a ) ; declare VAR0 , VAR1 : INTEGER ; begin VAR0 := a; VAR1 := b; declare VAR3 , VAR2 , VAR4 : INTEGER ; begin VAR3 := 0 ; VAR2 := VAR0 ; VAR4 := VAR1 ; while VAR2 /= 0 loop begin if ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/ada_log.html -- 9.8 Кб -- 24.09.2007
Похожие документы

4. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 Кб -- 13.04.2008
Похожие документы
Еще в разделе: (Показать все результаты (>1073) - www.sai.msu.su/ )

5. Long description for example showing inside vs. outside list marker
This diagram illustrates the fact that the list marker box has no impact on the position of the principal list box. ... For the upper list, the list marker box (which contains a bullet) is outside and to the left of each list item principal box. For the lower list, the list marker box (which contains a bullet) is the first inline box inside each list item principal box. ... A label reads, "The left sides of the list item boxes are not affected by marker placement." ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/list-inout-desc.html -- 2.1 Кб -- 02.05.1998
Похожие документы

6. SPUTNIK home page
. (Data examples) . Russian . 4/03/1997 21:00 GMT . Image with coastal line and coordinate grid overlayed . (image size 784x521) . 6/03/1997 21:00 GMT . Image with coastal line and coordinate grid overlayed . (image size 512x512) . Moon disc captured by GOMS . (image size 1024x1024) . For information send a mail to: admin@planeta.rssi.ru . All rights reserved. © 1997-2002 SMIS IKI RAN and SRC PLANETA, Moscow, Russia.
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/goms/engl/goms_ex.htm -- 6.5 Кб -- 21.01.2002
Похожие документы
Еще в разделе: (Показать все результаты (>22) - sputnik.infospace.ru/ )

7. Rectangular bounds of the true area of a logical array
... Meta Index / Home Page / General-purpose array-processing utilities / Array or vector scalar . subroutine maskArrayLimits(mask, minXi, maxXi, minYi, maxYi) logical(bool), intent(in) :: mask(:,:) integer(int16), intent(out) :: minXi, maxXi, minYi, maxYi end subroutine . ... logical(bool) :: mask(4,5) mask(1,:) = ((/0, 0, 0, 0, 0/) > 0) mask(2,:) = ((/0, 1, 1, 0, 0/) > 0) mask(3,:) = ((/1, 1, 0, 1, 0/) > 0) mask(4,:) = ((/1, 0, 0, 0, 0/) > 0) call maskArrayLimits(mask, minXi, maxXi, minYi, maxYi) ! ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node10.html -- 4.2 Кб -- 01.07.2008
Похожие документы

8. A Subroutine Example
Next: Code History Up: In-Line Documentation Previous: A Program Example . By way of illustration, below is the in- code documentation for Miriad subroutine axistype, which uses the ``directives'' noted previously. c* Axistype - Find the axis label and plane value in user friendly units c mchw c: plotting c+ subroutine AxisType(lIn, axis , plane , ctype , label , value , units ) c implicit none integer lIn, axis , plane character ctype *9, label *13, ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/progguide/node7.html -- 4.2 Кб -- 05.02.2013
Похожие документы

9. CSPICE Routines: FTNCLS_C
... Abstract Close a file designated by a Fortran-style integer logical unit. ... Particulars This function is provided in order to fully support the file I/O interface provided by those CSPICE functions generated by running f2c on Fortran SPICELIB routines. ftncls_c should be used to close files opened by these functions ONLY IF the files in question would normally be closed, after having been opened by a Fortran program, by a Fortran CLOSE statement. ... Close the text file./ ftncls_c ( unit ); . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/ftncls_c.html -- 6.5 Кб -- 17.12.2005
Похожие документы

10. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm
... These objects are predefined JavaScript objects that you access through the mimeTypes array of the navigator or Plugin object: navigator.mimeTypes[ index ] where index is either an integer representing a MIME type supported by the client or a string containing the type of a MimeType object (from the MimeType.type property). ... Property . ... The Plugin object for the plug-in that is configured for the specified MIME type If the MIME type does not have a plug-in configured, enabledPlugin is null. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm -- 16.8 Кб -- 07.10.1999
Похожие документы

11. SEEING (V1.3) --- Apr00 --- SEEING (V1.3)
seeing -- Create a simulated ground-based star image based on a model of atmospheric turbulence seeing output xdim ydim gamma fwhmx fwhmy . output = "" [image] . The name for the output image to be created. xdim = 512 [integer] . The X dimension for the output image. ydim = 512 [integer] . The Y dimension dor the output image. gamma = 1.6666 [real] . ... For a discussion of the significance of this please see the discussion below and the references given. fwhmx = 5.0 [real] . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/imres/seeing.hlp.html -- 4.0 Кб -- 06.06.2006
Похожие документы

12. Worked Example 04
The automatic flag raising system on a horizontal flagpole attached to the vertical outside wall of a tall building has become stuck. ... One side of the flagpole is attached to the wall of the building by a hinge so that it can rotate vertically. 3 m away, the other end of the flagpole is attached to a strong, lightweight cable. The cable goes up from the flagpole at an angle of 30 until it reaches the building where it is bolted to the wall. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/phys1101/questions/Week2Web/Q04/index.html -- 2.7 Кб -- 02.10.2012
Похожие документы

13. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

14. POLIMODEL (V2.00) --- November00 --- POLIMODEL (V2.00)
polimodel -- Produce model linear polarization and position angle images . ... Whether to apply random errors to output polarization and position angle values. seed = "" [integer] . ... This task produces a model linear polarization image and corresponding position angle image from an input image assumed to represent intensity (Stokes I parameter). ... A threshold for the input image can be defined such that polarization and position angle are not computed for input values less than this threshold. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~jwalsh/softpol/polimodel.help.html -- 6.1 Кб -- 02.11.2000
Похожие документы

15. SMIS IKI RAN (Sample Images)
. Russian Version [ MS-Win ] . [ News ] . [ Satellite data ] . [ SMIS ] . [ ] . Cities . Rivers . Fires . Clouds . Sea and lakes . Miscellaneous . Back to SMIS Home Page .
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/images/sample_e.htm -- 2.7 Кб -- 28.04.1997
Похожие документы
Еще в разделе: (Показать все результаты (>16) - smis.iki.rssi.ru/ )

16. coordConv
... CoordConv is written in C++ and Python, using SWIG as the C++ wrapper. ... In Python the following will convert an FK5 J2000 position to apparent topocentric coordinates at a specified TAI date: import coordConv taiDate = 4916391905 # TAI date in MJD, seconds site = coordConv . Site (-105.822616, 32.780988, 2788) # Apache Point Observatory 3.5m telescope # For better accuracy you may also specify UT1- TAI and pole wander in site ; # these may be obtained from IERS Bulletin B fk5Sys = ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/ -- 5.1 Кб -- 14.01.2015
Похожие документы

17. FIRST example of a procedure file - onoff.tcl
Up: Setup Procedure Files Previous: FOURTH Example - a9999d.sls . ... This file is available at http://www.naic.edu/~koneil/files/ onoff.tcl # # onoff.tcl - Standard on/off+cal script used by AOCONTROL # proc dosrc {srcname {toloop 1} {inttime 5} { dopcor vel} {csys lsr} {dopset 1}} { # # for file col 0=name, 1-ra, 2- dec ,3-coordType,4-velocity/redshift # global ra dec if {[srcget $srcname] 0 } { logLine $srcname note in file return -1 } set ok [srccol 3 ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/spectral_line/handbook_old/app/files/first_tcl.html -- 4.3 Кб -- 19.09.2000
Похожие документы

18. Apache module mod_example
This module illustrates many of the aspects of the Apache 1.2 API and, when used, demonstrates the manner in which module callbacks are triggered by the server. ... Source File: mod_example.c . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... Example . ... Uncomment the "AddModule modules/example/mod_example" line near the bottom of the src/Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_example.html -- 6.7 Кб -- 15.10.2001
Похожие документы

19. Astronomy HyperText Book
... Stellar Evolution . Nucleosynthesis in Stars . The Evolution of Star Clusters . JAVA Physics Lab . Alternative Energies Class . Steve Kevan's Physics 251 Class . ... Talk on Solid State Physics of CCD detectors . Talk on Cosmological Issues . ... Digital Spectra of Stars . NETexperts E-mail List . The Electronic Universe Project e-mail: nuts@moo.uoregon.edu ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/text.html -- 3.3 Кб -- 26.03.1998
Похожие документы

20. http://xray.sai.msu.ru/~ivan/gmt/man/xyz2grd.html
xyz2grd - Converting an ASCII or binary table to grd file format xyz2grd xyzfile -G grdfile -I x _ inc [ m|c ][/ y _ inc [ m|c ]] -R west / east / south / north [ r ] [ -D xunit / yunit / zunit / scale / offset / title / remark ] [ -F ] [ -H [ nrec ] ] [ -L ] [ -N nodata ] [ -V ] [ -Z [ flags ] ] [ -: ] [ -bi [ s ][ n ] ] xyz2grd reads a z or xyz table and creates a binary grdfile. xyz2grd will report if some of the nodes are not filled in with data. ... H Input file(s) has Header record(s). ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/xyz2grd.html -- 7.5 Кб -- 19.03.1999
Похожие документы

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


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

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

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