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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/text/TextWindow.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. Host Command-Line Interface
Next: Writing Shell Scripts Up: The User Interface Previous: Indirect Parameter Input . Miriad tasks can always be run by specifying their parameters on the host command line. ... For example, out=gauss sets the parameter out to the `value' gauss . ... Next, we will run a histogram task, histo , with the input image dataset gauss that we just created: % histo in=gauss . ... The command-line interface is quite appropriate for tasks that take relatively few parameters, or in shell scripts. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/userguide/node19.html -- 7.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>6647) - www.atnf.csiro.au/ )

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

4. S2 Data Format
. email: rgonzale@naic.edu
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/vlbiao/S2/S2_1.html -- 2.8 Кб -- 11.04.2000
Похожие документы

5. 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
Похожие документы
Еще в разделе: (Показать все результаты (>6140) - xmm.vilspa.esa.es/ )

6. *fit* - Fit Data to a Specified Model
Next: Power Law fit to Up: Spectral Analysis Previous: Error Determination . With PROS2.3 all fitting is performed using Poisson statistics , rather than Gaussian, so that results will be correct even for small counts ( ) in some channels. Power Law fit to a Point Source . Raymond Model . Two-Temperature Raymond Model . Limiting Energy Channels Input to the Fit . Multiple Data Sets . ... Fit a source with a small number of net counts . Inspection of results . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node146.html -- 4.2 Кб -- 01.10.2012
Похожие документы

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

8. TUI:Telescope:Slew Window:Options:Drift Scan
Allows you to specify a drift scan: motion at a constant velocity along a great circle. ... The path starts at the new object position (though the telescope actually intersects the path later, see Subtleties ). ... Note that the units are always /sec for both axes. ... The velocity along the path is 0.01 /sec. ... The path is assumed to start when you hit the Slew button (more precisely, when the TCC parses the command). However, it takes the telescope awhile to slew to meet the specified path. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/SlewWin/DriftScanPanel.html -- 4.9 Кб -- 05.09.2014
Похожие документы

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

10. User interface
... 18.2 User preferences for colors . ... 18.4 Dynamic outlines: the 'outline' property . ... w-resize| text | ... all elements . ... For example, the 'se-resize' cursor is used when the movement starts from the south-east corner of the box. text . ... For example, if the element is broken across several lines, the outline is the minimum outline that encloses all the element's boxes. ... Graphical user interfaces may use outlines around elements to tell the user which element on the page has the focus ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/ui.html -- 19.4 Кб -- 12.05.1998
Похожие документы

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

12. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/screen.htm
... Contains properties describing the display screen and colors. ... JavaScript 1.2 The JavaScript runtime engine creates the screen object for you. ... Specifies the height of the screen, in pixels, minus permanent or semipermanent user interface features displayed by the operating system, such as the Taskbar on Windows. availLeft . ... Specifies the width of the screen, in pixels, minus permanent or semipermanent user interface features displayed by the operating system, such as the Taskbar on...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/screen.htm -- 11.5 Кб -- 07.10.1999
Похожие документы

13. A Graphical User Interface for a Development Environment (GUIDE)
... GUIDE'' (Graphical User Interface for a Data Environment) is an interactive IDL widget-based package that enables users to retrieve selected sets of satellite instrument data and perform various types of graphical analyses on them, without writing a specialized program. GUIDE simplifies the task of laying out multiple plots on a page by (1) using a page-editor to define and laying out multiple ``panels'' which contain the ``plot objects'', and (2) integrating data retrieval functions. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/bhatnagara.html -- 11.7 Кб -- 03.11.2000
Похожие документы

14. Loading the Telescope and Instrument Specifications
... For reducing data from ESO instrumentation it is assumed that the FITS headers conform the standards set by the document ``ESO Archive, Data Interface Requirements''. ... As an example, in the ESO case the exposure type is stored in the ESO hierarchical FITS keyword `HIERARCH ESO GEN EXPO TYPE'. ... To fill the CCD keywords with the telescope and instrument setup parameters, like name of the telescope, CCD used, read-out noise, frame size, etc. the command LOAD/CCD can be used. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node39.html -- 5.6 Кб -- 23.02.1996
Похожие документы

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

16. http://www.eso.org/projects/www.eso.org.projects.ngc/General/16072008-lmehrgan.pdf
PCI interface and backplane of NGC NGC Backplane General purpose Board features CompactPCI connector Ground and Power planes Bending of the backplane di Different backplane size Leander Mehrgan Backplane General purpose Designed to achieve requirements and specifications for: achie Excellent power distribution High speed differential pairs Mechanical specification Board features CompactPCI ... PCI controller done by the XILINX FPGA (IP core). ...
[ Текст ]  Ссылки http://www.eso.org/projects/www.eso.org.projects.ngc/General/16072008-lmehrgan.pdf -- 1054.8 Кб -- 20.07.2008
Похожие документы

17. HTML Forms
... Note you are not allowed to nest FORM elements! ... Forms are created by placing input fields within paragraphs, preformatted text, lists and tables. ... Notice the use of the NAME attribute to name each field : TITLE Sample Questionaire /TITLE H1 Sample Questionaire /H1 P Please fill out this questionaire: FORM METHOD=post ACTION= http://www.hal.com/sample P Your name : input name = name size= 48 P input name = male type =radio Male P input ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/forms.html -- 7.6 Кб -- 19.12.1996
Похожие документы

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

19. Pulkovo NEO Page: Ephemeris Support
Pulkovo NEO Page . ... EPOS Software Package . ... EPOS ( E phemeris P rogram for O bjects of the S olar system) is the Windows PC application for study and ephemeris support of observations of the Solar system objects. ... It controls the part of common data and transfers the control to one of the programs that solve the restricted set of tasks. ... So with the EPOS software package one can calculate the accurate ephemerides for many objects and get the quick illustration of their motion as well. ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/personal/neo/eng/esupp/main.htm -- 15.5 Кб -- 06.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>131) - www.gao.spb.ru/ )

20. WCSFix - Web Interface
SAI VO . ... SAI CAS . ... Web Services . Catalog Access Services . ... SAI VO Wiki . ... Program Access . SAI CAS Wiki . SAI Web Services . WCSFix . ... Upload your FITS image - and get it back with reliable WCS header imprinted! Select your image . ... Specify the approximate center and size of the image . ... Center: Radius: degrees arcmin arcsec . ... Select catalogue to match with . Catalogue: usnob1 usnoa2 tycho2 . ... SAI MSU | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/ws/wcsfix/wcsfix.php -- 5.6 Кб -- 01.10.2012
Похожие документы

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


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

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

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