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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/BinaryProcessor.html.

1. MacroRunner (ImageJ API)
... java.lang.Object ij.macro.MacroRunner . ... Create a new object that interprets a macro file using a separate thread. ... MacroRunner (java.lang.String macro, Editor editor) . ... Create a new object that interprets macro source in a separate thread. public MacroRunner (java.lang.String macro, Editor editor) . ... Create a new object that runs a tokenized macro in a separate thread, passing a string argument. public MacroRunner ( Program pgm, int address, java.lang.String name, Editor editor) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/macro/MacroRunner.html -- 17.1 Кб -- 02.12.2010
Похожие документы

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

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

4. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm
... The type of a wrapped Java object accessed from within JavaScript code. ... Instantiating a Java object in JavaScript. The following code creates the JavaObject theString , which is an instance of the class java.lang.String : var theString = new Packages.java.lang.String("Hello, world") Because the String class is in the java package, you can also use the java synonym and omit the Packages keyword when you instantiate the class: var theString = new java.lang.String("Hello, world") Example 2. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm -- 6.5 Кб -- 07.10.1999
Похожие документы

5. FitsIO(3)
FitsIO - C++ Class for Reading, Writing and Managing FITS Images . include FitsIO .h class FitsIO : public ImageIORep { ... public: FitsIO ( int width, int height, int bitpix, double bzero, double bscale, const Mem header , const Mem data); ~ FitsIO () {} int wcsinit(); int nativeByteOrder() const ; const char * classname() const ; static FitsIO * read( const char * filename, int memOptions = 0); ... The Mem class is used to speed up loading the file. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/astrotcl/astrotcl.14.html -- 8.5 Кб -- 11.09.1998
Похожие документы

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

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

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

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

11. API Help
Package . Class . ... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. 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: . ... These links take you to the next or previous class, interface, package, or related page. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/docs/help-doc.html -- 9.3 Кб -- 16.05.2008
Похожие документы

12. Region Names and Colors
SAOtng can associate names with region markers in order to aid users in remembering the significance of the region. ... By default, marker regions that you create in SAOtng are defined to be either "source" regions or "background" regions and are colored green and red, respectively. ... This type name is controlled by the "Set Type (and Color)" option in the marker menu (activated using the right mouse button within a region). ... Colors can be associated with names for regions. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/regionnames.html -- 5.1 Кб -- 01.10.2012
Похожие документы

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

14. Tcl- and [Incr tcl]- Based Applications for Astronomy and the Sciences
... Up: Science Software Applications . ... It has extensions for creating GUI (Tk) and object-oriented ([incr tcl]) applications. Several Tcl-based tools that may be used for astronomical and other scientific applications have been created and are discussed. One example is ptcl , which registers PGPLOT functions as Tcl commands, creating a powerful interactive plotting package. ... Both programs use the same C code, Tcl commands, and [incr tcl] classes; only the GUIs are different. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/eliasn.html -- 10.1 Кб -- 23.06.1998
Похожие документы

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

16. Examples of creating files
. To create a file with the cat command: cat > memo remember to make appointment at opticians get cost of scheduled flight to Athens Ctrl-d . This creates a file called memo in the current directory containing two lines of text. To create a file with the echo command: echo use an editor for large files > tips . This creates a file called tips in the current directory containing a single line of text.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/create.html -- 2.2 Кб -- 17.01.1997
Похожие документы

17. Колготки для кукол Zapf Creation Baby Annabell 2 пары 792-261 в ассортименте -
... Бренд: Zapf Creation, Тип: Колготки для кукол . Аксессуары для кукол . ... Пособие содержит темы, подготовленные на основе базовой учебной программы по дисциплине "Банковский маркетинг". ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5800.html -- 18.8 Кб -- 14.02.2016
Похожие документы

18. MATRIX table creation
... The largest number of channel groups in a row . The largest number of channel elements in a row above threshold . Create empty output table header and structure. Create a linked list (GROUP_LIST) to store groups of contiguous elements . ... Foreach element in row . ... Else push GROUP onto GROUP_LIST, and create a new instance of the GROUP structure for the next group of contiguous elements. End element loop . ... Create a new instance of GROUP_LIST for the next row. end row loop . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/rmfgen/node25.html -- 4.6 Кб -- 09.07.2007
Похожие документы

19. lsst.tcc: python/tcc/base/testUtils.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... python . ... base . testUtils.py . Go to the documentation of this file. 1 љ from __future__ import division, absolute_import . ... 20 љ def getTestDir (): . ... 32 љ """!Create a new earth prediction file, so the TCC can be started . ... 40 љ tempEarthPath = None . ... 55 љ print "Created temporary earthpred file %r" % (tempEarthPath,) . ... 75 љ print "Another thread already replaced %r; removing temp file %r" % (earthPath, tempEarthPath) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/test_utils_8py_source.html -- 24.4 Кб -- 14.09.2015
Похожие документы

20. Spectral classes
. Spectral Classes . Stars are coloured! The hottest stars appear blue (top spectrum), the coolest red (bottom). One can arrange stellar spectra by the strength and other characteristics of their lines, thus creating the sequence: O - B - A - F - G - K - M . O . 50000K . B . 20000K . A . 10000K . F . 7500K . G . 6000K . K . 4000K . M . 3500K .
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/pus/spectra/spek.html -- 2.6 Кб -- 19.12.1997
Похожие документы

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


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

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

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