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

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

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/8.0.0/doc/rgssources/node26.html.

1. Example 6: Setting the BACKSCAL value
. XMM-Newton Science Analysis System . arfgen (arfgen-1.73.3) [???] . Meta Index / Home Page / Usage and Examples . arfgen spectrumset=spectrum.pha setbackscale=yes . This command calculates the area of the source region and writes it into the BACKSCAL keyword in the spectrum header. This may also be achieved by calling the metatask backscale . XMM-Newton SOC/SSC -- 2007-11-15
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/arfgen/node12.html -- 3.5 Кб -- 15.11.2007
Похожие документы
Еще в разделе: (Показать все результаты (>31431) - xmm.vilspa.esa.es/ )

2. Doing lengthy calculations from a GUI
... This is done from within the keyword handler work() which is activated by the keyword WORK= . ... h #include init.h #include finis.h #include userfio.h #include ggi.h /* * Keyword handler for QUIT= */ static void quit(ident id, char * key , int code, void *arg) { bool finished=toflog(FALSE); ( void )userflog( , 1, 2, key , ); if (tobool(finished)) finis_c(); } /* * Keyword handler for both NUMBER = and GETAL= */ static void number (ident id, char * ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example5.html -- 8.4 Кб -- 17.01.2009
Похожие документы

3. Getting Started in Actor Prolog. Analyzing Web Sites.
In this chapter we will consider two very simple but useful Web agents that I have written on Actor Prolog for my own needs. ... Let us start the Web agent. Fig. ... Start of the Web agent. The Context diagram consists of three blocks: "Logic Programming Sites", "Edit", and "Check". ... Some Web sites that are linked with the logic programming and Prolog are listed in the pulldown list (these addresses are transferred to the "Edit" block from the "Logic Programming Sites" block). ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_scan.html -- 13.7 Кб -- 24.09.2007
Похожие документы

4. Example of an OOF analysis for the GBT
... OOF . ALMA . ... OOF Index . Zernike Polys . GBT example . ... Observed data and analysis . The observed beam maps are shown in the first row of the table below. ... We show the best-fitting aperture and the best-fitting beams as the number of Zernike orders used for the fitting is increased. A sample OOF observed data set (top row) and the results of analysis with increasing number of Zernike polynomials used to parameterise the aperture. ... In-focus beam . ... Observed beams . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/mk2/oof/gbtexample.html -- 15.2 Кб -- 25.11.2009
Похожие документы

5. An example of a typical timing analysis
Next: *timsort* Up: Timing Analysis Previous: Summary of tasks in . ... Events will be time ordered in the output file. xt> timsort xdata$snr psr ``c 503 513 24'' none A light curve is then generated and plotted so we can inspect the gross properties of the sample (the sequence of good-data intervals and gaps) and any source variability. xt> ltcurv psr none psr 500 xt> ltcplot psr_ltc Finding this sample satisfactory, we search for periodicity with a fast Fourier transform. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node165.html -- 6.5 Кб -- 01.10.2012
Похожие документы

6. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы

7. Modern CCD Observations of Moving Celestial Objects: Algorithms and Software
... Up: Data Analysis and Processing Techniques . ... Also, a method for quality control of CCD observations is suggested. ... Everyone who observes a celestial object using a CCD detects moving celestial objects as a ``by product''. ... We hope that our investigations may be useful for near-Earth space control and also for searches of the moving celestial objects through analysis of old and new CCD frames obtained at any amateur or professional astronomical observatory. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/bykovo/ -- 12.3 Кб -- 16.07.1999
Похожие документы

8. List of Tables
... Example of an Association Table . ... CCD commands . ... ROMAFOT Command List . ... Commands of the context LONG . ... Command parameters (1) . ... Checklist of necessary table files . ... Observation Summary Table with file classifications appended in column :EXPTYPE and :OPATH as defined and applied in Table . ... Columns for star-catalog table files . ... Passband columns of the instrument table file . ... Detector columns of the instrument table file . ... Columns of the gain-table file . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node3.html -- 10.6 Кб -- 23.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>2856) - www.sao.ru/ )

9. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javpkg.htm
... A JavaScript reference to a Java package. ... JavaPackage where JavaPackage is the name of the object's Java package. If the package is in the java , netscape , or sun packages, the Packages keyword is optional. ... For example, the netscape package contains the package netscape.javascript ; the netscape.javascript package contains the classes JSObject and JSException. ... A JavaClass object is a reference to one of the classes in a package, such as netscape.javascript.JSObject . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javpkg.htm -- 4.8 Кб -- 07.10.1999
Похожие документы

10. http://www.stsci.edu/documents/dhb/web/c18_niccalib.fm6.html
... This section is intended to help you decide whether your data were calibrated with optimal calibration reference files and to help you decide whether you need to recalibrate your data. ... The calibration software is completely data-driven, meaning that the calibration steps to be carried out are determined by the values of the calibration switches and the calibration reference files keywords contained in the primary header of the file to be processed. ... To edit the calibration keyword values: . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/documents/dhb/web/c18_niccalib.fm6.html -- 10.5 Кб -- 17.11.1997
Похожие документы

11. Examples of using the man command
To get an overview of section 1 (one) of the manual: man 1 intro . ... This displays a one line synopsis of each command that has this keyword in its description. To search the online manual for a command with the phrase "copy files": man -k 'copy files' . ... To check what a command does: whatis more more, page (1) - browse or page through a text file . ... To display the manual page for the cp (copy files) command: man cp . ... To print the manual page for the man command: man -t man . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/man.html -- 3.0 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>495) - comet.sai.msu.ru/ )

