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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/robotparser.html.

1. casacore: casa::RegionHandlerMemory Class Reference
... RegionHandlerMemory (const RegionHandlerMemory &) . ... defineRegion (const String &name, const ImageRegion &region, RegionHandler::GroupType , Bool overwrite= False ) . ... getRegion (const String &name, RegionHandler::GroupType =Any, Bool throwIfUnknown= True ) const . ... renameRegion (const String &newName, const String &oldName, RegionHandler::GroupType =Any, Bool overwrite= False ) . ... findRegionGroup (const String &regionName, RegionHandler::GroupType =Any, Bool throwIfUnknown= True ) const...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RegionHandlerMemory.html -- 43.4 Кб -- 14.02.2011
Похожие документы

2. Stellarium: BigStarCatalogExtension::StarWrapper< Star > Class Template
... BigStarCatalogExtension::StarWrapper< Star > Class Template Reference . StarWrapper (const SpecialZoneArray < Star > *a, const SpecialZoneData < Star > *z, const Star *s) . ... getJ2000EquatorialPos (const StelCore *core) const . ... getVMagnitude (const StelCore *core, bool withExtinction=false) const . ... getSelectPriority (const StelCore *core) const . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getEquinoxEquatorialPos (const StelCore *core) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classBigStarCatalogExtension_1_1StarWrapper.html -- 41.7 Кб -- 28.02.2014
Похожие документы

3. Classes ? Amateur Astronomers Association of New York
... Home Classes . ... AAA Fall Astronomy Class: Astronomy Basics тАУ October-November 2015 . ... This Month's Sky . ... Beyond New York City . ... Observing Resources for Amateur Astronomers - Part 1: Beginning Observers . ... A History of the First Forty Years of the Amateur Astronomers Association . ... Published February 22, 2015 at dimensions 1500 1001 in Amateur Astronomers Association of New York . ... 2016 Amateur Astronomers Association of New York Designed by Press Customizr Powered by . ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/media_category/classes/ -- 100.0 Кб -- 10.04.2016
Похожие документы

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

