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

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

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

1. Deprecated List (ImageJ API)
... replaced by Duplicator class . ... Short images are always unsigned. ij.plugin.ImageCalculator.calculate(String, ImagePlus, ImagePlus) . replaced by run(String,ImagePlus,ImagePlus) . ... ij.gui.NewImage.createUnsignedShortImage(String, int, int, int, int) . ... replaced by ImagePlus.setOverlay(Roi, Color, int, Color) . ... replaced by the Plot class. ij.gui.PlotWindow(String, String, String, float[], float[]) . replaced by the Plot class. ij.gui.PolygonRoi(int[], int[], int, ImagePlus, int) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/deprecated-list.html -- 16.8 Кб -- 02.12.2010
Похожие документы

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

3. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>527) - www.mso.anu.edu.au/ )

4. P.I. Bakulin, E.V. Kononovich, V.I. Moroz, General Astronomy. Table of Content
. ОГЛАВЛЕНИЕ . Предисловие к четвертому изданию . Введение . § 1. Предмет и задачи астрономии . § 2. Подразделение астрономии . § 3. Возникновение и основные этапы развития астрономии . § 4. Практическое и идеологическое значение астрономии . § 5. Основа и источник астрономических исследований . § 6. Краткий очерк строения Вселенной . Глава I . Основные сведения из сферической астрономии . § 7. Видимые положения светил. Созвездия . § 8. Видимые движения звезд, Солнца, Луны и планет . § 9. Географические
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ak4/Table_of_Content.htm -- 106.8 Кб -- 24.01.2000
Похожие документы

5. Table of Contents
... 3.1 General Purpose C++ Classes and Routines 15 . ... 3.1.2 class HTTP 15 . 3.1.3 class Mem 16 . ... 3.2.5 TclUtil 18 . 3.3 Itcl Classes and Itk Widgets 18 . 3.3.1 Batch 18 . 3.3.2 ButtonFrame 19 . ... 4.2 C++ CLASSES, C ROUTINES 38 . ... ITCL CLASSES 62 . ... 5 Installing the Tclutil Package 141 . 5.1 Before you build the Tclutil Package.. 141 . 5.2 Build the Tclutil Package 141 . 5.3 VLT Make Procedure 141 . 5.4 Start the demo application 142 . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/tclutil/tclutil.1.html -- 17.9 Кб -- 11.09.1998
Похожие документы

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. casacore: casa::Link< t > Class Template Reference
... Class List . ... include <iostream> #include < casa/Containers/Link.h > main() { Link<int> *hed = new Link<int>(23); hed = new Link<int>(12,0,hed); hed = new Link<int>(19,0,hed); hed = new Link<int>(10,0,hed); while (hed) { Link<int> *cur = hed; hed = hed->unlink(); cout << cur->val() << " " ; delete cur; } cout << endl; } . ... As each new link is being created, the new element goes at the beginning of the list because the previous head of the list, hed , is being passed in as the next list element...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Link.html -- 28.7 Кб -- 14.02.2011
Похожие документы

8. Stellarium: PropertyBasedTableModel Class Reference
... PropertyBasedTableModel Class Reference . This class provides a table model for just about any QObject. ... init (QList< QObject * > *content, QObject *model, QMap< int, QString > mappings) . ... data (const QModelIndex &item, int role=Qt::DisplayRole) const . ... The init method takes the data to model, as well as an instance of your model class (to use as a model for creating new instances), and a map to know the ordering of the properties to their position (as you want them displayed). ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classPropertyBasedTableModel.html -- 12.1 Кб -- 28.02.2014
Похожие документы

9. Recipes and the Queue GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . ... Recipes and the Queue . ... The pipeline?s actions are controlled by ?Recipes? that specify input FITS files, various tasks (called ?primitives?) to run on them, and options or parameters for those tasks. ... For GPI, recipes are saved as XML files, and while they may be edited by hand, they are more easily created through the use of the Recipe Editor and Data Parser tools. ... The pipeline checks the queue for new recipes once per second by default. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/usage/recipesqueue.html -- 16.0 Кб -- 14.02.2014
Похожие документы

10. Astronomy 123 Distance Education Class
.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/2000/astr123.html -- 12.8 Кб -- 14.03.2004
Похожие документы
Еще в разделе: (Показать все результаты (>192) - zebu.uoregon.edu/ )

11. http://www.astro-soc.odessa.ua/
... Astronomical Observatory, Shevchenko Park, Odessa, 65014, . ... The XVI -th G. Gamow's Odessa Astronomical Summer Соnference-School, 14-20 August, 2016, Odessa, Ukraine . ... The XV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 16-23 August, 2015, Odessa, Ukraine . ... The XIV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 17-23 August, 2014, Odessa, Ukraine . ... The XIII -th G. Gamow's Odessa Astronomical Summer Соnference-School, 19-25 August, 2013, Odessa, Ukraine . ...
[ Сохраненная копия ]  Ссылки http://www.astro-soc.odessa.ua/ -- 16.6 Кб -- 15.03.2016
Похожие документы
Еще в разделе: (Показать все результаты (>8) - www.astro-soc.odessa.ua/ )

12. lsst.coordConv: coordConv: Astronomical Coordinate Conversions
lsst.coordConv љ unknown . ... Classes . ... All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Pages . coordConv: Astronomical Coordinate Conversions . The coordConv package provides the following classes and functions. ... Coord : represents a position on the sky, with proper motion and radial velocity; provides easy access to spherical and cartesian position. ... Position conversion functions: . ... Time conversion functions: . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/index.html -- 8.6 Кб -- 07.05.2015
Похожие документы

