Найдено документов: 256726 (176 сайтов) ---- Время поиска: 0.60сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/asap/userguide/node6.html.
http://www.atnf.csiro.au/computing/software/asap/userguide/node6.html.
1. Member Functions (functions)
Next: Global Functions Up: Interface Previous: Objects . ... From the command line, the user can execute these functions using the syntax: ASAP> out = object.function(arguments) . ... The arguments can be provided either though position or name= . ... E.g. ASAP> av = scans(msk,weight='tsys') ASAP> av = scans(mask=msk,weight='tsys') ASAP> av = scans(msk,tsys) ASAP> scans.polybaseline(mask=msk, order=0, insitu=True) ASAP> scans.polybaseline(msk,0,True) ASAP> scans.polybaseline(mask, insitu=True) . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/asap/cookbook/node6.html -- 3.8 Кб -- 05.02.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>24282) - www.atnf.csiro.au/ )
2. Impact Hazard
... Armagh Observatory, College Hill, Armagh BT61 9DG, +44 (0)28 3752 2928 . ... Risks Comparable to NEOs . ... The Increasing Rate of Discovery of Asteroids . ... Comet and Asteroid Collision Probabilities . ... Extreme albedo comets and the impact hazard (PDF Format) . ... Asteroid Impact Animations . ... Workshop on Scientific Requirements for Mitigation of Hazardous Comets and Asteroids - 2002 . ... The Spaceguard Survey Report, 1992 (PDF) . Tsunami from Asteroid/Comet Impacts . ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/impact-hazard/ -- 11.3 Кб -- 29.06.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2627) - star.arm.ac.uk/ )
3. The Galaxy Gallery: Messier Objects
M1 image More About M1 Nice Color Picture . ... M16 image More About M16 HST image . ... M31 image More About M31 Nice Color Picture . ... M42 image ; M43 image More About M42/43 Nice Color CCD Picture . M51 image More About M51 Color Image of M51 M51 Supernova . M57 image More About M57 Nice Color CCD Picture Very Deep M57 Image . ... M81 image More About M81 M81 Supernova Ultraviolet Image of M81 More about Ultraviolet Imaging . M82 image More About M82 M82 False Color M82 True Color . ...
[
Сохраненная копия
]
Ссылки http://zebu.uoregon.edu/messier.html -- 7.0 Кб -- 23.07.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>323) - zebu.uoregon.edu/ )
4. Internet Programming with Java
The objective of this course is to help you to understand some fundamental basic concepts behind the Java technology. The audience is assumed to have little or no prior exposure to Java and Object-Oriented programming. ... The topics will help you to understand how to use Java to create, access, and support Java applications and applets. ... Introduce object-oriented programming concepts and how they apply to Java programming. ... Extending A Class (Inheritance) . ... Hello World Applet . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/hst/training/events/Java/SSD990329Java/Java3.html -- 10.9 Кб -- 23.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16920) - www.stsci.edu/ )
5. Principal Components Analysis
... Among the objectives of Principal Components Analysis are the following. dimensionality reduction; љ . the determining of linear combinations of variables; љ . ... identification of groups of objects or of outliers. ... Finding a set of principal axes allows the objects to be adequately characterised on a smaller number of (artificial) variables. ... Reduction of dimensionality is practicable if the first new axes account for approximately 75 % or more of the variance. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node213.html -- 7.2 Кб -- 23.02.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2984) - www.sao.ru/ )
6. http://xmm.vilspa.esa.es/sas/7.0.0/documentation/threads/timing_thread_mk_linux.html
SAS home . ... You will find the period of a variable source and create a folded light curve of the object . ... We will run SAS and XRONOS . In pink is marked what you have to type at the command line or some useful scripts. ##########################script to extract a timing event file form ODF################################ . ... or ... setenv SAS_DIR /sas/Linux/RedHat9/sas6_1_0 . ... source $SAS_DIR/sas-setup.csh ... setenv SAS_ODF /SAS_Workshop/Timing/PSRB1509 . ... setenv SAS_CCF ccf.cif . ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/documentation/threads/timing_thread_mk_linux.html -- 13.2 Кб -- 21.08.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9595) - xmm.vilspa.esa.es/ )
7. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>594) - www.mso.anu.edu.au/ )
8. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7229) - www.arcetri.astro.it/ )
9. ASP: Making Your Own Astronomical Camera
Turning the Camera Skyward . A reconfigured camera can take wide-field exposures of astronomical objects (constellations, the Milky Way, zodiacal light, moving artificial satellites, meteor showers, variable stars, etc.) to reveal much fainter objects and structures than seen by naked eye. ... This picture reveals objects more than 2.5 times fainter than can be seen by the naked eye, including not only stars but also the Orion nebula (M42), where new stars are being born. ...
[
Сохраненная копия
]
Ссылки http://www.astrosociety.org/edu/publications/tnl/50/camera3.html -- 12.8 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1104) - www.astrosociety.org/ )
10. lsst.tcc: tcc.cmd.showObject Namespace Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . ... NamespaceљList . NamespaceљMembers . All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . ... showObject . ... tcc.cmd.showObject Namespace Reference . defљ . ... Implement the "show object" command. ... def tcc.cmd.showObject.showObject . tccActor , . ... def tcc.cmd.showObject.showObjectFields . ... list tcc.cmd.showObject.__all__ = ["showObject"] . ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1cmd_1_1show_object.html -- 12.3 Кб -- 14.09.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1436) - www.apo.nmsu.edu/ )
11. Detection of Radio Transients and Variable Radio Sources Using the Archive Data
... During the analysis of the surveys carried out on RATAN-600, it was found that almost one fifth of the detected sources shows significant radio flux variations. ... We used the data from "Cold" radio surveys carried out with RATAN-600 in 1980-1994 to search for radio sources with significant flux variability. ... On possibility of detection of variable sources using the data of Cold surveys carried out on RATAN-600. ... Detection of Variable Sources Using the Data of "Cold" Surveys. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/Doc-en/SciNews/2016/Zhelenkova/ -- 6.9 Кб -- 10.04.2016
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Zhelenkova/ -- 6.9 Кб -- 10.04.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Zhelenkova/ -- 6.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>1283) - mavr.sao.ru/ )
12. GRB follow-up team
... Team . ... GRB mini-workshop 2006 . ... On April 8, 2005, an optical afterglow of the GRB 050408 was discovered with the SAO's telescopes (the 1-meter telescope Zeiss and 6-meter telescope BTA) within the framework of a joint BTA request (SAO RAS + IAA CSIC, Granada, Spain) on optical identification of gamma-ray bursts. We first detected a variable object only by our own data in the localization error-box reported by the space observatory HETE and then it was confirmed by our observations in SAO. ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/grb/followup/GRB050408/GRB050408.html -- 7.1 Кб -- 10.04.2016
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/grb/followup/GRB050408/GRB050408.html -- 7.1 Кб -- 10.04.2016
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/grb/followup/GRB050408/GRB050408.html -- 7.1 Кб -- 10.04.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/grb/followup/GRB050408/GRB050408.html -- 7.1 Кб -- 10.04.2016
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/grb/followup/GRB050408/GRB050408.html -- 7.1 Кб -- 10.04.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>1034) - jet.sao.ru/ )
13. ESO - Real Time Follow-up of Transient Objects From PESSTO
... Science . ... Science Users Information > Science Publications > Science Announcements > Real Time Follow-up of Transient Objects From PESSTO . ... Observing Facilities . ... Observing with ESO Telescopes . ... Data Handling and Products . ... ESO Data . ... The Public ESO Spectroscopic Survey of Transient Objects ( PESSTO ) provides high-quality, time series optical and near-infrared spectroscopy of optical transients covering a broad range of luminosity, host metallicity and explosion mechanisms. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/sci/publications/announcements/sciann14043.html -- 23.2 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>50239) - www.eso.org/ )
14. Argument association
... Fortran . Storage rules Dummy argument is a quantity in the specification of a procedure, function or subroutine. Actual argument is a quantity in the call of a procedure, function or subroutine. ... Becomes 101 END PROGRAM EXAMPLE SUBROUTINE SUB(X, Y, Z) IMPLICIT NONE REAL, INTENT(IN) :: X REAL, INTENT(INOUT) :: Y REAL, INTENT(OUT) :: Z Y = Y**2 Z = X + Y END SUBROUTINE SUB In Fortran there is really only one kind of argument usage, called argument association. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/f77to90/a10.html -- 9.0 Кб -- 17.02.1996
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы
Еще в разделе:
(Показать все результаты (>2617) - crydee.sai.msu.ru/ )
15. ShapeRoi (ImageJ API)
... Class . ... java.lang.Object ij.gui.Roi ij.gui.ShapeRoi . ... public class ShapeRoi . ... ShapeRoi (int x, int y, java.awt.Shape s) . ... Constructs a ShapeRoi from an Roi. public ShapeRoi (java.awt.Shape s) . Constructs a ShapeRoi from a Shape. public ShapeRoi (int x, int y, java.awt.Shape s) . ... ShapeRoi.SHAPE_ROI . ... Returns a reference to the Shape object encapsulated by this ShapeRoi. public static void addCircle (java.lang.String sx, java.lang.String sy, java.lang.String swidth) . ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/ShapeRoi.html -- 39.5 Кб -- 02.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>699) - www.astro.louisville.edu/ )
16. Apache module mod_setenvif
This module provides the ability to set environment variables based upon attributes of the request. ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... BrowserMatch . ... Syntax: BrowserMatch regex env-variable [= value ] [ env-variable [= value ]] .. ... Module: mod_setenvif . ... The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/mod/mod_setenvif.html -- 13.8 Кб -- 05.11.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>116) - neptun.sai.msu.ru/ )
17. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3488) - www.naic.edu/ )
18. Object Detection Using Multi-Resolution Analysis
... Next: Unsupervised Catalog Classification Up: Object Detection and Previous: Classification of Objects . ... Multi-resolution allows for image analysis in terms of different scales. ... This approach is used for the detection (and subsequent analysis) of globular cluster systems around elliptical galaxies, and for image characterization and object trawling in large image databases. ... The applicability of this approach to object detection in large image collections has been investigated. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass94/murtaghf2.html -- 11.9 Кб -- 03.11.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1872) - www.adass.org/ )
19. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3491) - hea-www.harvard.edu/ )
20. OptInt PmWiki : PmWiki / Path Variables
OptInt PmWiki : Pm Wiki / Path Variables . ... Variables | ... When dealing with file or path variables, one has to recognize the difference between working with URLs and files on disk. ... The $ScriptUrl and $PubDirUrl variables are used to tell a browser , connecting via the webserver, how to execute the pmwiki script ( $ScriptUrl ) and the base url for getting files from PmWiki's pub/ directory ( $PubDirUrl ). ... is an associative array which PmWiki uses to find any local css configuration files. ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PathVariables?action=print -- 22.8 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3552) - www.mrao.cam.ac.uk/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда