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

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

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

1. Filler (ImageJ API)
... Class . ... Deprecated . ... METHOD . ... java.lang.Object ij.plugin.filter.Filler . ... Measurements , PlugInFilter . public class Filler . ... This plugin implements ImageJ's Fill, Clear, Clear Outside and Draw commands. ... Deprecated. replaced by ImageProcessor.fill(Roi) . ... public void run ( ImageProcessor ip) . ... public void clear ( ImageProcessor ip) . public void fill ( ImageProcessor ip) . ... public void draw ( ImageProcessor ip) . ... public void label ( ImageProcessor ip) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Filler.html -- 23.1 Кб -- 02.12.2010
Похожие документы

2. casacore: casa::SampledFunctional< Range > Class Template Reference
... Classes . ... casa . casa::SampledFunctional< Range > . ... A base class for indexing into arbitrary data types. ... Inheritance diagram for casa::SampledFunctional< Range >: . List of all members. virtual Range . ... Templating restrictions will depend on the actual derived class that is used. ... virtual casa::SampledFunctional < Range >::~ SampledFunctional . ... virtual uInt casa::SampledFunctional < Range >::nelements . ... virtual Range casa::SampledFunctional < Range >::operator() . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1SampledFunctional.html -- 15.9 Кб -- 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
Похожие документы
Еще в разделе: (Показать все результаты (>28421) - www.eso.org/ )

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

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

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

7. POW: A Tcl/Tk Plotting and Image Display Interface Tool for GUIs
... We present a new Tcl/Tk based GUI interface tool which features plotting of curve and image data and allows for user input via return of regions or specific cursor positions. ... Curves and Images may then be combined to form a displayed Graph. ... With the development of several GUI based tools for High Energy Astrophysics at the HEASARC, we found a need for a interface tool that supports combined curve plotting and image display in a native Tcl/Tk environment. POW is our answer. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/brownl.html -- 11.0 Кб -- 23.06.1998
Похожие документы
Еще в разделе: (Показать все результаты (>1654) - www.adass.org/ )

8. Mirror Controller Actor
... The mirrorCtrl mirror controller actor controls one telescope mirror. It accepts desired orientation and commands mirror motion accordingly. ... It is presently designed to command a Galil mirror controller , but one may add support for other low-level motion controllers. mirrorCtrl is written pure Python. ... Home the desired actuators, where actuator list is a comma-separated list of actuator letters A through F (but some mirrors have fewer than 6 actuators). 2.5m M1 valid actuators: A-F . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/mirrorCtrl/ -- 8.8 Кб -- 02.03.2015
Похожие документы

9. The command line
... Meta Index / Home Page / Specifying parameters . Parameters are specified on the command-line in either of the following formats: . ... FTOOLS XPI parameter interface style: param = value . ... foo --ival=42 --rval=1.23 # Simple parameters foo --sval=hello # Simple string foo --sval='hello world' # String with space foo --slist='"one two" three' # List of two strings . ... Command-line options with a single '-' are used for certain generic functions and are not considered as task parameters. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/param/node3.html -- 6.0 Кб -- 10.01.2003
Похожие документы

10. Setting which addresses and ports Apache uses
When Apache starts, it connects to some port and address on the local machine and waits for incoming requests. By default, it listens to all addresses on the machine, and to the port as specified by the Port directive in the server configuration. ... There are two directives used to restrict or specify which addresses and ports Apache listens to. ... Listen can be used to make a single Apache server listen to more than one address and/or port. ... Syntax: Listen [ port | IP-address:port ] . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/bind.html -- 6.4 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>105) - neptun.sai.msu.ru/ )

11. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы

