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

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

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

1. casacore: casa::ROMSHistoryColumns Class Reference
... casa::ROMSHistoryColumns . ... ROMSHistoryColumns (const MSHistory &msHistory) . ... The destructor does nothing special. const ROScalarColumn < String > & . ... Definition at line 76 of file MSHistoryColumns.h . ... const ROScalarColumn < String >& casa::ROMSHistoryColumns::application . ... const ROScalarColumn < String >& casa::ROMSHistoryColumns::message . ... const ROScalarColumn < Int >& casa::ROMSHistoryColumns::objectId . ... const ROScalarColumn < String >& casa::ROMSHistoryColumns::origin ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ROMSHistoryColumns.html -- 50.7 Кб -- 14.02.2011
Похожие документы

2. Stellarium: StelRendererStatistics Class Reference
... ClassљIndex . ... StelRendererStatistics Class Reference . Stores and provides access to statistics about a StelRenderer backend. ... getNext (const char *&name, double &value) . Get next statistic name and value. ... Access statistic with specified index to modify it. ... while (statistics.getNext(name, value)) . ... Name of the statistic will be stored here (only a pointer to it). value . ... A clean way to do this is to use an enum with name corresponding to the name of the statistic. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelRendererStatistics.html -- 17.4 Кб -- 28.02.2014
Похожие документы

3. lsst.coordConv: coordConv::OtherCoordSys Class Reference
lsst.coordConv љ unknown . ... Classes . ... coordConv::OtherCoordSys Class Reference . ... OtherCoordSys (std::string const &name, double date=0, DateTypeEnum dateType= DateType_None , bool isMean =false) . ... virtual Coord љ . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom ( CoordSys const &fromCoordSys, Coord const &fromCoord, Site const &site, double tai=0) const . ... virtual Coord coordConv::OtherCoordSys::removePM . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_other_coord_sys.html -- 47.5 Кб -- 07.05.2015
Похожие документы

4. Pipeline Code Internal Organization GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . Enter search terms or a module, class or function name. Pipeline Code Internal Organization . ... Function Call Hierarchy when Running Recipes . ... The GPI data pipeline is implemented in object-oriented fashion using IDL classes. ... For detailed documentation on the functions and variables internal to the following, please see the comments in the source code directly. ... The main object class of the pipeline! ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/organization.html -- 12.3 Кб -- 14.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>10782) - www.stsci.edu/ )

5. GLib
... GLib is a lower-level library that provides many useful definitions and functions available for use when creating GDK and GTK applications. ... E.g., a pointer on an Alpha is 8 bytes, but 4 on Intel 80x86 family CPUs. char gchar; short gshort; long glong; int gint; char gboolean; unsigned char guchar; unsigned short gushort; unsigned long gulong; unsigned int guint; float gfloat; double gdouble; long double gldouble; void* gpointer; gint8 guint8 gint16 guint16 gint32 guint32 . ... Functions . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-glib.html -- 5.2 Кб -- 19.07.2002
Похожие документы

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

7. mod_macro - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... macro_module . ... These macros have parameters. ... macro definition within a <Macro> section, following the apache style. user defined names for the macro and its parameters. macro names are case-insensitive, like apache directives. macro parameter names are case sensitive. macro parameters must have distinct names. error on empty parameter names. redefining a macro generates a warning. macro definitions can be nested... (but what for?) . ... Use of a macro: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/mod/mod_macro.html -- 13.5 Кб -- 19.11.2015
Похожие документы

8. EllipseT structure definition
... A structure definition is provided: . type, public :: EllipseT real(single) ::& xAmp,& yAmp,& phase,& ! ... eg 'pixels', 'detxy', 'tanxy' logical(bool) :: isCircle end type EllipseT . ... interface initializeEllipseT subroutine initializeEllipseTScalar(ellipse) type(EllipseT), intent(out) :: ellipse end subroutine initializeEllipseTScalar subroutine initializeEllipseTVector(ellipse) type(EllipseT), intent(out) :: ellipse(:) end subroutine initializeEllipseTVector end interface . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/ssclib/node120.html -- 4.2 Кб -- 08.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>8916) - xmm.vilspa.esa.es/ )

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

10. Actor Prolog. Programming language definition.
1 буквы_и_цифры .................................... 1 буква_e (e) .......................................... 2.1.3 порядок .......................................... 2.1.3 буквы_и_цифры (letters_and_digits) ................... 1 переменная ....................................... 2.1.1 простой_символ ................................... 2.1.2 расширенное_число ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/1251/02001030.html -- 29.5 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>659) - www.cplire.ru/ )

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

