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

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

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

1. Convolver (ImageJ API)
... METHOD . ... All Implemented Interfaces: . ... public class Convolver . ... This method is called by ImageJ to inform the plugin-filter about the passes to its run method. int . ... Method Detail public int setup (java.lang.String arg, ImagePlus imp) . ... This method is called once when the filter is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt or in the plugins.config file of a jar archive containing the plugin. 'imp' is the currently active image. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Convolver.html -- 26.1 Кб -- 02.12.2010
Похожие документы

2. casacore: casa::LinearXform Class Reference
... casa::LinearXform . ... LinearXform (const Vector < Double > &crpix, const Vector < Double > &cdelt) . Construct the linear transformation from the supplied reference pixel and increment. LinearXform (const Vector < Double > &crpix, const Vector < Double > &cdelt, const Matrix < Double > &pc) . ... forward ( Vector < Double > &pixel, const Vector < Double > &world, String &errorMsg) const . ... crpix (const Vector < Double > &newvals) . ... Vector < Double > casa::LinearXform::crpix . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1LinearXform.html -- 44.6 Кб -- 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
Похожие документы
Еще в разделе: (Показать все результаты (>36061) - 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. lsst.tcc: tcc::PVAJT Class Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Classes . Files . ... PVAJT . ... tcc::PVAJT Class Reference . ... PVAJT (double pos , double vel , double accel , double jerk , double t ) . PVAJT (coordConv::PVT const &pvt) . ... extrapolate (double t ) const . ... Definition at line 23 of file pvajt.h . tcc::PVAJT::PVAJT . ... PVAJT tcc::PVAJT::extrapolate . ... double tcc::PVAJT::accel . ... double tcc::PVAJT::jerk . ... double tcc::PVAJT::pos . ... double tcc::PVAJT::t . ... double tcc::PVAJT::vel . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_p_v_a_j_t.html -- 23.9 Кб -- 14.09.2015
Похожие документы

6. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/lcjsexc.htm
... JSException . ... You specify whether the JSException has a detail message and other information. ... You specify whether the JSException has a detail message and other information. 1. public JSException() 2. public JSException(String s) 3. public JSException(String s, . ... Form 1 of the declaration constructs a JSException without a detail message. ... Form 3 of the declaration constructs a JSException with a detail message and all the other information that usually comes with a JavaScript error. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/lcjsexc.htm -- 6.0 Кб -- 07.10.1999
Похожие документы

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

8. ImageIO(3)
ImageIO - Reference Counted C++ Class for Reading and Writing Images . include ImageIO .h // types of image data (these mostly correspond to the FITS BITPIX values) enum ImageDataType { UNKNOWN_ IMAGE = -1, // unknown type BYTE_ IMAGE = 8, // 8 bit images X_ IMAGE = -8, // special, color scaled, X image data SHORT_ IMAGE = 16, // 16 bit signed USHORT_ IMAGE = -16, // 16 bit unsigned LONG_ IMAGE = 32, // 32 bit integer FLOAT_ IMAGE = -32 // 32 bit floating point }; ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/astrotcl/astrotcl.17.html -- 9.6 Кб -- 11.09.1998
Похожие документы
Еще в разделе: (Показать все результаты (>2390) - www.sao.ru/ )

9. DUST: Dust::MMPUV Class Reference
... Classes . ... Dust :: MMPUV . The radiation field published by Mezger, Mathis and Panagia. ... Inheritance diagram for Dust::MMPUV: . ... Collaboration diagram for Dust::MMPUV: . ... MMPUV (double chi) . These are the methods for the MMPUV class. virtual double . ... double . ... Returns the radiation field of Mezger, Mathis and Panagia ( 1982A&A... ... 372M ) as ammended in the 1983 paper. chi controls the scaling of the field. double Dust::MMPUV::operator() . ... The Specific Energy density. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1MMPUV.html -- 7.0 Кб -- 11.07.2008
Похожие документы

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

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

13. Description
... The flag selections are read from the DSS keywords of the input image. ... The following filters are read from the data subspace keywords of the input images and are taken into account for the calculation of the exposure maps: TIME range filters, GTI filters, CCDNR range filters, FLAG range filters, FLAG bit-mask filters. If parameter usedss is set to false, the task tries to determine the exposure time by looking for gti extensions in the input image of the form STDGTInn, STDGTIn, STDGT, or GTI. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/eexpmap/node3.html -- 10.2 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>15460) - xmm.vilspa.esa.es/ )

14. System Interfaces to the STIS Calibration Pipeline
... The routine processing of STIS data in the calibration ``pipeline" requires an interrelated set of software tasks and databases developed and maintained by many groups at STScI. We present the systems-level design of this calibration pipeline from the perspective of the STIS instrument group at STScI. We describe the multiple interfaces to the pipeline processes that the STIS group works across in an effort to provide for the routine calibration of STIS data. ... For example, the STIS group: . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/hulberts.html -- 9.4 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/hulberts.html -- 9.5 Кб -- 15.05.1998
Похожие документы

15. Manpage of UNPRIVTOI4
... unpriV - filter to unpack ri data (ao) unpriV [ -b bits ] [ -i numInputFifos ] [ -f fifoToOutput ] [ -d dataFormat ] [- t type] . unpriV is a program to unpack a single channel of RADAR INTERFACE (RI) binary data to the specified output format type. ... The radar interface has 2 channels of 2 digitizers each. ... numFifos 1 or 2 to specify the number of channels in the input data. ... fifoToOutput If the input data has two channels then this specifies which of the two to output (1 or 2). ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/aosoft/unpriV.html -- 6.0 Кб -- 22.09.2011
Похожие документы

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

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

18. http://xray.sai.msu.ru/~ivan/gmt/man/xyz2grd.html
xyz2grd - Converting an ASCII or binary table to grd file format xyz2grd xyzfile -G grdfile -I x _ inc [ m|c ][/ y _ inc [ m|c ]] -R west / east / south / north [ r ] [ -D xunit / yunit / zunit / scale / offset / title / remark ] [ -F ] [ -H [ nrec ] ] [ -L ] [ -N nodata ] [ -V ] [ -Z [ flags ] ] [ -: ] [ -bi [ s ][ n ] ] xyz2grd reads a z or xyz table and creates a binary grdfile. xyz2grd will report if some of the nodes are not filled in with data. ... H Input file(s) has Header record(s). ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/xyz2grd.html -- 7.5 Кб -- 19.03.1999
Похожие документы

19. Hypertext Links
... Content Model: %text, but no nested anchors . The anchor <A> element is used to define the start and/or destination of a hypertext link. In previous versions of HTML it provided the only means for defining destination anchors within documents, but you can now use any ID attribute as a destination anchor so that links can now be made to divisions, paragraphs and most other elements. ... CLASS . ... This attribute is used to define a named anchor for use as the destination of hypertext links. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/anchors.html -- 8.1 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>214) - comet.sai.msu.ru/ )

20. Appendix B: Changes from CSS1
... B.1 New functionality . ... B.3 Semantic changes from CSS1 . ... CSS2 builds on CSS1 and all valid CSS1 style sheets are valid CSS2 style sheets. The changes between the CSS1 specification (see [CSS1] ) and this specification fall into three groups: new functionality, updated descriptions of CSS1 functionality, and changes to CSS1. ... Several internationalization features, including list numbering styles , support for bidirectional text , and support for language-sensitive quotation marks . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/changes.html -- 9.0 Кб -- 12.05.1998
Похожие документы

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


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

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

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