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

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

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

1. PolygonRoi (ImageJ API)
... java.lang.Object ij.gui.Roi ij.gui.PolygonRoi . ... public class PolygonRoi . ... protected int . ... protected void . ... Type must be Roi.POLYGON, Roi.FREEROI, Roi.TRACED_ROI, Roi.POLYLINE, Roi.FREELINE or Roi.ANGLE. public PolygonRoi (java.awt.Polygon p, int type) . ... Type must be Roi.POLYGON, Roi.FREEROI, Roi.TRACED_ROI, Roi.POLYLINE, Roi.FREELINE or Roi.ANGLE. public PolygonRoi (int[] xPoints, int[] yPoints, int nPoints, ImagePlus imp, int type) . ... protected void grow (int sx, int sy) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/PolygonRoi.html -- 43.1 Кб -- 02.12.2010
Похожие документы

2. Stellarium: EmptySphericalRegion Class Reference
Stellarium 0.12.3 . ... Classes . ... EmptySphericalRegion Class Reference . virtual SphericalRegionType љ . getType () const . ... Return the area of the region in steradians. ... virtual boolљ . ... Public Member Functions inherited from SphericalRegion . ... virtual SphericalRegionP љ . ... virtual const QVector< Vec3d > &љ . ... updateFillVertexBuffer (class StelRenderer *renderer, const DrawParams &params, bool handleDiscontinuity) . ... virtual bool EmptySphericalRegion::isEmpty . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classEmptySphericalRegion.html -- 60.2 Кб -- 28.02.2014
Похожие документы

3. Input region centre
. XMM-Newton Science Analysis System . eregionanalyse (especget-1.27.7) [???] . Meta Index / Home Page / Description / Output The centre of the input region. If the image is in image coordinates then the centre is returned as an RA, DEC position, if the image is in detector coords the centre is returned in detector coordinates. XMM-Newton SOC/SSC -- 2008-10-24
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/eregionanalyse/node12.html -- 3.3 Кб -- 24.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>10155) - xmm.vilspa.esa.es/ )

4. casacore: casa::RFReaderWriter Class Reference
... Classes . ... casa::RFReaderWriter . ... Returns the file extension for the given SupportedType. virtual const RFError & casa::RFReaderWriter::lastError . ... Sets the region name associated withe the file to be read or written. static SupportedType casa::RFReaderWriter::supportedTypes . ... Converts between enum and String for SupportedType. static Vector < SupportedType > casa::RFReaderWriter::supportedTypes . ... Returns all known SupportedTypes. static String casa::RFReaderWriter::supportedTypes...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RFReaderWriter.html -- 35.9 Кб -- 14.02.2011
Похожие документы

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

6. aerostat returns apr14
... cfr 1256.7 . ... Plots were made of the total power vs time and azimuth for the 3 12 second periods using the 1256.7 Mhz signal. 256 channel spectra were computed (49.6 usecs) for the all the data . total power was computed for 1.1 Mhz about each of the two radar frequencies. total power vs time for the 3 rotations (.ps) ( .pdf ) . ... the radar blanks for 1.421 seconds when pointing at AO. total power vs radar azimuth for the 3 rotations (.ps) ( .pdf ) . ... Top: 1256.7 Mhz pulse . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/rfi/rdr/aerostat/resurrected_22apr14.html -- 6.1 Кб -- 24.04.2014
Похожие документы
Еще в разделе: (Показать все результаты (>4068) - www.naic.edu/ )

7. PRESS RELEASE - S.P. KOROLEV ROCKET & SPACE CORPORATION ENERGIA
PRESS-RELEASE . about the return of the ISS-13 and VC-11 crews to the Earth . The Soyuz TMA-8 descent module returned to ground the Expedition 13 crew of the International Space Station (ISS-13) consisting of Pavel Vinogradov (commander, S.P.Korolev RSC Energia test cosmonaut), and Jeffry Williams (flight engineer, NASA astronaut). ... The spacecraft descent was carried out in the nominal automatic control mode. ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/news/news-2006/press_release-09-29_01.html -- 13.4 Кб -- 10.04.2016
Похожие документы

8. http://www.stsci.edu/spst/UnixTransition/doc/geometry_util.py
... * -- Initial implementation 8/22/00 #*********************************************************************** DEBUG = 0 if DEBUG : print Debuggin turned on... class point : A 2 dimensional cartesian coordinate point class def __init__( self , tup, y=None): Requires a tuple of two point objects. if type (tup) == type ((1,)) or ... Returns 1 if this is the case, 0 otherwise. """ return other.contains_polygon(self) POINT_AT_INFINITY = point(0, 2000) ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/geometry_util.py -- 9.4 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>14