12. The XPA Messaging System
The XPA messaging system provides seamless communication between many kinds of Unix programs, including X programs and Tcl/Tk programs. It also provides an easy way for users to communicate with these XPA-enabled programs by executing XPA client commands in the shell or by utilizing such commands in scripts. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/ -- 3.8 Кб -- 09.04.2016
Похожие документы

13. people:olegbartunov [SAI Virtual Observatory - Wiki]
... start : people : olegbartunov . ... Word of the Day provided by The Free Dictionary . ... Article of the Day provided by The Free Dictionary . ... This Day in History provided by The Free Dictionary . ... Today's Birthday provided by The Free Dictionary . ... In the News provided by The Free Dictionary . ... Quote of the Day provided by The Free Library . ... Spelling Bee provided by The Free Dictionary . ... Match Up provided by The Free Dictionary . ... Hangman provided by The Free Dictionary . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/people/olegbartunov -- 20.3 Кб -- 09.04.2016
Похожие документы

14. http://www.adass.org/adass/proceedings/adass03/reprints/P2-4.pdf
... 314, 2004 F. Ochsenbein, M. Al len, and D. Egret, eds. Chandra FITS Dictionary S. Winkelman, A. Rots, K. Michaud, S. Blecksmith Chandra X-Ray Center/Smithsonian Astrophysical Observatory Abstract. ... We have collected the complete body of FITS keywords, as used in Chandra data products, into a dictionary database that provides easy access to their use and meaning. ... A list of filetypes using the keyword is also returned. ... A filetype is composed of one or more Header-Data Units (HDU). ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass03/reprints/P2-4.pdf -- 151.3 Кб -- 27.08.2004
Похожие документы

15. extractStat
... CREATED are counted): we count executed AND created ABs, to include the science associations . ... number and size of raw and product CALIB files (if from executed ABs) . number of ABs (created and executed) . ... Raw files: Number of raw frames are extracted from executed ABs which effectively means that only raw frames are counted which have been processed. ... Every raw SCIENCE frame from RAWFILE section in an executed AB is counted (before 2011-10-01: every associated and packed raw file) . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/extractStat.html -- 21.3 Кб -- 03.09.2014
Похожие документы

16. Definitions of terms used to describe Apache directives
Each Apache configuration directive is described using a common format that looks like this: . ... This indicates the format of the directive as it would appear in a configuration file. This syntax is extremely directive-specific, and is described in detail in the directive's definition. ... If the directive has a default value ( i.e. , if you omit it from your configuration entirely, the Apache Web server will behave as though you set it to a particular value), it is described here. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/directive-dict.html -- 13.1 Кб -- 15.10.2001
Похожие документы

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

18. Definition Lists
... Content Model: Optional list header (LH), followed by one or more terms (DT) and definitions (DD). A definition list is a list of terms and corresponding definitions. Definition lists are typically formatted with the term on the left with the definition following on the right or on the next line. ... The definition list element can take the COMPACT attribute, which suggests that a compact rendering be used, and is appropriate if the list elements are small and/or the entire list is large. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/deflists.html -- 5.9 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>166) - comet.sai.msu.ru/ )

19. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/PACKING.LST
The following documentation pieces are provided with the Macro Assembler: Microsoft (R) Editor User's Guide Microsoft CodeView(R) and Utilities Update Macro Assembler Version 5.10 Update Macro Assembler Programmer's Guide Macro Assembler Reference Microsoft CodeView and Utilities manual Mixed-Language Programming Guide Executable files on the 5 disks are one of the following types: DOS Runs in real mode under DOS 2.1 or above OS/2 Runs in protected mode of OS/2 1.0 ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/PACKING.LST -- 6.0 Кб -- 02.03.2001
Похожие документы

20. NEdit.org
Home - News - Download - Documentation - Search - FTP . ... Macros . ... Using these macros also allows a simple find jump history: essentially a position stack is managed (as a string) - the entries (lines) in the string are handled as tag entries. ... The macros use other macro files: . ... Although I have implemented a Return to previous macro, I have not implemented a Goto to next in history list macro, for people who want to go backwards and forwards through their find jump history. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-19.shtml -- 12.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-19.shtml -- 12.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-19.shtml -- 12.8 Кб -- 02.10.2012
Похожие документы

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


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

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

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