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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.eso.org/~pgrosbol/fits_java/docs/index-all.html.

1. casacore: casa::ImageRegion Class Reference
... casa::ImageRegion . ... Class to hold a region of interest in an image. ... ImageRegion (const LCRegion &) . ... ImageRegion (const WCRegion &) . ... operator== (const LattRegionHolder &other) const . ... virtual const WCRegion * . ... It throws an exception if the region is not an LCRegion or if its mask is not writable. const WCRegion & casa::ImageRegion::asWCRegion . ... virtual const WCRegion * casa::ImageRegion::asWCRegionPtr . ... virtual LattRegionHolder * casa::ImageRegion::makeComplement . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ImageRegion.html -- 46.4 Кб -- 14.02.2011
Похожие документы

2. lsst.coordConv: coordConv::FK4CoordSys Class Reference
lsst.coordConv љ unknown . ... coordConv::FK4CoordSys Class Reference . ... FK4CoordSys (double date=1950.0) . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom (double &toDir, double &scaleChange, CoordSys const &fromCoordSys, Coord const &fromCoord, double fromDir, Site const &site, double tai=0) const . ... virtual double coordConv::FK4CoordSys::dateFromTAI . ... virtual double coordConv::FK4CoordSys::taiFromDate . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_f_k4_coord_sys.html -- 46.4 Кб -- 07.05.2015
Похожие документы

3. WorldCoords(3)
WorldCoords - C++ class for working with world coordinates . include WorldCoords .h class WorldCoords { ... public: WorldCoords (); WorldCoords ( const HMS ra, const HMS dec , double equinox = 2000.0 ); WorldCoords ( double ra_deg, double dec _deg, double equinox = 2000.0 ); WorldCoords (int rh, int rm, double rs, int dd, int dm, float ds, double equinox = 2000.0 ); WorldCoords ( ... WorldCoords() Initialize null world coordinates. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/astrotcl/astrotcl.19.html -- 7.6 Кб -- 11.09.1998
Похожие документы

4. SphericalTexturedPolygon Class Reference
... SphericalTexturedPolygon (const QVector< QVector< TextureVertex > > &contours) . ... SphericalTexturedPolygon (const QVector< TextureVertex > &contour) . Constructor from one contour. virtual StelVertexArray љ . ... setContours (const QVector< QVector< TextureVertex > > &contours) . ... setContour (const QVector< TextureVertex > &contour) . ... const QVector< QVector< TextureVertex > > &љ . ... Constructor from one contour. virtual StelVertexArray SphericalTexturedPolygon::getFillVertexArray . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSphericalTexturedPolygon.html -- 15.4 Кб -- 02.10.2012
Похожие документы

5. 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
Похожие документы
Еще в разделе: (Показать все результаты (>494) - www.arcetri.astro.it/ )

6. Space Telescope-European Coordinating Facility
... The European HST Archive has been moved to ESA's European Space Astronomy Centre ( ESAC ), Spain, where most of ESA's Space Science Archives are located and operated from. ... The Space Telescope European Coordinating Facility (ST-ECF), jointly operated by ESA and the European Southern Observatory ( ESO ) was, until the end of 2010, the European HST science facility, supporting the European astronomy community in exploiting the research opportunities provided by the Hubble Space Telescope. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/ -- 9.0 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>114) - www.stecf.org/ )

7. POW: A Tcl/Tk Plotting and Image Display Interface Tool for GUIs
... We present a new Tcl/Tk based GUI interface tool which features plotting of curve and image data and allows for user input via return of regions or specific cursor positions. ... Curves and Images may then be combined to form a displayed Graph. ... With the development of several GUI based tools for High Energy Astrophysics at the HEASARC, we found a need for a interface tool that supports combined curve plotting and image display in a native Tcl/Tk environment. POW is our answer. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/brownl.html -- 11.0 Кб -- 23.06.1998
Похожие документы
Еще в разделе: (Показать все результаты (>851) - www.adass.org/ )

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. RoiDecoder (ImageJ API)
... FIELD | ... public class RoiDecoder . ... static int . ... Field Detail public static final int VERSION_OFFSET . ... public static final int TYPE . ... public static final int TOP . ... public static final int LEFT . ... public static final int BOTTOM . ... public static final int RIGHT . ... public static final int N_COORDINATES . ... public static final int X1 . ... public static final int STROKE_WIDTH . ... public static final int SHAPE_ROI_SIZE . ... public static final int STROKE_COLOR . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/RoiDecoder.html -- 26.6 Кб -- 02.12.2010
Похожие документы

10. http://xmm.vilspa.esa.es/sas/6.0.0/doc/srcdisplay/ChangeLog
... Open SPRs: *none* Version 1.17 - 2003-05-23 (UL) ------------ + added new SourceList constructur to support new input mode of epicbscalgen (related to SCR 63 closure) + setting of new BS misalignment angles for the CAL in SourceList constructor works now via SAS_CCFFILES environment variable + bug fix in Source ::angularSeparation() + various transparent changes in Version 1.3 (HS) ----------- + Added feature for optionally annotating an ID to the displayed source. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/srcdisplay/ChangeLog -- 5.3 Кб -- 15.03.2004
Похожие документы

