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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mrao.cam.ac.uk/projects/OAS/oi_data/oicopy.

1. *fit* - Fit Data to a Specified Model
Next: Power Law fit to Up: Spectral Analysis Previous: Error Determination . With PROS2.3 all fitting is performed using Poisson statistics , rather than Gaussian, so that results will be correct even for small counts ( ) in some channels. Power Law fit to a Point Source . Raymond Model . Two-Temperature Raymond Model . Limiting Energy Channels Input to the Fit . Multiple Data Sets . ... Fit a source with a small number of net counts . Inspection of results . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node146.html -- 4.2 Кб -- 01.10.2012
Похожие документы

2. Set-related user input
A typical radio dataset might be a 3-dimensional "cube" named AURORA, with axes RA, DEC and FREQ. ... These can be specified by giving the axis name(s) and grids for each subset. For instance, AURORA specifies the whole 3-dimensional ``cube''; AURORA FREQ 3 specifies the subset FREQ=3 (i.e. the RA-DEC plane at FREQ grid 3) of the set AURORA. ... Specifying only the axis name, and no grids, selects all subsets along that axis: AURORA FREQ selects all RA-DEC planes in AURORA. ... axis centre. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/gds/input.html -- 7.0 Кб -- 15.01.2009
Похожие документы
Еще в разделе: (Показать все результаты (>7104) - www.atnf.csiro.au/ )

3. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>270) - www.cplire.ru/ )

4. WindowManager (ImageJ API)
... public class WindowManager . ... This class consists of static methods used to manage ImageJ's windows. ... static void . ... Adds the specified window to the Window menu. static boolean . ... Returns a reference to the active image or null if there isn't one. static ImageWindow . ... Makes the image contained in the specified window the active image. static void . ... Returns the first image that has the specified title or null if it is not found. public static void addWindow (java.awt.Frame win) ....
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/WindowManager.html -- 25.4 Кб -- 02.12.2010
Похожие документы

5. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы
Еще в разделе: (Показать все результаты (>26610) - www.eso.org/ )

6. TUI:Telescope:Slew Window:Options:Drift Scan
Allows you to specify a drift scan: motion at a constant velocity along a great circle. ... The path starts at the new object position (though the telescope actually intersects the path later, see Subtleties ). ... Note that the units are always /sec for both axes. ... The velocity along the path is 0.01 /sec. ... The path is assumed to start when you hit the Slew button (more precisely, when the TCC parses the command). However, it takes the telescope awhile to slew to meet the specified path. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/SlewWin/DriftScanPanel.html -- 4.9 Кб -- 05.09.2014
Похожие документы

7. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm
... The type of a wrapped Java object accessed from within JavaScript code. ... Instantiating a Java object in JavaScript. The following code creates the JavaObject theString , which is an instance of the class java.lang.String : var theString = new Packages.java.lang.String("Hello, world") Because the String class is in the java package, you can also use the java synonym and omit the Packages keyword when you instantiate the class: var theString = new java.lang.String("Hello, world") Example 2. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm -- 6.5 Кб -- 07.10.1999
Похожие документы

8. Stellarium: StelCircleArcRenderer Class Reference
Stellarium 0.12.3 . ... StelCircleArcRenderer Class Reference . Provides functions to draw circle arcs using StelRenderer . ... drawGreatCircleArc (const Vec3d &start, const Vec3d &stop, const SphericalCap *clippingCap=NULL, void(*viewportEdgeIntersectCallback)(const Vec3d &screenPos, const Vec3d &direction, void *userData)=NULL, void *userData=NULL) . ... Create a circle arc renderer to draw multiple circle arcs . ... void(*)(const Vec3d &screenPos, const Vec3d &direction, void *userData)љ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelCircleArcRenderer.html -- 26.8 Кб -- 28.02.2014
Похожие документы

9. Testing for files and variables with the test command
. The shell uses a command called test to evaluate conditional expressions. Full details of this command can be found in the test manual page. For example: if test ! -f $FILE then if test "$WARN" = "yes" then echo "$FILE does not exist" fi fi . First, we test to see if the filename specified by the variable $FILE exists and is a regular file. If it does not then we test to see if the variable $WARN is assigned the value yes , and if it is a message that the filename does not exist is displayed.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.5.html -- 2.3 Кб -- 17.01.1997
Похожие документы

10. Low level I/O
... include stdio.h and may also need some of # include stdarg.h , # include sys/types.h , # include sys/stat.h , # include fcntl.h . int close ( int handle ) - Close a file opened for unbuffered I/O. int creat( char *filename, int pmode ) - Create a new file with specified permission setting. int eof ( int handle ) - Check for end of file . long lseek( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_2.html -- 2.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_2.html -- 2.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_2.html -- 2.6 Кб -- 02.10.2012
Похожие документы

11. Apache module mod_expires
This module provides for the generation of Expires HTTP headers according to user-specified criteria. ... This module controls the setting of the Expires HTTP header in server responses. The expiration date can set to be relative to either the time the source file was last modified, or to the time of the client access. ... ExpiresByType . ExpiresDefault . The ExpiresDefault and ExpiresByType directives can also be defined in a more readable syntax of the form: . ... Module: mod_expires . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_expires.html -- 10.9 Кб -- 25.01.2002
Похожие документы