5. ij.plugin.filter Class Hierarchy (ImageJ API)
... Class . ... Package Hierarchies: . ... ij.plugin.filter. Analyzer (implements ij.measure. ... PlugInFilter ) . ... AVI_Writer (implements ij.plugin.filter. ... BackgroundSubtracter (implements ij.gui. DialogListener , ij.plugin.filter. ExtendedPlugInFilter ) . ... Benchmark (implements ij.plugin.filter. ... Binary (implements ij.gui. ... CalibrationBar (implements ij.plugin.filter. ... Convolver (implements java.awt.event.ActionListener, ij.gui. ... Duplicater (implements ij.plugin.filter. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/package-tree.html -- 19.0 Кб -- 02.12.2010
Похожие документы

6. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/packages.htm
... A top-level object used to access Java classes from within JavaScript code. ... The java , netscape , and sun properties represent the packages java.*, netscape.*, and sun.* respectively. ... For example, you can access a constructor of the Frame class as follows: var theFrame = new Packages.java.awt.Frame(); For convenience, JavaScript provides the top-level netscape , sun , and java objects that are synonyms for the Packages properties with the same names. ... Any class in the Java package sun.* ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/packages.htm -- 11.5 Кб -- 07.10.1999
Похожие документы

7. DUST: Dust::GenEigenModes Class Reference
... Classes . ... Dust :: GenEigenModes . ... Inheritance diagram for Dust::GenEigenModes: . ... List of all members. virtual double . operator[] (unsigned n)=0 . ... Nmodes (void)=0 . ... Fill (std::vector< double > &Evect, unsigned maxmodes) . Base class for mode generators. virtual double Dust::GenEigenModes::operator[] . unsigned . ... This returns the n-th mode in this family. ... virtual double Dust::GenEigenModes::Nmodes . ... Referenced by Fill() . void Dust::GenEigenModes::Fill . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1GenEigenModes.html -- 7.8 Кб -- 11.07.2008
Похожие документы

8. The GTK+ Object and Type System
... Object and Class Structures . ... Initializing a New Class . ... typedef struct _GtkButton GtkButton; typedef struct _GtkButtonClass GtkButtonClass; struct _GtkButton { GtkBin bin; GtkWidget *child; guint in_button : 1; guint button_down : 1; guint relief : 2; }; struct _GtkButtonClass { GtkBinClass parent_class; void (* pressed) (GtkButton *button); void (* released) (GtkButton *button); void (* clicked) (GtkButton *button); void (* enter) (GtkButton *button); void (* leave) (GtkButton *button); };...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/cha-objects.html -- 9.2 Кб -- 12.07.2000
Похожие документы

9. ASP: Effecting Global Change
The night after the John Glenn program, I pitched the terraforming idea to my students. I asked them if they'd like to terraform Mars as a big class project; I wanted to throw the idea to them and see how they would react. Already I had a vision of splitting the class into several groups and having each group take charge of a portion of the project. ... Following my initial idea on how to conduct the project, I split the class into six groups, each student choosing his or her group. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/48/change2.html -- 11.3 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>579) - www.astrosociety.org/ )

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

11. exceptions
... Python's standard exception class hierarchy. Before Python 1.5, the standard exceptions were all simple string objects. ... String-based standard exceptions were . ... As of Python 1.6, the class-based standard exceptions are . ... recommended that user defined class based exceptions be derived from the . ... Exception . ... Common base class for all exceptions. __getitem__ ( ... ) . ... class StandardError ( Exception ) . Base class for all standard Python exceptions. __getitem__ ( ... ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/exceptions.html -- 82.2 Кб -- 07.01.2004
Похожие документы

12. Клатчи Cavalli Class - Cavalli Class - Cavalli Class Gmundner Keramik Gr?ner
... Основатель бренда Cavalli CLASS Роберто Кавалли известен во всем мире как непревзойденный дизайнер, творящий чудеса с материалами и формами, и дерзкий экспериментатор. ... Тип: Клатчи . ... Клатчи . ... Пол: Жен. ' title='Gmundner Keramik Gr?ner Rand Блюдце для чашки эспрессо 11 см - Gmundner Keramik' border='0' align='left' width='120' style='margin-right: 20px;' hspace='7' vspace='5'/> . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku8527.html -- 18.4 Кб -- 14.02.2016
Похожие документы

13. Astronomy Evening Classes for Beginners | International Year of Astronomy in
... The Hershel Space Observatory - the golden age of space-based IR astronomy continues: Monday 19 October . ... Astronomy Ireland have designed and developed astronomy Evening Classes for the general public. Aimed at beginners, the classes are running in 10 locations nationwide. ... If you sign up now you will avail of the current special offer for International Year of Astronomy (IYA) and get 3 months membership FREE . ... International Year of Astronomy, Ireland National Node . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/local/AI_classes.html -- 11.5 Кб -- 31.12.2009
Похожие документы

14. Astronaut Class of 1996 (Group 16)
NASA Press Release 96-84: NASA Selects Astronaut Class of 1996 . NASA Press Release 96-162: International Candidates Join 1996 Astronaut Class . JSC Press Release 96-022: Astronaut Class of 1996 Reports for Duty . ... U.S. Navy . Mission Specialist . ... Yvonne D. Cagle, M.D. Civilian . ... Charles J. Camarda, Ph.D. Civilian . ... Sandra H. Magnus, Ph.D. Civilian . ... Michael J. Massimino, Ph.D. Civilian . ... Donald R. Pettit, Ph.D. Civilian . ... John L. Phillips, Ph.D. Civilian . ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/96ascans.html -- 11.6 Кб -- 20.08.2013
Похожие документы

15. The AstroStat Slog Blog Archive [ArXiv] Three Classes of GRBs, July 21, 2007
... Archives . ... ArXiv] SDSS DR6, July 23, 2007 . Jul 25th, 2007| 03:22 am | ... Statistical Evidence for Three classes of Gamma-ray Bursts by T. Chattopadhyay et. al. In general, gamma-ray bursts (GRBs) are classified into two groups: long (>2 sec) and short (<2 sec) duration bursts. ... The new feature of this article is that Chattopadhyay et. al. applied the k-means and the Dirichlet process model based clustering method to confirm three classes of GRBs. ... Chandra Blog . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/2007/arxiv-three-classes-of-grbs/index.html -- 20.5 Кб -- 01.03.2014
Похожие документы

16. PixInsight Core / PixInsight Class Library (PCL) - Астрософт
... Астрософт (Модератор: tlgleonid ) > . PixInsight Core / PixInsight Class Library (PCL) . ... Астрософт . ... Оффлайн . ... Благодарностей: 0 . ... Записан . ... Благодарностей: 251 . Ответ #1 : 01 Июль 2009, 11:45:29 ? ... http://pixinsight.com/purchase/index.html . ... Там есть free LE версия http://pixinsight.com/download/LE/index.html . А PCL это вообще-то инструментарий для волонтеров-разработчиков. ... Ответ #3 : 20 Ноябрь 2010, 16:49:38 ? ... Ответ #4 : 17 Сентябрь 2011, 18:46:23 ? ...
[ Сохраненная копия ]  Ссылки http://www.astroclub.kiev.ua/forum/index.php?topic=9138.0 -- 77.5 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>10) - www.astroclub.kiev.ua/ )

17. Class Hierarchy
. Home . Trees . Indices . Help . [ hide private ] . [ frames ] | no frames ] . [ Module Hierarchy | Class Hierarchy ] . pynifs.nifscube : A class to hold all the information from a NIFS-produced data cube. pynifs.velfit : A class to hold information by fitting multi-component Gaussians to a NIFS data cube. Home . Trees . Indices . Help . Generated by Epydoc 3.0.1 on Fri Jan 3 16:10:27 2014 . http://epydoc.sourceforge.net
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/class-tree.html -- 4.8 Кб -- 27.02.2014
Похожие документы

18. Characteristic classes and intersection theory (Fall 2007)
... Семинар М.~Э.~Казаряна и С.~К.~Ландо "Характеристические классы и теория пересечений" возобновляет свою работу по средам в 19.00 в ауд. 206 (обратите внимание на изменение дня и времени проведения семинара!) Первое занятие семинара 19 сентября 2007 г. 28 ноября, среда . ... Пространства модулей абелевых дифференциалов на римановых поверхностях естественным образом стратифицированы порядками нулей. ... Пространства модулей голоморфных квадратичных дифференциалов допускает аналогичную стратификацию. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/f07/ccit.html -- 6.4 Кб -- 22.11.2007
Похожие документы

19. X Class Flare
... Credit Copyright: NASA / Goddard / SDO AIA Team Explanation: On Valentine's Day (ET) the Sun unleased one of its most powerful explosions, an X-class flare . ... This X-class flare was also accompanied by a coronal mass ejection (CME), a massive cloud of charged particles traveling outward at nearly 900 kilometers per second . ... Publications with keywords: Sun - solar flare - coronal mass ejection - ultraviolet . Publications with words: Sun - solar flare - coronal mass ejection - ultraviolet . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2011-02-17 -- 15.0 Кб -- 17.02.2011
Похожие документы

20. Targeted Classes of Pulsars
. First page Back Continue Last page Summary Graphics .
[ Сохраненная копия ]  Ссылки http://www.naic.edu/alfa/galfa/meetings/1/talks/psrlong_files/text3.htm -- 2.2 Кб -- 06.05.2003
Похожие документы

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


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

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

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