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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/LCRegionSingle_8h_source.html.

1. casacore: casa::LCRegionSingle Class Reference
... Classes . ... casa . casa::LCRegionSingle . ... LCRegionSingle (const IPosition &latticeShape) . ... virtual Bool . ... Bool . ... Set the pointer to the mask in the derived class. virtual Bool . ... The first apply expects a function with an argument passed by value; the second expects the argument to be passed by const reference; the third requires an instance of the class Functional <T,T> . ... virtual Bool casa::LCRegionSingle::doGetSlice . ... virtual Bool casa::LCRegionSingle::hasMask . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1LCRegionSingle.html -- 42.9 Кб -- 14.02.2011
Похожие документы

2. The MERLIN Correlator Software Project
... Up: Telescope and Instrument Control Systems . Previous: CFH12K: Control Software and Data Handling . ... The MERLIN 1 array is being upgraded with new correlator hardware and improved monitoring, operating and control software. ... The project aims to improve the reliability and efficiency of MERLIN operations by upgrading the real-time correlator control computer and providing new software for aiding astronomical data-quality and array subsystem monitoring. ... Display lag data in real time. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-27/ -- 10.3 Кб -- 06.10.2000
Похожие документы

3. Programming News
... Use the News bookmarklet to add news items. ... Classes such as the type class that are used to create other classes are called metaclasses in python. That is all there is to metaclasses; they are classes that are used in creating other classes. Custom metaclasses are not often used in python but sometimes we want to control the way our classes are created; for example we may want to check that every method has some kind of documentation; this is where custom metaclasses come in handy. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~bsimon/programming-news.html -- 7.4 Кб -- 05.05.2015
Похожие документы

4. Stellarium: StelVertexBufferBackend Class Reference
Stellarium 0.12.3 . ... Classes . ... Protected Attributes . StelVertexBufferBackend Class Reference abstract . Base class of all vertex buffer backends. ... StelVertexBufferBackend (const QVector< StelVertexAttribute > & attributes ) . Construct a StelVertexBufferBackend , specifying attributes of the vertex type. ... virtualљ . ... virtual voidљ . ... Data members of the vertex must match vertex attributes of the buffer. ... const Attributes StelVertexBufferBackend::attributes . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelVertexBufferBackend.html -- 25.5 Кб -- 28.02.2014
Похожие документы

5. Code Examples
... Below are the code examples that are used in the above text which are not included in complete form elsewhere. ... #include gtk/gtksignal.h #include gtk/gtktable.h #include gtk/gtktogglebutton.h #include tictactoe .h enum { TICTACTOE _SIGNAL, LAST_SIGNAL }; static void tictactoe _class_init (TictactoeClass *klass); static void tictactoe _init ( Tictactoe * ttt ); static void tictactoe _toggle ( GtkWidget *widget, Tictactoe * ttt ); static gint ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/app-codeexamples.html -- 10.2 Кб -- 19.07.2002
Похожие документы

6. Astronomy HyperText Book
... Stellar Evolution . Nucleosynthesis in Stars . The Evolution of Star Clusters . JAVA Physics Lab . Alternative Energies Class . Steve Kevan's Physics 251 Class . ... Talk on Solid State Physics of CCD detectors . Talk on Cosmological Issues . ... Digital Spectra of Stars . NETexperts E-mail List . The Electronic Universe Project e-mail: nuts@moo.uoregon.edu ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/text.html -- 3.3 Кб -- 26.03.1998
Похожие документы

7. Divisions
... The DIV element is used with the CLASS attribute to represent different kinds of containers, e.g. chapter, section, abstract, or appendix. ... An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. ... By convention, the class names are interpreted hierarchically, with the most general class on the left and the most specific on the right, where classes are separated by a period. ... ALIGN . ... move down until left margin is clear . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/divisions.html -- 4.4 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>522) - comet.sai.msu.ru/ )

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

