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

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

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

1. ScrollbarWithLabel (ImageJ API)
... Class . ... java.lang.Object java.awt.Component java.awt.Container java.awt.Panel ij.gui.ScrollbarWithLabel . All Implemented Interfaces: . ... public class ScrollbarWithLabel . ... ScrollbarWithLabel ( StackWindow stackWindow, int value, int visible, int minimum, int maximum, java.lang.String label) . ... void . ... int . ... public ScrollbarWithLabel ( StackWindow stackWindow, int value, int visible, int minimum, int maximum, java.lang.String label) . ... public void setBlockIncrement (int b) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/ScrollbarWithLabel.html -- 34.0 Кб -- 02.12.2010
Похожие документы

2. casacore: casa::LatticeAddNoise Class Reference
... Classes . ... casa::LatticeAddNoise . ... Add noise from specified distribution to a lattice. ... LatticeAddNoise ( Random::Types type, const Vector < Double > &parameters) . ... Add noise of given type to lattice. void . ... This class allows you to add noise from one of many enumerated types to a Lattice . ... I.e. noise is added to masked pixels. void casa::LatticeAddNoise::add . ... For Complex, noise is added to real and imaginary separately. void casa::LatticeAddNoise::makeDistribution . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1LatticeAddNoise.html -- 29.2 Кб -- 14.02.2011
Похожие документы

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

4. Stellarium: StelIndexBuffer Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... ClassљIndex . ... StelIndexBuffer Class Reference abstract . Generic index buffer interface usable with all Renderer backends. ... virtualљ . ... voidљ . addIndex (const uint index) . ... virtual voidљ . ... index . ... virtual void StelIndexBuffer::addIndex_ . ... virtual void StelIndexBuffer::clear_ . ... virtual void StelIndexBuffer::lock_ . ... virtual void StelIndexBuffer::setIndex_ . ... virtual void StelIndexBuffer::unlock_ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelIndexBuffer.html -- 33.5 Кб -- 28.02.2014
Похожие документы

5. Python: module siRecon
siRecon . ... Modules . ... Classes . ... init__ (self, alignId, server ='HAL9000' , database ='spss' ) . Purpose: Constructor to extract all the data from qasi_states for . the specified alignment. Usage: ACSDataDef = siRecon. qasiStates ('0922:01:01:01') . ... report (self, outputFile ='qasi_states.rpt' ) . ... Usage: ACSdataDef = siRecon. siDataDef ('ACS') . ... Usage: ACSDataDef = siRecon. siDataDef ('ACS') . ... Usage: siRecon. reportSI ('wsistate_seq','ACS','ACS_seq.rpt') . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/siRecon.html -- 19.8 Кб -- 08.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>15944) - www.stsci.edu/ )

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

7. DUST: Dust::RastSDS Class Reference
... Classes . ... Dust :: RastSDS . ... RastSDS (double amin , double amax , BNLib::UnaryDD &carbsdfn, BNLib::UnaryDD &silsdfn, BNLib::UnaryDD &ionffn) . ... InitIplts (void) . ... std::valarray< double > . ... Dust::RastSDS::RastSDS . ... void Dust::RastSDS::InitIplts . ... double Dust::RastSDS::amin . ... std::valarray< double > Dust::RastSDS::araster . ... std::valarray< double > Dust::RastSDS::carbsd . ... std::valarray< double > Dust::RastSDS::silsd . ... std::valarray< double > Dust::RastSDS::ionf...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1RastSDS.html -- 14.1 Кб -- 11.07.2008
Похожие документы

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

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

11. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

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

13. Access Point Names and Templates
XPA access points are composed of two parts: a general class and a specific name. ... When clients communicate with XPA access points, they specify which access points to communicate with using an identifier of the form: class:name All registered XPA access points that match the specified identifier will be available for communication (subject to access control rules, etc.) ... These socket identifiers are displayed as the fourth argument in the xpans display of registered access points. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/template.html -- 4.6 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/template.html -- 4.6 Кб -- 01.10.2012
Похожие документы

14. Access to Data Sources and the ESO SkyCat Tool
... Canadian Astronomy Data Center, DAO/NRC . SkyCat is a tool that combines image visualization with access to astronomical catalogs and data archives. SkyCat uses a standardized URL syntax to access a large number of data sources on the net. ... More information on SkyCat can be found at the SkyCat Web site. The ESO SkyCat Tool includes the following features: . ... PostScript color printing of the display (image + graphics), . ... overlay catalog sources on an image, . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/albrechtm.html -- 9.9 Кб -- 23.06.1998
Похожие документы

15. Miscellaneous Options
... This command specifies the default delay to be used under these circumstances. ... This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. ... While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started. setvar variable [ default ] . This command adds an additional system variable. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/miscopt.html -- 6.5 Кб -- 21.12.2007
Похожие документы

16. Admonishments
... The NOTE element is designed for use as admonishments such as notes, cautions or warnings, as commonly used in technical documentation. The CLASS attribute specifies the type of the element and is typically associated with different graphics such as a road traffic warning sign. ... The class names: NOTE, CAUTION and WARNING are recommended for standard admonishments. In the absence of the CLASS attribute, a NOTE element is typically rendered indented, without an accompanying graphic. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/notes.html -- 4.8 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>200) - comet.sai.msu.ru/ )

17. http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/SER_README.txt
pySerial -------- This module capsulates the access for the serial port. ... Short introduction ------------------ Open port 0 at 9600,8,N,1 , no timeout import serial ser = serial . Serial (0) # open first serial port print ser.portstr #check which port was realy used ser.write( hello ) #write a string ser.close() #close port Open named port at 19200,8,N,1 , 1s timeout ser = ... It raises an exception if the port is not opened correctly. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/SER_README.txt -- 10.1 Кб -- 27.01.2010
Похожие документы

18. SAS Coding Standards
In order to ensure consistency between code written at different institutes, and to ease maintainance and testing, all code shall be written to the following standards wherever possible. ... Proper use should be made of these facilities, rather than coding in the Fortran-77 subset of the language. An explicit interface should be used for all procedures (i.e. subroutines and functions). ... However, general purpose classes should not use the application name (i.e. Sas) as the prefix. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/coding.html -- 17.1 Кб -- 21.09.2001
Похожие документы

19. Lecture Series 2015-2016 ? Amateur Astronomers Association of New York
... Home Lectures Lecture Series 2015-2016 . ... Lecture Series 2014-2015 . ... Beyond New York City . ... The Amateur Astronomers Association is proud to present an astronomy lecture series from October through May each year for our members and the public. ... Amateur Astronomer Association is pleased to announce we will be offering select, limited reserved seating for current AAA members for the Friday, January 8, 2015 AAA Lecture entitled Robert Nemiroff ?2015 Astronomy Picture of the Day?. ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/lectures/lecture-series-2015-2016/ -- 98.0 Кб -- 10.04.2016
Похожие документы

20. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы

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


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

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

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