12. http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz
... GUI­fying and Documenting your Shell Script Peter. ... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... Tcl/Tk: TkRun The GUI that is created will provide a simple interface to a program that is spawned by the GUI. ... Sample Script: testscript Here is an example header from a C­shell script with which Figure 1 was made. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz -- 105.9 Кб -- 12.06.2006
Похожие документы

13. Spectrum v1 - Examples
In order to calculate the line profile of a given absorption line for atomic species Z with a wavelength LAMBDA (in Angstroms) and a microturbulent velocity VT (in km/s). ... mode . ... 1) The input model may contain more than one model (i.e. it may be an entire grid of models). Spectrum will cycle through this grid NMOD times, omitting NSKIP-1 models from the . ... However, the input data following MODE must be repeated NMOD times in order to obtain equivalent results for each model in the grid. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_v1_examples.html -- 7.6 Кб -- 02.06.2003
Похожие документы

14. TUI:Scripts:Scripting Tutorial:Get Info
It is easy to incorporate information from an instrument or the telescope into your scripts. ... mess with the getKeyVar statements because getKeyVar returns None in debug mode, making the commands run, which is perfect. import TUI .TCC.TCCModel import TUI .Inst. DIS .DISModel from TUI .Inst. DIS .StatusConfigInputWdg import StatusConfigInputWdg InstName = DIS class ScriptClass(object): Simple script to configure DIS . def __init__(self, sr): Display ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/GetInfo.html -- 6.4 Кб -- 05.09.2014
Похожие документы

15. Semiclassical Microlocal Analysis (Fall 2003)
... Microlocal Analysis is a theory of Pseudo-Differential Operators and Fourier Integral Operators (PDOs and FIOs). ... Microlocal analysis comes in few flavors. ... We will consider semi-classical PDOs and FIOs: one can always get from there to standard PDOs and FIOs but semi-classical theory has more applications. Less formal description of (semi-classical) microlocal analysis is ``a semi-classical limit of quantum mechanics'' or ``high-frequency limit of electrodynamics'' (etc). ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/f03/microlocal.html -- 5.0 Кб -- 09.12.2005
Похожие документы

16. http://www.naic.edu/~phil/usrproj/a1659/aug03.html
... The data was taken over many days with the same source in more than one file. ... You want to convert the data to kelvins (this is galactic work) and then average all the scans for each source. ... input each onscan, average, and then scale to kelvins . place all of the averaged scans in an array, when done with the file, store this array in an idl save file for this day. ... Average together scans of the same source and then baseline them. input all of the daily save files into a single array . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/usrproj/a1659/aug03.html -- 6.7 Кб -- 23.08.2003
Похожие документы

17. Zen: tp search en
... country name . ... Query " Moscow's celebrations hotel Moscow, Russia" would failed if search attributes separately, but could be succeeded if search their concatenation. ... hotel". ... Simple search for "Moscow": # select name, country, place, rank( idx, ftsquery ) as r from hotels, to_tsquery('Moscow') as ftsquery where idx @@ ftsquery order by r desc; name | ... Query "Moscow hotel" (rewritten by hand): # select name, country, place, rank( idx, ftsquery ) as r from hotels, to_tsquery('Moscow | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/tp_search_en -- 12.6 Кб -- 10.04.2016
Похожие документы

18. Pulkovo NEO Page: Estimation of Observational Accuracy
Pulkovo NEO Page . Central Astronomical Observatory at Pulkovo . ... NEA Accuracy Estimation . Positions of the asteroids that have been sent by observers to the Minor Planet Center are automatically processed by means of calculation of (O-C) values with the help of the EPOS software package created at Pulkovo Observatory. ... Here attention is paid to observations of the near-Earth asteroids. This work was initiated by Dr. O.Bykov at Pulkovo Astronomical Observatory. ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/personal/neo/eng/accuracy/main.htm -- 9.2 Кб -- 25.11.2013
Похожие документы

19. http://scan.sai.msu.ru/lk/
Please enter the lightcurve file name and period search parameters: . Lightcurve file: . ... Apply the Heliocentric correction and convert all dates to Terrestrial Time (TT)? ... Also, the Heliocentric correction cannot be applied to such lightcurves. ... This period search service is also available at the mirror sites: Mirror 1 , Mirror 2 , Mirror 3 , Mirror 4 . You may download the latest source code distribution and install the period search service at your own web server. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/ -- 6.6 Кб -- 24.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>2) - scan.sai.msu.ru/ )

20. http://xray.sai.msu.ru/~ivan/gmt/man/grdfilter.html
grdfilter - Filter a . grd file in the Time domain grdfilter input _ file . grd -D flag -F < type >< width > -G output _ file . ... The output . ... grd The file of points to be filtered. D Distance flag tells how grid (x,y) relates to filter width as follows: flag = 0: grid (x,y) same units as width , Cartesian distances. flag = 1: grid (x,y) in degrees, width in kilometers, Cartesian distances. flag = 2: grid (x,y) in degrees, width in km, dx scaled by cos(middle y), Cartesian distances. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/grdfilter.html -- 5.2 Кб -- 19.03.1999
Похожие документы

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


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

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

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