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

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

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

1. casacore: casa::TableVector< T > Class Template Reference
... casa . casa::TableVector< T > . ... Templated read/write table column vectors. ... TableVector (const Table &, const String &) . ... Create a table vector from another one (reference semantics). ... operator= (const ROTableVector < T > &) . ... Create a table vector from another one (reference semantics). template<class T> . ... Create table vector containing given Vector (reference semantics). template<class T> . ... Create table vector containing a Vector with given length. template<class T> . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1TableVector.html -- 34.1 Кб -- 14.02.2011
Похожие документы

2. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

3. Python: module create_contacts
create_contacts (version 14.05.08) . ... Run the PASS AVTUT tool. ... Allow for user input tdrs.dat file. ... Modules . ... time_util . ... pass_product.pass_product ( configure_util.pickled_product ) . ... class avtut ( pass_product.pass_product ) . ... pass_product.pass_product . ... init__ (self, ms =None , tut_file ='' , tdrs_dat =None ) . ... Get the run name this product is associated with. get_run_time (self) . ... set the run name this product is associated with. set_run_time (self, runtime) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/create_contacts.html -- 21.3 Кб -- 08.04.2016
Похожие документы

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

5. ImageStack (ImageJ API)
... Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null. public int getSize () . Returns the number of slices in this stack. public java.lang.String[] getSliceLabels () . ... Returns null if the stack is empty or the label of the first slice is null. public java.lang.String getSliceLabel (int n) . ... Returns null if the slice does not have a label. public void setSliceLabel (java.lang.String label, int n) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/ImageStack.html -- 29.5 Кб -- 02.12.2010
Похожие документы

6. LWN: Driver porting: Device classes
... This article is part of the LWN Porting Drivers to 2.6 series . ... To help with this sort of resource discovery issue, the driver model exports a "class" interface. Devices, once registered, can be associated with one or more classes which describe the function(s) performed by the device. ... int (*hotplug)(struct class_device *dev, char **envp, int num_envp, char *buffer, int buffer_size); . ... struct class *class; int (*add) (struct class_device *); void (*remove) (struct class_device *); . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/31370.html -- 18.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/31370.html -- 18.6 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/31370.html -- 18.6 Кб -- 02.10.2012
Похожие документы

7. creating a kernel relocatable module
... Forum: The Linux Kernel Hackers' Guide . Keywords: kernel relocatable module . ... From: Simon Kittle < simon@nfm.co.uk > . is there any tutorial/documentation for writing relocatable modules for the kernel or just stuff on the structure of it. I have been able to get a sort of bare bones module that does nothing loaded and unloaded (the code was just stripped down from some other device driver module) but I cant get new functions, I supose they would be syscalls to work. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/139.html -- 2.7 Кб -- 23.03.2000
Похожие документы

8. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

9. Visualisation of the first class
Next: Visualisation of the Up: Visualization of the Previous: Visualization of the . ... Through the command visual/plan , a window is created for each scale. The user can select one window and do all the operations available in MIDAS for an image. ... Figure , obtained by the command visual/cube , shows the superposition of the scales in a window. ... In figure , one contour per scale is plotted (command visual/cont ). ... Figure: One contour per scale is plotted (command visual/cont ). ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node326.html -- 4.5 Кб -- 23.02.1996
Похожие документы

10. Apache module mod_so
This module provides for loading of executable code and modules into the server at start-up or restart time. ... On Windows, mod_dll was used in beta release 1.3b1 through 1.3b5. mod_so combines these two modules into a single module for all operating systems. ... Because Apache for Windows does not have the Configure program of Apache for Unix, the module's source file must be added to the ApacheCore project file, and its symbols must be added to the os\win32\modules.c file. ... Module: mod_so . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_so.html -- 8.5 Кб -- 01.08.2003
Похожие документы

11. Project Space Hotel
... Space flight . ... Space Hotel . ... The program of deployment of small orbital station (SOS) consisting of a family of spacecrafts and module-spacecrafts represents a consecutive realization of flight scenarios with consecutive building up of functions. ... Scenario 1 - the regular and revised spacecrafts of class "Soyuz" - TMSC and MNMSC (MNMSC-cargo, MNMSC-MR) are used, pls. see fig fig.8 . ... The terms of transition to this scenario are determined by terms of readiness of one or another module....
[ Сохраненная копия ]  Ссылки http://www.atlasaerospace.net/eng/spacehotel-exp.htm -- 39.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>40) - www.atlasaerospace.net/ )

12. Overview: module code pyBLoCXS v0.0.3 documentation
. index . pyBLoCXS v0.0.3 documentation . pyblocxs.mh . Enter search terms or a module, class or function name. index . pyBLoCXS v0.0.3 documentation . Copyright 2010, CHASC Astro-Statistics Collaboration. Created using Sphinx 1.0.2.
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/pyBLoCXS/_modules/index.html -- 4.3 Кб -- 02.10.2012
Похожие документы

