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

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

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

1. casacore: casa::ROTableMeasColumn Class Reference
... casa::ROTableMeasColumn . ... Read only access to table scalar Measure columns. ... ROTableMeasColumn (const Table &tab, const String &columnName) . ... reference (const ROTableMeasColumn &that) . ... Get the Table object this column belongs to. ... ROTableMeasColumn is the base class for the templated classes ROScalarMeasColumn and ROArrayMeasColumn which give access to table columns containing measures . ... Get the Table object this column belongs to. void casa::ROTableMeasColumn::throwIfNull . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ROTableMeasColumn.html -- 40.9 Кб -- 14.02.2011
Похожие документы

2. lsst.coordConv: coordConv::PVT Class Reference
lsst.coordConv љ unknown . ... PVT . ... coordConv::PVT Class Reference . include < pvt.h > . PVT (double pos , double vel , double t ) . ... operator+= ( PVT const &rhs) . ... operator+= (double const &rhs) . ... operator+ ( PVT const &rhs) const . ... operator+ (double const &rhs) const . ... Definition at line 18 of file pvt.h . ... Definition at line 152 of file pvt.h . PVT coordConv::PVT::operator* . ... Definition at line 132 of file pvt.h . ... Definition at line 108 of file pvt.h . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_p_v_t.html -- 44.5 Кб -- 07.05.2015
Похожие документы

3. Stellarium: TuiNode Class Reference
Stellarium 0.12.3 . ... Classes . ... TuiNode Class Reference . TuiNode objects are linked together in a network of nodes to form the structure of a menu which may be navigated using the cursor keys. ... TuiNode (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) . ... virtual TuiNodeResponse љ . ... virtual voidљ . ... intљ . ... Set prevNode to the last of the chain of nextNode-s. Call for the first node of a menu after all others have been added. void TuiNode::updateNodeNumber . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTuiNode.html -- 21.7 Кб -- 28.02.2014
Похожие документы

4. DUST: Dust::GenPAHCC Class Reference
... Classes . ... Dust :: GenPAHCC . ... CCFamily { InPlane , OutPlane } . GenPAHCC (double a, dust_nmoded *nm, CCFamily family) . virtual double . ... dust_nmoded * . ... a is the grain radius , nm contains the specifications of the normal modes for the dust model . References bndust_PAHatoNC() , dust_draine_beta2() , dust_nCCIPmodes() , dust_nCCOPmodes() , dust_nmoded::PAHTDebCCIP , and dust_nmoded::PAHTDebCCOP . ... double Dust::GenPAHCC::operator[] . ... double Dust::GenPAHCC::Nmodes . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1GenPAHCC.html -- 10.0 Кб -- 11.07.2008
Похожие документы

5. SGML reference information for HTML
... The following sections contain the formal SGML definition of HTML 4.0. It includes the SGML declaration , the Document Type Definition (DTD), and the Character entity references , as well as a sample SGML catalog . ... Default DTD: . http://www.w3.org/TR/REC-html40/strict.dtd . ... http://www.w3.org/TR/REC-html40/loose.dtd . ... For better validation, you should check your document against an SGML parser such as nsgmls (see [SP] ), to verify that HTML documents conform to the HTML 4.0 DTD. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/sgml/intro.html -- 7.1 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/sgml/intro.html -- 7.1 Кб -- 24.04.1998
Похожие документы
Еще в разделе: (Показать все результаты (>4032) - crydee.sai.msu.ru/ )

6. A General Catalog of HI Observations of Galaxies
... Huchtmeier Richter A catalog of all published HI observations of external galaxies has been compiled. ... the morphological type (internally coded in a crude 1-byte code based on the system of the RC2 Second Reference Catalog of Bright Galaxies (de Vaucouleurs et al, 1976)) in column 4; . the inclination i (in degrees) used by the authors in column 5. ... A General Catalog of HI Observations of External Galaxies by W.K. Huchtmeier O.-G. Richter, H.D. Bohnenstengel and M.Hauschildt May 1983. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/doc/HI_GALS.html -- 7.0 Кб -- 18.03.2015
Похожие документы

7. Astronomical Catalogs
... Reference Data for Calibration and Tools . ... There are two independent directories which contain the spectra of ultraviolet and optical standard stars. The CALSPEC directory contains the composite ultraviolet and optical absolute calibrated reference spectra of the HST standards. ... Details of the CALSPEC data, along with another supplemental CALSPEC directory, are contained in the above web page. ... Another directory of supplemental calspec data is available and detailed on the calspec page. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/observatory/crds/astronomical_catalogs.html -- 20.8 Кб -- 11.04.2016
Похожие документы

8. Zen: ReadmeTrgm
... The trgm contrib module provides functions and index classes for determining the similarity of text based on trigram matching. ... The set of trigrams in the word "cat" is " c", " ca", "at " and "cat". *real similarity(text, text) . ... The trgm module comes with an index operator class that allows a developer to create an index over a text column for the purpose of very fast similarity searches. ... CREATE TABLE test_trgm (t text); CREATE INDEX trgm_idx ON test_trgm USING gist(t gist_trgm_ops); . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/ReadmeTrgm -- 13.1 Кб -- 11.04.2016
Похожие документы

9. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/contents.htm
... Index . This book is a reference manual for the JavaScript language, including both core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... JavaScript Versions . ... Document Conventions . ... document . ... Function . ... String . ... Assignment Operators . ... Bitwise Operators . Bitwise Logical Operators . Bitwise Shift Operators . Logical Operators . String Operators . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/contents.htm -- 9.9 Кб -- 07.10.1999
Похожие документы

10. Event lists
XMM-Newton Science Analysis System . ... Events are stored in a table in a data set. There is only one event list in a data set. The name of the table is 'events'. Each row in a column can contain associated information. This has the form of a column in the table. Work on the XMM event list definition is done by the SSC. The various columns in the event list would be described here, or a suitable reference given. ... Event status . ... XMM-Newton SOC/SSC -- 2008-07-01 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/dataconv/node3.html -- 3.8 Кб -- 01.07.2008
Похожие документы

11. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы

12. Programmer's reference
... uses an external library ( oyster.so ) containing C and FORTRAN objects. This library must be sharable in order for IDL to access it (via the call_external command). Aside from the specific code (written in C), this library contains five external libraries. ... To recompile and install the IDL procedures, start up IDL (in the idl directory) with the command file c.pro , i.e. idl c , which will then compile the IDL code and save it into files oyster.cmb and oyster.cpr . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node9.html -- 7.5 Кб -- 28.04.2015
Похожие документы

13. http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY
and 42 % 27-11-1999 Andr\'as Holl % 2.31: 02-05-2001 % % Konkoly Observatory, Budapest, Hungary % Use the following documentstyle definition : % \documentstyle[twoside, ibvs2, epsf]{article} % or % \documentstyle[twoside]{article} % \input ibvs2.sty % \input epsf.sty % epsf is only needed for figures % IBVS.STY screen message \ typeout {} \ typeout {IBVS.STY Ver. 2.31 - 02-05-2001 } \ typeout {Information Bulletin on Variable Stars - Konkoly Observatory} \ ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY -- 8.5 Кб -- 29.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>62) - sai.msu.ru/ )

14. 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
Похожие документы
Еще в разделе: (Показать все результаты (>1843) - star.arm.ac.uk/ )

15. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

16. References and Documentation
... available from http://www.vsop.isas.ac.jp/ops/VSOG_doc.html . draft dated 1 July 1996. ... dated 12 March 1996. ... version 2.0, dated 14 Dec 96. ... version 2.0, dated 19 Feb 1996. ... version 1.0, dated 11 October 1996. ... version 3.0, dated 10 April 1996. ... version 1.1, dated 30 July 1996. ... version 1.10, dated 13 Nov 1996. ... version 1.0, dated 05 Sep 1997. available from http://www.vsop.isas.ac.jp/ops/VSOG_doc.html . ... draft version dated 27 November 1996. back to top . ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/refdoc.htm -- 5.9 Кб -- 18.05.2001
Похожие документы
Еще в разделе: (Показать все результаты (>140) - www.asc.rssi.ru/ )

17. Pulkovo EOP and Reference Systems Analysis Center (PERSAC)
... PUL VLBI Analysis Center . ... Pulkovo EOP and Reference Systems Analysis Center (PERSAC) is located at the Pulkovo Observatory . ... Processing of VLBI , GPS, and optical observations aimed at analysis of the Earth rotation, station displacement, and celestial reference system. ... Celestial Pole Offset (CPO) and Free Core Nutation (FCN) . Four daily updated CPO and FCN series (models) are provided. ... File fcn1.dat contains the ZM1 FCN model with variable amplitude and phase. ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/english/as/persac/ -- 8.3 Кб -- 08.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>239) - www.gao.spb.ru/ )

18. Data bases of Natural Satellites. Documentation. Structure
Databases (NSDC) of the Natural Planetary Satellites. ... NSDC: Database of astrometric observations of Natural Planetary Satellites . ... They are thoroughly looking for observations in different sources, creating their owndatabases which are then mostly inaccessible to other researchers. ... In the file "content" with explications, the reference is given to the data source as well as the bibliographic reference. ... Data sources. ... Why a specific bibliographic database for Natural satellites? ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/neb/nss/DocStructe.htm -- 11.4 Кб -- 18.05.2009
Похожие документы

19. SPICE System Documentation
Here you will find references to all kinds of SPICE System documentation . SPICE System Overview . These page briefly describe SPICE system of ancillary and navigation data, introduce reader to its concept, tell about systems history and current status. ... These pages contain information essential for new users of SPICE system , help them to understand the way how systems data and toolkit are organized and may be used to get navigation and ancillary data and perform necessary calculations . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/naif/spicedoc.htm -- 2.6 Кб -- 29.11.2000
Похожие документы

20. Millennium of Geomagnetism: References Q-Z
... David P. Stern, Laboratory for Extraterrestrial Physics . ... Magnetic Storms and Ring Currents . ... Chronology of Geomagnetism . References: A-G . ... Schr der, Wilfried (ed.) Geomagnetism (Research: Past and Present), 248 pp, (Proceeding of a symposium of the Interdivisional Commission on History of IAGA, August 1999), W. Schr der, D-28777, Bremen-Roennebeck, 2000. ... Stern, David P., A brief history of magnetospheric physics before the spaceflight Era, Rev. Geophys., ... Stern, David P.. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/earthmag/millref3.htm -- 8.7 Кб -- 21.12.2007
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/earthmag/millref3.htm -- 8.7 Кб -- 22.12.2007
Похожие документы

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


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

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

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