13. Admonishments
... The NOTE element is designed for use as admonishments such as notes, cautions or warnings, as commonly used in technical documentation. The CLASS attribute specifies the type of the element and is typically associated with different graphics such as a road traffic warning sign. ... The class names: NOTE, CAUTION and WARNING are recommended for standard admonishments. In the absence of the CLASS attribute, a NOTE element is typically rendered indented, without an accompanying graphic. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/notes.html -- 4.8 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>197) - comet.sai.msu.ru/ )

14. Contents
Next: 1 Introduction Up: AstroAsciiData 1.1 User Manual Previous: AstroAsciiData 1.1 User Manual . 1 Introduction . 1.1 ASCII tables in astronomy and science . ... 1.5 The SExtractor table format . 1.6 The usage of the User Manual . ... 2.2 Release notes for version 1.1 . ... 3.1 Working with existing data . 3.2 Creating an ASCII table from scratch . 3.3 Woorking with SExtractor formatted data . ... 4.2 The AsciiData class . 4.3 The AsciiColumn class . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/manual/asciidata/node1.html -- 4.8 Кб -- 30.04.2009
Похожие документы
Еще в разделе: (Показать все результаты (>225) - www.stecf.org/ )

15. comedi_get_buffer_contents
. Comedi Documentation . Prev . Next . comedi_get_buffer_contents -- streaming buffer status . #include <comedilib.h> . int comedi_get_buffer_contents (comedi_t * device, unsigned int subdevice); . The function comedi_get_buffer_contents() is used on a subdevice that has a Comedi command in progress. The number of bytes that are available in the streaming buffer is returned. If there is an error, -1 is returned. Prev . Home . Next . comedi_set_max_buffer_size . Up . comedi_mark_buffer_read
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-buffer-contents.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-buffer-contents.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-buffer-contents.html -- 3.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>949) - jet.sao.ru/ )

16. ASP: Contents, January/February 1999
home publications > mercury . SEARCH ASP SITE: Match ALL words Match ANY word . ... ASP Conference Series . Monograph Publications . IAU Publications . ... Publications of the ASP (PASP) . ... Mercury Magazine . ... Astronomy Beat . ... Mercury Magazine Contents . ... January/February 1999 . ... More than Just a Planet, It's a Meal , Eric Sandquist . ... Life On The Mountain: An Astronomical Family Scrapbook of Mount Wilson Observatory, Don Nicholson and Scott W. Teare . ... publications . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/mercury/9901/contents.html -- 20.4 Кб -- 20.04.2012
Похожие документы

17. http://www.mccme.ru/invkon/2002/vasiliev/about.shtml
... -equiv=Content-Type META content= Журнал, квант, задачи, физика, химия name=keywords LINK href= kvant /site.css rel=stylesheet type=text/css /HEAD BODY aLink=#000000 background= kvant /bg.jpg bgColor=#ffffff leftMargin=0 link=#000000 text=#000000 topMargin=0 vLink=#000000 marginheight= 0 marginwidth= 0 TABLE border=0 cellPadding=0 cellSpacing=0 height = 100% ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/invkon/2002/vasiliev/about.shtml -- 10.6 Кб -- 14.06.2003
Похожие документы

18. orbitdump: DUMP contents of ODF ORBIT file to stdout
... orbitdump [tstep=<value>] [offsett=true|false] >orbit.dat . ... The tasks dumps the contents of the orbit file in the current ODF (pointed at via environment variable SAS_ODF ) to stdout in the format t x y z d vx vy vz vabs where t time in Mission-Elapsed-Time [s] . x, y, z components of S/C position vector in Earth-centeredJ2000 reference frame [km] . d norm of vector (x, y, z) [km] . vx, vy, vz components of S/C velocity vector in Earth-centeredJ2000 reference frame [km/s] . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/tools/node7.html -- 4.9 Кб -- 28.06.2006
Похожие документы

19. ADASS 2002 Conference Proceedings
... ClassX is a project aimed at creating an automated system to classify X-ray sources and is envisaged as a prototype of the Virtual Observatory. ... The most fundamental are: (a) classification methods and algorithms, (b) selection and definition of classes (object types), and (c) identification of source counterparts across multi-wavelength data. ... Using different sets of training parameters (attributes), we get different classifiers for the same list of class names (e.g., Figure 1). ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass02/P4-10/ -- 13.2 Кб -- 12.03.2003
Похожие документы

20. http://hea.iki.rssi.ru/Z-90/head.html~
;expires CONTENT= 0 title Zeldovich-90: COSMOLOGY AND HIGH ENERGY ASTROPHYSICS /title link href = ./style_blue.css rel= stylesheet type= text/css script language= JavaScript src= / Z-90 /scripts/gen_validatorv2.js type= text/ javascript / script script language= JavaScript type= text/ ... A class=tab HREF="/Z-90/pinfo.html">Practical Information</A> <br> <A class=tab HREF="/Z-90/contacts.html">Contacts</A> | A class=tab HREF="/Z-90/list.pl">List of participants</A> | ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/Z-90/head.html~ -- 4.0 Кб -- 11.12.2004
Похожие документы

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


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

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

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