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

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

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

1. RGBStackSplitter (ImageJ API)
... METHOD . ... Splits an RGB image or stack into three 8-bit grayscale images or stacks. ... These are the three stacks created by the split(ImageStack) method. ... These are the three stacks created by the split(ImageStack) method. public ImageStack green . These are the three stacks created by the split(ImageStack) method. public ImageStack blue . ... Splits the specified RGB image or stack into three 8-bit grayscale images or stacks. public void split ( ImageStack rgb, boolean keepSource) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/RGBStackSplitter.html -- 19.6 Кб -- 02.12.2010
Похожие документы

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

3. casacore: casa::OrderedMap< key, value > Class Template Reference
... casa::OrderedMap< key, value > . ... OrderedMap (const value &dflt, uInt size) . ... OrderedMap (const OrderedMap < key, value > &other) . ... OrderedMap<key,value> is a template class derived from Map . ... template<class key, class value> . ... const key& casa::OrderedMap < key, value >::getKey . ... const value& casa::OrderedMap < key, value >::getVal . ... uInt casa::OrderedMap < key, value >::incr . ... uInt casa::OrderedMap < key, value >::ntot . ... uInt casa::OrderedMap < key, value >::nused...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1OrderedMap.html -- 33.6 Кб -- 14.02.2011
Похожие документы

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

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

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

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

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

12. Creating reconstruction image and background image from an input source list
... If the parameter withinputlist is set to ``true'', the reconstruction and/or background image will be created using source parameters from an input source list. ... Use parameters makerecon and savebkgrnd to specify which of the output images you want to create. Only sources originally detected at scales up to maxscale will be used for to calculate the images. The value of maxscale will also control the scale of the kernel used to filter the background image. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ewavelet/node9.html -- 3.8 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>20557) - xmm.vilspa.esa.es/ )

13. Dynamic HTML in Communicator
Contents] [Previous page] [Next page] Index] . This book describes how to use Dynamic HTML to incorporate style sheets, positioned content, and downloadable fonts in your web pages. ... Introducing Style Sheets . ... Style Sheets in Communicator . Using Cascading Style Sheets to Define Styles . ... Defining Style Sheets with the <STYLE> Tag . Defining Style Sheets in External Files . ... Combining Style Sheets . ... Style Sheets Ink Home Page . ... Positioning HTML Content Using Styles . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/contents.htm -- 9.5 Кб -- 13.08.1997
Похожие документы

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

15. Execute a command without creating a new process
. The exec statement causes the command specified as its argument to be executed in place of the current shell without creating a new process. For example: exec zmail -visual . This runs just the zmail program without a shell. When you quit the application the current shell also exits.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.4.html -- 2.0 Кб -- 17.01.1997
Похожие документы

16. AO Spectral Line Position Search Database.
. Project Identification: . Source Name: . Observation Date: . (yyyy/mm/dd) . Start Date: . End Date: . Source Position: . RA (J2000): . h m s . Dec (J2000): . o ' '' . Search box in arcminutes: . +/- (Default 10 arcminutes meaningful . only when both ra dec are specified) .
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/specAOsearch/index.shtml -- 8.0 Кб -- 03.02.2013
Похожие документы
Еще в разделе: (Показать все результаты (>3110) - www.naic.edu/ )

17. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

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

19. In The Beginning, God Created......prophecy - an Astronomy Net God Science
God Science Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... God and Science | ... In The Beginning, God Created......prophecy . ... I am beginning to believe that Genesis creation is about the creation of prophecy as much as it is a statement that God is the creator. ... So I ask, are you (anyone) willing to consider Gen 1 2 as stories of prophecy or are you determined that it is either about science or a literal 7-day creation? ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/god/messages/32316.shtml -- 14.2 Кб -- 09.04.2016
Похожие документы

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


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

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

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