| Найдено документов: 197794 (166 сайтов) ---- Время поиска: 0.63сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/class-use/PointRoi.html.
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/class-use/PointRoi.html.
1. Tools (ImageJ API)
... public class Tools . ... Tools () . ... static java.lang.String . ... Converts a Color to an 7 byte hex string starting with '#'. public static java.lang.String f2hex (float f) . Converts a float to an 9 byte hex string starting with '#'. public static double[] getMinMax (double[] a) . ... Converts the float array 'a' to a double array. public static float[] toFloat (double[] a) . Converts the double array 'a' to a float array. public static java.lang.String fixNewLines (java.lang.String s) . ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/util/Tools.html -- 19.2 Кб -- 02.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>928) - www.astro.louisville.edu/ )
2. casacore: casa::StreamIO Class Reference
... Classes . ... Class List . ... casa . casa::StreamIO . Public Member Functions | ... StreamIO (const String &hostname, uShort portNumber) . ... This function always returns True. virtual Bool . ... This function always returns False. virtual Int64 . ... Name lookup is not currently done so that the dotted quad notation must be used. virtual casa::StreamIO::~StreamIO . ... virtual Bool casa::StreamIO::isReadable . ... Not a meaningful function for this class and this function always returns -1. ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1StreamIO.html -- 25.9 Кб -- 14.02.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>29036) - www.atnf.csiro.au/ )
3. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6803) - www.arcetri.astro.it/ )
4. Stellarium: Nebula Class Reference
... Classes . ... Nebula Class Reference . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getCloseViewFov (const StelCore *core=NULL) const . ... getVMagnitude (const StelCore *core, bool withExtinction=false) const . ... getSelectPriority (const StelCore *core) const . ... getEquinoxEquatorialPos (const StelCore *core) const . ... getJ2000GalacticPos (const StelCore *core) const . ... getPositionInfoString (const StelCore *core, const InfoStringGroup &flags) const . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classNebula.html -- 41.7 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1450) - astro.uni-altai.ru/ )
5. lsst.coordConv: coordConv::OtherCoordSys Class Reference
lsst.coordConv љ unknown . ... Classes . ... coordConv::OtherCoordSys Class Reference . ... OtherCoordSys (std::string const &name, double date=0, DateTypeEnum dateType= DateType_None , bool isMean =false) . ... virtual Coord љ . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom ( CoordSys const &fromCoordSys, Coord const &fromCoord, Site const &site, double tai=0) const . ... virtual Coord coordConv::OtherCoordSys::removePM . ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_other_coord_sys.html -- 47.5 Кб -- 07.05.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1353) - www.apo.nmsu.edu/ )
6. Query Operations
... to_tsquery( [ configuration , ] querytext text) RETURNS TSQUERY . ... Query rewriting is a set of functions and operators for tsquery type. ... We'll expand query supernovae using table-driven rewriting rules. =# create table aliases (t tsquery primary key, s tsquery); =# insert into aliases values(to_tsquery('supernovae'), to_tsquery('supernovae|sn')); =# select rewrite(to_tsquery('supernovae'), 'select * from aliases') && to_tsquery('crab'); ?column? --------------------------------- ( 'supernova'...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-query.html -- 13.1 Кб -- 13.04.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1622) - www.sai.msu.su/ )
7. Python: module wave
wave . ... usr/local/Python-2.5/lib/python2.5/wave.py . Module Docs . Stuff to parse WAVE files. ... f = wave. open (file, 'r') . where file is either the name of a file or an open file pointer. The open file pointer must have methods read(), seek(), and close(). ... This returns an instance of a class with the following public methods: . ... getnframes() -- returns number of audio frames . getcomptype() -- returns compression type ('NONE' for linear samples) . ... aifc module) . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/spst/UnixTransition/doc/wave.html -- 16.2 Кб -- 05.11.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>14558) - www.stsci.edu/ )
8. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>32890) - www.eso.org/ )
9. http://hea-www.harvard.edu/~dburke/perl-slang/region_example
Since no code is specified on the 'use Inline' line we look for # the __SLang__ block at the end of the file # use strict; use Inline 'SLang'; # regParse() in S-Lang returns a S-Lang variable with a type of Reg_Type. ... object\n"; print "and whose area is " . ... n"; does_slang_agree($reg); __END__ __SLang__ % Anything after the __SLang__ marker is S-Lang code % load in the region routines require("region"); % and define a somewhat pointless routine define does_slang_agree(in) { if ( typeof(in) != ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/region_example -- 1.9 Кб -- 09.01.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1875) - hea-www.harvard.edu/ )
10. pynifs.nifscube
... source code A class to hold all the information from a NIFS-produced data cube. ... Returns the data content of scidata as a numpy array. source code . ... Returns a spectrum from the specified spaxel, over the designated wavelength or velocity range. source code . ... source code Returns the data content of scidata as a numpy array. ... The fitscube instance is updated in-situ. source code Returns a spectrum from the specified spaxel, over the designated wavelength or velocity range. ...
[
Сохраненная копия
]
Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/pynifs.nifscube-class.html -- 28.0 Кб -- 27.02.2014