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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1IPosition__global__functions__IPosition__Logical.html.

1. casacore: casa::IPosition_global_functions_IPosition_Arithmetic Struct...
... casa::IPosition_global_functions_IPosition_Arithmetic . ... operator+ (const IPosition &left, const IPosition &right) . ... operator+ (const IPosition &left, ssize_t val) . ... operator+ (ssize_t val, const IPosition &right) . ... max (const IPosition &left, const IPosition &right) . ... min (const IPosition &left, const IPosition &right) . ... IPosition casa::IPosition_global_functions_IPosition_Arithmetic::max . ... IPosition casa::IPosition_global_functions_IPosition_Arithmetic::operator* . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1IPosition__global__functions__IPosition__Arithmetic.html -- 30.0 Кб -- 14.02.2011
Похожие документы

2. Stellarium: CLIProcessor Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... Static Public Member Functions . CLIProcessor Class Reference . ... argsGetOption (const QStringList &argList, QString shortOpt, QString longOpt) . Check if a QStringList has a CLI-style option in it (before the first ). ... Retrieve the argument to an option from a QStringList. ... Check if a QStringList has a yes/no CLI-style option in it, and find out the argument to that parameter. ... a long-form option string, e.g. "–help" . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classCLIProcessor.html -- 17.8 Кб -- 28.02.2014
Похожие документы

3. GOCG Pre-Observation Products
Next: Navigation Pre-Observation Products . ... SRT (Space Radio Telescope) Schedule (SRS) File . ... What: GOCG generates the Space Radio Telescope (SRT) schedule file, or SRS file, from current GSTS file. The SRS file has more precise time stamps than long-term schedules, and also designates which GTS will be used when. ... The SRS file also serves as the antenna pointing schedule file, as it describes the planned orientation of the spacecraft (and solar panels) as a function of time. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/gocgpre.htm -- 8.4 Кб -- 16.05.2001
Похожие документы

4. Notation
... The operators will be explained as they are used. The general notion to keep in mind is that any combination of these operators results in a 2- D affine coordinate transformation in the TF plane, which may be represented using the homogeneous coordinates often used in computer graphicsfoley. ... S _t_c,f_c = g_t_c,f_c,(_t) | ... We denote a time shift to the position , with an operator that has a multiplicative law of composition : (Table 1). ... Note that these two operators do not commute. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/Wavelet.rsc/Chirplet.dir/node7.html -- 9.2 Кб -- 15.04.1998
Похожие документы

5. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm
... A file upload element on an HTML form. ... JavaScript 1.1: added type property . ... The HTML INPUT tag, with "file" as the value of the TYPE attribute. For a given form, the JavaScript runtime engine creates appropriate FileUpload objects and puts these objects in the elements array of the corresponding Form object. ... form . ... For all FileUpload objects, the value of the type property is "file" . ... Use the value property to obtain the file name that the user typed into a FileUpload object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm -- 19.0 Кб -- 07.10.1999
Похожие документы

6. HTML Math
... LEFT?, expression, RIGHT?, %math? . where expression is %math or %math tag %math, see below. The BOX element is used for a variety of purposes: . ... The BOX element can be used with the LEFT and RIGHT tags for delimiters that stretch to match the size of the enclosed expression. ... Left delimiters should be given before the LEFT tag, while right delimiters should be given following the RIGHT tag, for instance: ( 1 + x ) f(x) = {(<left> f(x) = ( ----- ) 1+x<over> sin x ( sin x ) <right>)} . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/mathbox.html -- 4.9 Кб -- 19.12.1996
Похожие документы

7. Symbolic matrix processor
MATSYM - symbolic matrix processor . ... To use the program you will need a MAT file (liked CIR file: "User manual for CIRSYM program") of your system. ... In first string of MAT file enter any text you want to be the title of your system. ... Starting from string 2 (if is not comments - "*") enter the system element name, incident row and column and, optionally, its value. ... To generate a solution, run MATSYM.exe and enter "system_file_name.CIR" or click on the "ENTER" (in "MAT" case). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/matsym.html -- 3.9 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>13) - astrometric.sai.msu.ru/ )

8. J102815: A Star That Should Not Exist
... J102815: A Star That Should Not Exist . ... Stars born in the generation before our Sun, Population II stars , the stars that created most of the heavy elements around us today, are seen to have some, although less, elements heavier than H and He. Furthermore, even the elusive never-seen first stars in the universe, so-called Population III stars, are predicted to have a large mass and a small but set amount of heavy elements. ... Publications with keywords: star - lithium - Population III . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1253594 -- 15.7 Кб -- 07.09.2011
Похожие документы

9. Determining Browser Type and Version with JavaScript
... Determining Browser Vendor, Version, And Operating System With JavaScript . ... This sample code enables you to detect the browser's vendor, version number, and operating system. ... After you have checked the browser vendor and version, you can dynamically generate optimized HTML markup, and your JavaScript code can conditionally branch to execute JavaScript code optimized for the dynamically generated page or the current browser's vendor or version number. ... Version Number . Browser Version . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/CFA/browser_type.html -- 29.7 Кб -- 01.10.2012
Похожие документы

10. ASP: Cooking Up Heavy Elements in the Cosmos
home publications > mercury . ... ASP Conference Series . ... Cooking Up Heavy Elements in the Cosmos . ... Generally, only a few exceptionally inquisitive students venture beyond the simple statement to ask the question: "If massive stars can only fuse elements up to iron in their cores, then how do we get all the elements heavier than iron?" ... Furthermore, most of us are familiar with the thermonuclear fusion processes that take place in the cores of stars and generate the elements up to iron. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/mercury/34_02/heavy.html -- 15.8 Кб -- 20.04.2012
Похожие документы