11. DUST: Dust::EBins Class Reference
... Dust :: EBins . ... References dust_EBins::Emax , dust_EBins::Emin , dust_EBins::n , and dust_EBins::Teqi . ... References AllocatePointers() , dust_EBins::Emax , dust_EBins::Emin , dust_EBins::n , and dust_EBins::Teqi . ... References dust_EBins::Emax , dust_EBins::Emin , and dust_EBins::Teqi . ... References DeletePointers() , dust_EBins::Emax , dust_EBins::Emin , dust_EBins::n , and dust_EBins::Teqi . ... References dust_EBins::Emax , and dust_EBins::Emin . ... References dust_EBins::Teqi . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1EBins.html -- 21.3 Кб -- 11.07.2008
Похожие документы

12. Actor Prolog. Programming language definition.
... Конструктор (constructor) - утверждение о существовании экземпляра класса или резидента ; в результате доказательства конструкторов происходит построение новых экземпляров классов и резидентов . Различаются конструкторы миров (а именно простые конструкторы и конструкторы процессов ) и конструкторы резидентов . Конструктор мира (constructor of world) - простой конструктор или конструктор процесса . ... Доказательство конструктора процесса приводит к созданию нового процесса . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/1251/02030138.html -- 4.8 Кб -- 24.09.2007
Похожие документы

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

14. Astronomy Magazine - Interactive Star Charts, Planets, Meteors, Comets,
... Tonight's Sky . ... The Magazine . ... Star Atlas . ... An artificial comet holds secrets to Earths life . ... Astronomy for Kids . ... Observing springtime deep-sky objects with a large telescope . ... The planet has extreme temperature swings and perhaps active lava flows. ... A digital supplement to Astronomy magazine. ... Join TravelQuest International with Astronomy and Discover magazines on one of three great tour options surrounding this celestial spectacle . ... Astronomy Magazine . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/ -- 79.0 Кб -- 09.04.2016
Похожие документы

15. Spatial Region Coordinates
... In the above example, the second region uses the global coordinate system (PHYSICAL by default). ... Supported systems include: name description ---- ----------- PHYSICAL pixel coords of original file using LTM/LTV IMAGE pixel coords of current file FK4, B1950 sky coordinate systems FK5, J2000 sky coordinate systems GALACTIC sky coordinate systems ECLIPTIC sky coordinate systems ICRS currently same as J2000 LINEAR linear wcs as defined in file In addition, two mosaic coordinate ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regcoords.html -- 8.7 Кб -- 01.10.2012
Похожие документы

16. Space physics cordinate systems
The Equatorial Inertial (GEI) coordinate system: . The X GEI axis is directed to the point of the spring equinox, . The Z GEI axis is coincide with the Earth's rotation axis, . The Y GEI supplements the right three. The Geographic (GEO) coordinate system: . ... The Solar Magnetic (SM) coordinate system: . ... About space physics coordinate transformation see Russel [1971] and Hapgood [1992] . ... M.A. Hapgood , Space physics coordinate transformations: A user guide // Planet Space Sci. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/coords.htm -- 3.6 Кб -- 18.01.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/coords.htm -- 3.6 Кб -- 18.01.1999
Похожие документы

17. Page contents
Next: Presentation of the results Up: World Wide Web version Previous: WWW access . On the main page, a very short description of the program may be found. ... The first link brings the user to a very friendly interface of the main code, where all parameters can be set and the calculations can be started. The second lonk provides a list of papers containing the results of the Scenario Machine calculations beginning from 1983 untill 1996 and a short description of the code. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/sceintro/poster/be_inwww/node7.html -- 3.0 Кб -- 21.06.1996
Похожие документы
Еще в разделе: (Показать все результаты (>97) - xray.sai.msu.ru/ )

18. gershele
William Gershel (1738 - 1807). ... Gershel twice widened the Solar system and "turned" the Sun, proving its motion in the Universe. ... The Solar system became twice more. Besides he opened two satellites of Uranus (1789) with the reverse motion (1797) and two new Saturn satellites (1789). ... In 1783 Gershel discovered the Sun's motion in the Space and its direction. ... The 20 feet telescope of Gershel opened the nature of the mysterious "milky nebulas" which turned to be the star congestions. ...
[ Сохраненная копия ]  Ссылки http://www.space.vsi.ru/gershele.htm -- 3.3 Кб -- 14.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>4) - www.space.vsi.ru/ )

19. http://www.asc.rssi.ru/RadioAstron/archives/RAMN/2005/oct.pdf
... They will undergo acceptance tests. ... Appendix (The list of used acronyms) ASC Cold Plate DC Astro Space Center of Lebedev Physical Instutute cooled LNAs and antenna feed hermetic device container (part of payload); it contains Formatter ... synthesizer, control unit and is placed under dish DM Device Module = DC + H-maser EGSE Electronic Ground Support Equipment Electronic Complex ­ all SRT electronics EM Engineering Model FC Focal Container ­ hermetic package with the ...
[ Текст ]  Ссылки http://www.asc.rssi.ru/RadioAstron/archives/RAMN/2005/oct.pdf -- 85.0 Кб -- 03.11.2011
Похожие документы
Еще в разделе: (Показать все результаты (>57) - www.asc.rssi.ru/ )

20. Coordinate systems [Oulu]
spaceweb@oulu.fi - last update: 21 December 1998, 1400 UT (RR) . ... This is not as trivial a question as one might think, since it is not enough to know the location with respect to the Earth and/or the Sun in some arbitrary coordinate system. One may have to consider things like differences between the solar equatorial plane and the Earth's orbital plane, the changing direction of Earth's spin axis during the year, and the magnetic dipole orientation. ... Geocentric solar ecliptic . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/coordsys.html -- 5.4 Кб -- 21.12.2007
Похожие документы

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


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

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

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