9. Getting Started in Actor Prolog. Hello World.
Actor Prolog is an object-oriented logic language. So, any program written in Actor Prolog consists of classes. ... An example of Actor Prolog program. -- -- (c) 2002, Alexei A. Morozov, IRE RAS. -- ------------------------------------------- project : (( 'Hello' )) class 'Hello' specializing 'Console': [ goal:- writeln ( "Hello World!" This program consists of solely 'Hello' class. ... Thus, the execution of the program starts with the creation of an instance of the 'Hello' class. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_hello.html -- 7.1 Кб -- 24.09.2007
Похожие документы

10. FileOpener (ImageJ API)
... Class . ... METHOD . ... public class FileOpener . ... Opens or reverts an image specified by a FileInfo object. ... Here is an example: public class FileInfo_Test implements PlugIn { public void run(String arg) { FileInfo fi = new FileInfo(); fi.width = 256; fi.height = 254; fi.offset = 768; fi.fileName = "blobs.tif"; fi.directory = "/Users/wayne/Desktop/"; new FileOpener(fi).open(); } } . ... ImagePlus . ... Returns an ImagePlus object if successful. public void revertToSaved ( ImagePlus imp) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/FileOpener.html -- 15.3 Кб -- 02.12.2010
Похожие документы

11. Workshop on geometric analysis and spectral theory. Abstracts
Workshop on geometric analysis and spectral theory . ... On a class of random walks on groups with infinite number of generators". ... Optimal transportation, weak flows and very degenerate elliptic PDE's". ... Singular solutions to fully nonlinear elliptic equations". ... I will give some hints on how this conjecture is related to minimal surface theory and I will describe some flatness results for non local equations on one hand and on elliptic equations on riemannian manifolds on the other hand. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/lifr/pittet/abstracts.html -- 5.2 Кб -- 13.05.2009
Похожие документы

12. Inference of Coefficients for Use in Phase Correction
... OOF software . ... Memos . ... Raw data . ... We present a Bayesian approach to calculating the coefficients that convert the outputs of ALMA 183 GHz water-vapour radiometers into estimates of path fluctuations that can be used to correct the observed interferometric visibilities. ... Please note that the files"COPYING" in each of the distribution packages have GPL listed but it is in fact LGPL which applies. ... This is the raw data from the SMA used in the analysis shown in Section 4 of the memo. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/mk2/alma/memo-infer.html -- 14.3 Кб -- 25.11.2009
Похожие документы

13. http://www.stecf.org/conferences/adass/adassVII/reprints/does.ps.gz
... Fitting and Modeling of AXAF Data with the ASC Fitting Application S. Doe, M. Ljungberg, A. Siemiginowska and W. Joye AXAF Science Center, MS 81, Smithsonian Astrophysical Observatory, 60 Garden Street, Cambridge, MA 02138 USA Abstract. ... Fitting and Modeling of AXAF Data 159 MODEL MANAGER FIT STATISTIC MANAGER MANAGER SRC BKGD INSTR MODEL = SRC + BKGD * INSTR MODELS MODELS MODELS MANAGER MANAGER STATS METHODS OPTIMIZATION METHOD MANAGER Figure 3. The Model, Method, and Statistic Managers. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/does.ps.gz -- 76.4 Кб -- 12.06.2006
Похожие документы

14. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/postwhat_0-1.txt
... This class implements yellow sticky notes on WPS as a learning process for SOM/WPS. ... Proposed directory for placement: /pub/os2/dev/wps Your name: Martin Iturbide Email address: martin@os2world.com Program contact name: Lars Erdmann Program contact email: (same) Program URL: http://www.edm2.com/index.php/PostWhat_WPS_Class_Example Would you like the contact email address included in listings? yes Operating System/Version: Additional requirements: SOM compiler. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/postwhat_0-1.txt -- 2.1 Кб -- 06.12.2013
Похожие документы

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

16. Handles
XMM-Newton Science Analysis System . dal (dal-1.182.1) [xmmsas_20070708_1801-7.1.0] . Meta Index / Home Page / F90 DAL API . Handles hide the internal details of the underlying C++ classes. ... Corresponding to each of the classes in the Abstract C++ API, there is a derived type. ... By having different derived types for each C++ class, the API becomes more robust and type-safe. XMM-Newton SOC/SSC -- 2007-07-08 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/dal/node20.html -- 3.5 Кб -- 08.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>8199) - xmm.vilspa.esa.es/ )

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. Converting Arecibo Interim Correlator Data to SDFITS or CLASS Native Format
Two nearly-identical programs convert from raw Arecibo correlator data to either CLASS and Single-Dish FITS formats on-the fly, with each record getting dumped as it is written (or within a second, at any rate). ... They behave very similarly, except where necessary because of the differences between SDFITS and CLASS format data. ... The total number of scans/cycle (i.e. its four if you took: ON, OFF, CAL ON, CAL OFF) . ... Type cltest to run the CLASS or sdtest to run the SDFITS conversion program. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/data/aips++/ao_to_aips.shtml -- 14.5 Кб -- 22.12.2007
Похожие документы

19. http://hea-www.harvard.edu/AstroStat/astro193/VLK_slides_apr15.pdf
... Homework 10 · · Risk minimization: bias vs variance tradeoff, GCV in limits Binning/smoothing is always ambiguous. GCV is affected by method, choice of kernel, choice of Risk statistic Light curves from photon arrival time data · · · · GCV minimized at h=102 s locfit rectangle kernel GCV minimized at h=786 s locfit tricubic kernel GCV minimized at h=1141 s · Smooth curve through pairwise data · · locfit tricubic kernel GCV minimized at h30 locfit rectangle kernel GCV minimized at h18 ...
[ Текст ]  Ссылки http://hea-www.harvard.edu/AstroStat/astro193/VLK_slides_apr15.pdf -- 19.4 Кб -- 15.04.2015
Похожие документы

20. Abstract 200
The total radiative power output from the hot outer layers of six late-type stars (of different spectral types and luminosity class) is derived via an emission measure technique. This analysis was based on observational data from the spectral range 100A to 3000A obtained as a result of three separate satellite missions, i.e. Hubble Space Telescope, International Ultraviolet Explorer and the Extreme Ultraviolet Explorer. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~ambn/abstract200.html -- 2.3 Кб -- 15.08.1996
Похожие документы

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


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

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

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