11. Simon Jeffery's Software Store: TAP library
... The Theoretcial Astrophysics subroutine library provides constants and functions commonly used in astrophysical modelling. It began in 1992 as a joint project between CCP7 and Starlink, initiated by Simon Jeffery and Paul Rees. ... SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . ... SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... SUBROUTINE TAP_ABINI ( TAP_ABUND, STATUS ) . ... SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . ... SUBROUTINE TAP_ERREP ( TAP_ROUTN, STATUS ) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap.html -- 8.7 Кб -- 06.07.2002
Похожие документы

12. Elements of osculating planetary orbits. Explanation for Computer Ephemeris.
. Computer Ephemeris. Elements of osculating planetary orbits. Explanations. Each row contains at 0h of Time Dynamical Terrestrial of specified date in system of mean equator and ecliptic J2000.0 the ecliptic osculating elements of heliocentric orbit: inclination of orbital plane (degrees), longitude of ascending node (degrees), argument of perigelion (degrees), semimajor axis (astronomical units), mean motion (degrees per day), eccentricity (dimensionless), mean anomaly (degrees).
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/Pl0.html -- 2.0 Кб -- 16.10.2004
Похожие документы

13. Model realization and some results
... The perceptron structure, on the basis of which the database is built, is defined by a number of the input and output parameters and a required accuracy. ... The output perceptron data are the expansion coefficients of the scattering matrix elements in series of the generalized spherical functions. ... As the cluster structure depends on the generation conditions the expansion coefficients were averaged over 5--7 realizations of the clusters (for N . ... is the coefficient number. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/A-PERC/PAPER2/node4.html -- 10.8 Кб -- 19.11.2010
Похожие документы

14. Generated Documentation (Untitled)
. This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version.
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/docs/index.html -- 2.3 Кб -- 16.05.2008
Похожие документы

15. Сумка Made with Swarovski Elements - Made with Swarovski Elements - Made with
... Made with Swarovski Elements - известный бренд, специализирующийся на производстве одежды и аксессуаров, украшенных кристаллами Swarovski. ... В нашей акции представлена богатая коллекция кожаных женских сумок, инкрустированных кристаллами.Артикул: 00_92_BLUE_JEANЦвет: синийСостав: 100% натуральная кожаОсобенности: кожаная сумка с двумя ручками на молнии, украшенная кристаллами Swarovski. ... Тип: Сумка . ... Сумки . ... Тип гриля: Электрический . ... Полезный объем духового шкафа: 66 . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku9945.html -- 17.3 Кб -- 14.02.2016
Похожие документы

16. MCP Menu documentation
Instructions for using Menu-driven Axis Control Software . ... Altitude and azimuth axes use position feedback and the setting is in counts per second times 10. ... Use b to set the brakes and use c to clear the brakes for the corresponding axis, either azimuth or altitude. ... Use m to move to the previously specified position and velocity for the corresponding axis; either azimuth or altitude. ... Use g to move to the previously specified position and velocity for both the azimuth and altitude axis. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/25Procedures/ArchiveProced/op99002motcontrlviamcp.htm -- 6.7 Кб -- 19.02.2001
Похожие документы

17. Hardware sector, archive 2002
... Telescopes . ... 2002: . A quartz echelle spectrograph with a large diameter of the collimated beam (NES) equipped with a CCD (2048x2048 elements) was designed, manufactured and put into operation in the Nasmyth focus of the 6-m telescope. ... We have developed and tested the model of a new-generation three-element broadband radiometric matrix system at the RATAN-600 extremely short wavelength of 1 cm, allowing a large replication to over 100 elements. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Science/results/ar_facil/res2002.html -- 7.1 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Science/results/ar_facil/res2002.html -- 7.1 Кб -- 10.04.2016
Похожие документы

18. WWW-access and JAVA output
... Following the world tendence of the telecomunication development we prepared the WWW homepage of the CATS (http://www.ratan.sao.ru or http://cats.sao.ru), producing all operations permitted in usual scripts. ... Concerning JAVA, the platform independent language, we suppose to use JAVA sripts both in preparion of flexible forms and in generation of the CATS graphics, including curves of energy distributions (e.g. radio spectra) and statitiscics curves of the CATS search. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/Publications/Eng/html/adbis97/node5.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/Publications/Eng/html/adbis97/node5.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/Publications/Eng/html/adbis97/node5.html -- 3.8 Кб -- 02.10.2012
Похожие документы

19. API Help (ImageJ API)
... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. The Overview page is the front page of this API document and provides a list of all packages with a summary for each. ... Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/help-doc.html -- 10.5 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>479) - www.astro.louisville.edu/ )

20. Elements of The Chandra Data Analysis System
... Up: Data Analysis Tools, Techniques, and Software . Previous: CIA V4.0 -- News about Data Analysis with the ISOCAM Interactive Analysis System . ... 216, Astronomical Data Analysis Software and Systems IX, eds. N. Manset, C. Veillet, D. Crabtree (San Francisco: ASP), 603 . ... The Chandra X-Ray Observatory was launched on July 23, 1999, with the first public release of the data analysis system (CIAO: Chandra Interactive Analysis of Observations) made availabile on October 4, 1999. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-59/ -- 14.5 Кб -- 05.10.2000
Похожие документы

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


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

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

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