12. OptInt PmWiki : MROIFastTipTilt / Interface Control
... These interface control documents were prepared in October 2009 for a Request For Proposals (RFP) which was never issued. MRO-ICD-AMO-0000-022 MROI to UTM ICD . ... MRO-ICD-EIE-0032 UTE to FTT ICD . ... The top-level diagram indicates ICDs with other MROI components/systems. The detailed diagram also indicates interfaces within the FTT/NAS workpackage. ... MRO-ICD-CAM-1200-0113) . ... Printable View of http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIFastTipTilt/InterfaceControl) ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIFastTipTilt/InterfaceControl?action=print -- 11.4 Кб -- 01.03.2014
Похожие документы

13. comedi_trigger
. Comedi Documentation . Prev . Next . comedi_trigger -- perform streaming input/output (deprecated) . #include <comedilib.h> . int comedi_trigger (comedi_t * device, comedi_trig * trig); . deprecated . The function comedi_trigger() instructs Comedi to perform the command specified by the trigger structure trig. The return value depends on the particular trig being issued. If there is an error, -1 is returned. Prev . Home . Next . comedi_set_buffer_size . Up . comedi_do_insnlist
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-trigger.html -- 3.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-trigger.html -- 3.9 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-trigger.html -- 3.9 Кб -- 02.10.2012
Похожие документы

15. The XPA Message Bus (xpamb)
The xpamb program can act as a "classical" message bus interface between clients and servers. A client can send a data request to the message bus, which then interfaces with multiple servers and returns the data back to the client. ... For example, if the -info switch is used: xpaget xpamb -info foo then the info about that stored data buffer will be returned. If the -data is used with a specific name: xpaget xpamb -data foo then the stored data itself will be returned. ... data [name] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpamb.html -- 7.8 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы

16. Authentication Options
The NTP standard specifies an extension which provides cryptographic authentication of received NTP packets. ... The specification allows any one of possibly 4 billion keys, numbered with 32-bit key identifiers, to be used to authenticate an association. ... In the case of MD5, the keys are 64 bits (8 bytes). xntpd reads its keys from a file specified using the -k command line option or the keys statement in the configuration file. ... A zero key in NTP format would be specified as 8080808080808080 . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/authopt.html -- 7.3 Кб -- 21.12.2007
Похожие документы

17. Binding - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 . ... Configuring Apache to listen on specific addresses and ports. ... When Apache starts, it binds to some port and address on the local machine and waits for incoming requests. ... For example, to make the server accept connections on both port 80 and port 8000, use: . ... One complicating factor for Apache administrators is whether or not an IPv6 socket can handle both IPv4 connections and IPv6 connections. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/bind.html -- 10.8 Кб -- 10.12.2010
Похожие документы

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

19. XV-TRACKER
... Satellite data ] . SMIS ] . The program controls the data acquisition according to the specified schedule of the sessions. ... The calibration of AVHRR instrument data is performed during acquisition . The program can be started in parallel with the satellite pass visualization, that allows the user to monitor a session and store data only relevant to specific regions in manual selection mode. ... Back to SMIS Home Page . ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/inform/engl/soft/e_track.htm -- 3.4 Кб -- 13.03.1997
Похожие документы
Еще в разделе: (Показать все результаты (>19) - smis.iki.rssi.ru/ )

20. StarCalc Home Page [English]
... About StarCalc . News . ... StarCalc Home Page . Short description of changes, implemented in the StarCalc, . ... CHANGES OF PROGRAM CORE FUNCTIONS. CHANGES OF PROGRAM INTERFACE. CHANGES OF OBJECT INTERFACES. ... New "Output console". ... Information, which is generated by StarCalc, is added into the console - for example, ephemeris tables. ... In the StarCalc state file can be saved autorotation parameters, object selection, object locking mode, auto start and stop autorotation mode. ...
[ Сохраненная копия ]  Ссылки http://www.m31.spb.ru/StarCalc/wnew_eng.htm -- 5.7 Кб -- 27.12.2004
Похожие документы
Еще в разделе: (Показать все результаты (>3) - www.m31.spb.ru/ )

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


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

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

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