13. ADASS 2003 Conference Proceedings
... This papier presents an overview of SAADA, a tool designed to allow astronomers to easily create their own databases from archival files (images, spectra, tables, ...) or from imported data. ... Through an API, SAADA will be able to interoperate with external databases (using of VO standards). ... All SAADA-DBs rest on the same branches of a common data model, but have their own object layers (API and Web interface) and their own relational bases. ... The API has not been designed to load data. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P2-1/ -- 13.8 Кб -- 27.08.2004
Похожие документы

14. Algorithm
... specadd is a F90 module which does the following . module specadd Read input sets Check that they are spectral files Create an output multiple spectrum file If (useoldsumset) is true copy oldsumset in output sumset create those columns not present in oldsumset else create all necessary columns endif Insert n (n=numberOfSingleSpectra) new rows in sumset For each of the n single spectra in sets add single spectrum to sumset End end module specadd . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/specadd/node8.html -- 3.7 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>9098) - xmm.vilspa.esa.es/ )

15. SSAU scientists have created an unique simulator for pilots and drivers
... Scientists of Samara State Aerospace University (SSAU) have created an unique mobile platform for the production of training and gaming simulators. ... Such mobile platforms also known as the Stewart platforms became widespread in the world primarily as simulators for training of highly-qualified military pilots and drivers. ... For example, the Rocket and Space Centre Progress is going to test level sensors for residual fuel in the fuel tanks of the rocket carrier on this mobile platform. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12087/ -- 25.8 Кб -- 23.12.2015
Похожие документы

16. pyQC: overview
... pyqc.tar v2.0 (May 2014) . ... pyQC script structure . ... plot modules . ... instrument-independent module creating 2D images from a single detector (raw frame, master, comparison to reference) . ... instrument-independent module creating a simple 2D image from a raw or product file; does not need additional configuration . ... instrument-independent module creating an overview of all (or of a selected number of) extensions in a raw or product file; does not need additional configuration . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/pyqc.html -- 25.2 Кб -- 08.03.2016
Похожие документы

17. S.P.Korolev RSC Energia - MIR ORBITAL COMPLEX
... BETWEEN MIR ORBITAL COMPLEX MODULES . ... This approach was not a casual choice, it was the result of the 35-year operation experience on development and purpose use of manned orbital vehicles and stations, as well as heavy use of accumulated substantial experience in all lines of research and engineering activities in space. ... INTERNATIONAL SPACE STATION | SEA LAUNCH . LAND LAUNCH | UNIVERSAL SPACE PLATFORM | ... LAUNCHERS | ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/english/energia/mir/mir-science-01.html -- 7.2 Кб -- 02.10.2012
Похожие документы

18. http://zebu.uoregon.edu/~uochep/talks/talks02/G020349.pdf
Easy DMT: Using the chInterface Class to Create/Upgrade DMT Monitors Rauha Rahkola, Univ. of Oregon LSC Meeting, August 19-22, 2002 LIGO Hanford Observatory Richland, WA LIGO-G020349-00-Z Easy DMT Introduction to the chInterface utility class ! ... Run through the data 1. for each channel, either: ! ... Final report LSC Meeting, August 19-22, 2002 Hanford 3 LIGO-G020349-00-Z Easy DMT The chInterface Model ! ... No Yes Yes Defaults to RMS of data addChannel addFilter New channel? ...
[ Текст ]  Ссылки http://zebu.uoregon.edu/~uochep/talks/talks02/G020349.pdf -- 95.3 Кб -- 25.09.2002
Похожие документы

19. Getting Started in Actor Prolog. Hello World.
Actor Prolog is an object-oriented logic language. So, any program written in Actor Prolog consists of classes. ... An example of Actor Prolog program. -- -- (c) 2002, Alexei A. Morozov, IRE RAS. -- ------------------------------------------- project : (( 'Hello' )) class 'Hello' specializing 'Console': [ goal:- writeln ( "Hello World!" This program consists of solely 'Hello' class. ... Thus, the execution of the program starts with the creation of an instance of the 'Hello' class. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_hello.html -- 7.1 Кб -- 24.09.2007
Похожие документы

20. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/wpstools/00-index
acsdoc.zip 12221 info about generic WPS method access object assist11.zip 689805 WPS extension for WARP 3/4 audiocdcreator_039.zip 414750 folder classes, CDRecord/2 front end blckh3.zip 35382 Black Hole WPS object bubpd102.zip 142897 Launchpad replacement class classman.zip 19153 WPS class (de)registration utility cmdfld12.zip 45658 WPFolder subclass cmdrun12.zip 34043 extension to WPFolder ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/wpstools/00-index -- 5.7 Кб -- 19.05.2001
Похожие документы

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


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

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

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