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

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

9. The Markers Menu
The left mouse button controls the creation and manipulation of region markers or cursors. ... Text When a marker type of selected, new markers of that type can be created using the left mouse button. The current default marker type is displayed below the menu. ... Set Default Marker Name (and Color) . ... Reset the fix parameter state of currently existing markers to match the global state set by the -fix command switch or by the Edit Global Fix Params For New Markers option in the Markers menu. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/regions_menu.html -- 6.2 Кб -- 01.10.2012
Похожие документы

10. NVSS Image ftp service Documentation Help for NVSS Image ftp service
This WWW form allows the user simplified access to images produced by the NRAO/VLA Sky Survey (NVSS). This service determines which NVSS image is desired based on a celestial position and returns either the image directly or a Web page with a link to the file. ... The NVSS Postage stamp (small FITS file) server can be used to obtain images with other geometries.) ... Web browsers use external viewers to display files like FITS images which they do not understand. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/nrao/NVSS/findhelp.html -- 6.6 Кб -- 11.02.1999
Похожие документы

11. APOD: 2006 September 26- Mars Express: Return to Cydonia
... APOD: 2006 September 26- Mars Express: Return to Cydonia . ... Mars Express , DLR Explanation: The unusual stone mesas of the Cydonia region on Mars are quite striking in appearance. Last week, the Mars Express project released a new close-up image of a portion of the Cydonia region on Mars. This new image , taken by the robotic Mars Express spacecraft now orbiting Mars , shows an area about 90 kilometers wide. ... Publications with keywords: Mars - Mars-Express . ... Victoria Crater on Mars . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1216541 -- 14.2 Кб -- 26.09.2006
Похожие документы

12. Galileo Returns New Insights into Callisto and Europa
... Jupiter's icy moon Europa has a metallic core and layered internal structure similar to the Earth's , while the heavily cratered moon Callisto is a mixture of metallic rock and ice with no identifiable central core, according to new results from NASA's Galileo mission . In addition, recent plasma wave observations from Galileo show no evidence of a magnetic field or magnetosphere around Callisto, but do hint at the prospect of a tenuous atmosphere. ... Jupiter Galileo . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/solar/eng/galpr8.htm -- 6.3 Кб -- 15.10.1997
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/Astro/solar/eng/galpr8.htm -- 7.1 Кб -- 15.03.1998
Похожие документы

13. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы

14. Covers come off the artwork as fine weather returns
. Search this album . Gallery . :: Public Events . :: Between Light and Dark Matters, 24 Feb 2005 . :: Covers come off the artwork as fine weather rтАж . Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . View full size . Title: Covers come off the artwork as fine weather returns . File name: artRW5.jpg . Owner: Gallery Administrator . Dimensions: 504 x 378 px . Page: 1 2 3 4 5 6 7 8 9 10 14 15 . Powered by Gallery 3.0.9 (Chartres) . Login
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/publicEvents/watsonExhibition/artRW5 -- 16.4 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>489) - www.mso.anu.edu.au/ )

15. Entering carriage returns
For vi , a line is the string of characters between two <RETURN> characters. Although vi will automatically wrap the text onto a new line when it reaches the right-hand side of the screen, it does not insert a <RETURN> character. ... Adding a <RETURN> at the end of every line ensures that the appearance of the text on your screen corresponds to vi 's understanding of how text is structured. Setting the wrapmargin option automatically inserts a <RETURN> character whenever vi wraps text. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/didyou/vi.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

16. Leonids 2002
Go to Armagh Observatory main Leonid page (including Leonid links) . ... In 2002 November the Earth will pass near the trails released at the 1866 and 1767 returns, i.e. 4 revolutions and 7 revolutions of the comet ago. The Earth's passage right through the centre of trails is associated with the most spectacular meteor displays (studies show that, as well as how close to the centre of the trail you are, the strength of the display also depends on how far along a trail's length you are). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/leonid/info2002.html -- 7.2 Кб -- 08.11.2002
Похожие документы

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

18. News (english)
... This Announcement contains detailed information on organizational items, scientific and cultural program of Odessa session GMIC-99. ... 8.00- 23.00 Registration of participants in the hall of Tour-complex "Odessa"(Arcadia region, GAGARIN plateau, 5). ... 8.00- 13.00 Registration of participants in the hall of Tour-complex "Odessa". 10.00-12.00 Program Committee session and press conference dedicated to GMIC-99 (Odessa Scientists' House). ... 9.00- 11.00 Plenary session. ... 13.00- 14.00 Lunch. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/gmic100/archives/gmic99/inform1.htm -- 14.4 Кб -- 21.12.2007
Похожие документы

19. Stargazing the Night Sky Course Returns in April | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Space Flight . ... Monthly Sky Notes . ... April . ... By admin March 16, 2015 Posted in: Armagh Planetarium . ... Stargazing the Night Sky is a short and very informal course is for complete beginners who want to know more about the wonders of the cosmos. ... If you want to experience the amazing objects we can all see at night, this is the course for you. ... Copyright Armagh Planetarium 2014 All Rights Reserved. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/stargazing-the-night-sky-course-returns-in-april.html -- 42.9 Кб -- 09.04.2016
Похожие документы

20. Phil Plait's Bad Astronomy: Review: Superman Returns
Blog . ... Bad Astronomy . ... Bitesize Astronomy . Book Store . Bad Astro Store . ... Site Info . ... I just came back from "Superman Returns", the long-awaited sequel, kinda, of the Superman movie series of the 1980s. The movie was OK; I would say it was fun and all but hardly the equal of the original with Christopher Reeve. ... So let's find the nearest phone booth so we can go up, up, and review! ... My review of "Superman Returns" . ... Check out my book "Bad Astronomy" . ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/movies/superman_returns.html -- 18.1 Кб -- 09.04.2016
Похожие документы

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


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

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

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