12. Specifications
... This function can also be used for particular types of subtypes or kinds: KIND (0) integer KIND (0.0) floating point number KIND (.FALSE.) logical variable KIND ("A") string of characters There is an intrinsic function SELECTED_REAL_KIND , which returns the kind of the type REAL that has a representation with (at least) the precision and the exponential range requested. ... With the choice SELECTED_INT_KIND (5) all integers between (but not including the limits) -100 000 and +100 000 are permitted. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c2.html -- 7.8 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>4733) - crydee.sai.msu.ru/ )

13. (Untitled)
To proceed to drawing tracks of some objects select Tracks item in menu bar and then select Input Data in drop-down menu. Enter initial and final dates of time interval in corresponding data fields of the Input Data dialog box Input Data . ... The frame with horizontal and vertical scales corresponding to the right ascension and declination axes appears on screen. ... Depending on specifications introduced in the Input Data dialog box the picture represents tracks up to three different objects. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user2pnr.htm -- 3.1 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>127) - www.ipa.nw.ru/ )

14. Figure 3
. Figure 3. Dark dimmings and bright post-eruption arcades in solar sources of the severest FDs over the solar cycle 23 in SOHO/EIT 195 е fixed-base difference images. The FD magnitude of the strongest disturbances and the dates and time of their registration are specified in the upper right corner of each panel. The dates and time of EIT images subjected to the subtraction are specified at the bottom of each panel.
[ Сохраненная копия ]  Ссылки http://www.izmiran.rssi.ru/~ichertok/Forbush/FD_strong.htm -- 1.8 Кб -- 14.05.2012
Похожие документы
Еще в разделе: (Показать все результаты (>145) - www.izmiran.rssi.ru/ )

15. Pulkovo NEO Page: Ephemeris Support
Pulkovo NEO Page . ... EPOS Software Package . ... EPOS ( E phemeris P rogram for O bjects of the S olar system) is the Windows PC application for study and ephemeris support of observations of the Solar system objects. ... It controls the part of common data and transfers the control to one of the programs that solve the restricted set of tasks. ... So with the EPOS software package one can calculate the accurate ephemerides for many objects and get the quick illustration of their motion as well. ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/personal/neo/eng/esupp/main.htm -- 15.5 Кб -- 06.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>132) - www.gao.spb.ru/ )

16. http://hea.iki.rssi.ru/conf/hea2007/tmp/Mail-Bulkmail-3.12/migration.guide.txt
This is to help you migrate from Mail::Bulkmail 2.x to Mail::Bulkmail 3.x change use Mail::Bulkmail 2.05 to use Mail::Bulkmail 3.03 "/path/to/conf/file"; change $bulk->allow_duplicates(1); to $bulk->Trusting('duplicates' => 1) (should be in the conf file as Trusting @= duplicates) change $bulk->safe_banned(1) to $bulk->Trusting('banned' => 0); (should just not be specified, since it defaults to 0. ... Headers from message (HFM) is no longer supported. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/tmp/Mail-Bulkmail-3.12/migration.guide.txt -- 3.1 Кб -- 06.02.2003
Похожие документы

17. Telecom Optics
... GRIN lenses for telecommunication optics applications ? GTC (gradient telecom) lenses. ... GTC lenses are used in different fiber-optic devices: collimators, couplers, isolators and WDM etc . ... 2.Diameter . GTC lenses diameters are 1.0 mm, 1.8 mm, 3.0 mm and 4.0mm. ... 1.0 mm -3.0 mm diam GTC lenses are supplied in 0.22P, 0.23P, 0.25P, 0.27P and 0.29P length. 4.0 mm diam GTC lenses are supplied in 0.11P length. ... GTC . ... 3 scratches with 5mkm max width and 200mkm max length are allowed . ...
[ Сохраненная копия ]  Ссылки http://www.grinext.spb.ru/telecom.htm -- 17.2 Кб -- 04.10.2010
Похожие документы
Еще в разделе: (Показать все результаты (>6) - www.grinext.spb.ru/ )

18. Polar Align Your Telescope, Here's How. - an Astronomy Net Article
Polar Align Your Telescope, Here's How. Articles | AstroGuide | ... How to Polar Align . ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Unless otherwise specified, web site content Copyright 1994-2016 John Huggins All Rights Reserved . dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . are trademarks of John Huggins ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/articles/4/ -- 11.7 Кб -- 09.04.2016
Похожие документы

19. Preflight space training (PFST)
... Space flight . Crew training . ... honing the skills of performing the tasks of operating the orbital (suborbital) spaceship in a normal autonomous flight and in case of occurrence of off-optimum situations; . ... preparing for conducting visual observations, photographing and video filming envisaged by the flight program; . ... preparing the astronaut's body to the effect of space flight factors, honing the skills of operating the spaceborne medical facilities, rendering self and mutual aid; . ...
[ Сохраненная копия ]  Ссылки http://www.atlasaerospace.net/eng/podgotovka-ppkp.htm -- 34.8 Кб -- 09.04.2016
Похожие документы

20. Solar system [Oulu]
... Our Solar System is a stellar-planetary unit consisting of the Sun ; the nine planets and their satellites; the asteroids, comets, and meteoroids; and interplanetary dust and gas. The dimensions of this system are specified in terms of the mean distance from the Earth to the Sun, called the astronomical unit (AU). ... The boundary between the solar system and interstellar space - called the heliopause - is estimated to occur somewhere beyond 120 AU. ... Earth . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/solarsys.html -- 2.9 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>226) - www.iki.rssi.ru/ )

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


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

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

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