Найдено документов: 246111 (174 сайтов) ---- Время поиска: 0.44сек. |
Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/5.4.1/doc/sas/node31.html.
http://xmm.vilspa.esa.es/sas/5.4.1/doc/sas/node31.html.
1. List
... Meta Index / Home Page / Specifying parameters / Parameter types . Special types are provided for lists of each of the simple parameter types. List items are separated by spaces. For example: . taskname --name=john --namelist='john bill' . String lists may use double-quotes to allow items which contain spaces or empty strings. For example, the following list contains 3 items ("ab cd", "ef", ""): . taskname --slist='"ab cd" ef "",,,"String list"' . ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/param/node17.html -- 3.5 Кб -- 10.01.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4720) - xmm.vilspa.esa.es/ )
2. Examples of GHRS Phase II Proposals
Your Phase II Proposal and Using RPS2 . ... Exposure_Number: 1 Target_Name: HD12345 Config: HRS Opmode: ACQ Aperture: 2.0 Sp_Element: MIRROR-N1 Wavelength: Optional_Parameters: BRIGHT=RETURN, ! ... Number_of_Iterations: 1 Time_Per_Exposure: 13.5S Special_Requirements: ONBOARD ACQ FOR 2 Comments: STEP-TIME = 1.5 sec Exposure_Number: 2 Target_Name: HD12345 Config: HRS Opmode: ACQ/PEAKUP Aperture: 0.25 Sp_Element: MIRROR-N1 Wavelength: Optional_Parameters: SEARCH-SIZE=5 ! ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/instrument-news/handbooks/ghrs/GHRS_24.html -- 10.9 Кб -- 14.02.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>15959) - www.stsci.edu/ )
3. Dynamic HTML in Communicator
... This example illustrates the use of external files as the source for a layer. This example creates a web page for Nikki's Diner, which is a vegan restaurant that offers tasty daily specials. The web page contains some general information about the diner, and then offers a pop-up menu that lists the days of the week. ... These files contain HTML formatted text that describes the specials for that day. ... LAYER ID="menu" LEFT=50 WIDTH=400 src="specials/sat.htm"> </LAYER> . ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers36.htm -- 11.0 Кб -- 13.08.1997
Похожие документы
Похожие документы
4. Special Functions
... Special functions may be used in the context of COMPUTE/KEYWORD . The existing functions are listed in the following table (on the next page). ... The table on the following page contains all functions available. ... Table: Special Functions available for operations on keywords . As an example we want to check whether a table file name has been input with or without the file extension .tbl ; if not given we append the type inside the procedure: !+ ... WRITE/KEYWORD IN_A P1 .tbl ! ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node44.html -- 4.4 Кб -- 23.02.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2416) - www.sao.ru/ )
5. OptInt PmWiki : Site / Search
... A search for more than one word will find pages that contain all of the words. ... To limit your search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Site/"). ... apple pie . ... apple' in the PmWiki group of pages . ... the phrase 'pmwiki/apple' in all groups of pages . ... For advanced searches , page list parameters (count, name, group, fmt, link, list, order, and trail) can be entered together with the search string. ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/Site/Search?action=print -- 9.3 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1572) - www.mrao.cam.ac.uk/ )
6. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\SADT\JAM-E\JAM-E.A"
An example of visual expert system. The program is written on Actor Prolog. -- -- (c) Alexei A. Morozov, March 19, 1999. ... Actually I wrote this program to train myself -- -- in carrying out SADT interview. ... A logical description of the blocks of the SADT model. ... The main purpose of these classes is keeping lists of cooking -- -- battery corresponding to various blocks of the SADT model. ...
[
Сохраненная копия
]
Ссылки http://www.cplire.ru/Lab144/start/e_jam_a.html -- 33.0 Кб -- 24.09.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>552) - www.cplire.ru/ )
7. PmWiki | Site / Search
Recent Changes - Search : . ... Tempo2 Overview . ... edit SideBar . ... Edit . ... Site / . A search for more than one word will find pages that contain all of the words. Use quotation marks to search for a phrase. ... To limit your search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Main/"). ... apple pie . ... the phrase 'apple pie' . ... apple' in the PmWiki group . ... the phrase 'pmwiki/apple' in all groups . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/research/pulsar/tempo2/index.php?n=Site.Search -- 9.2 Кб -- 29.06.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>22327) - www.atnf.csiro.au/ )
8. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2633) - hea-www.harvard.edu/ )
9. rtftohtml Users Guide - 4 Special Processing
... 4.4 Imbedding HTML in a Document . In the following discussion of SPECIAL processing , I will assume that rtftohtml has not been customized. If it has, the text styles used to create special effects may be different. ... Normally, if your RTF document contained the text "<cite>hello</cite>", the translator would output this as: "<cite>hello</cite>". ... If, however, you want the <cite></cite> to be interpreted as HTML markup, you must format the tags using Hidden and Shadow. ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/docs/rtftohtml/rtftohtml-4.html -- 4.8 Кб -- 23.08.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>605) - comet.sai.msu.ru/ )
10. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/plugin.htm
... JavaScript 1.1 Plugin objects are predefined JavaScript objects that you access through the navigator.plugins array. A Plugin object is a plug-in installed on the client. ... For example, the following code displays the type and description properties of the first Plugin object's first MimeType object. myPlugin=navigator.plugins[0] . ... Description . ... The following code assigns shorthand variables for the predefined LiveAudio properties. var myPluginName = navigator.plugins["LiveAudio"].name . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/plugin.htm -- 15.2 Кб -- 07.10.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8197) - www.arcetri.astro.it/ )
11. GIMP animations: merge-anim examples
The following pages contain some examples of what you can do with my merge-anim script.. I tried to minimize the size of the images on these pages (all animations are smaller than 50 Kb), but you will probably have to be patient anyway. ... Adding a background to an animation . ... It merges a background (or top) layer with all other layers in an animation. ... I will probably add some options for applying a layer mask to an animation or applying an animated mask to a static layer. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/gimp/merge-anim/ -- 3.4 Кб -- 22.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2446) - www.sai.msu.su/ )
12. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2402) - star.arm.ac.uk/ )
13. Examples of data contained in the JPDOC
Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties . ... If necessary, data have been determined for the different crystallographic axes. ... In the following we give some examples of the data and their possible applications. Table: Summary of data measured in the Jena laboratory, which are currently available from the JPDOC. compound . ... amorph. ... Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties root 2003-03-06 ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/DOP/5-OPTC/JPDOC2/node6.html -- 10.1 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>295) - www.astro.spbu.ru/ )
14. http://www.stecf.org/software/IRAFtools/stecf-iraf/impol/demo/AAAREADME
This directory contains material for running demonstrations of the routines in the IRAF.STECF package impol To run these demonstrations IRAF/ STSDAS is mandatory and the impol package must be loaded The directory is composed of the following files : reflneb.fits A 512x512 intensity image of a model reflection nebula demo_foc.cl demo_nicmos.cl IRAF cl scripts for running the demo's for the demo_wfpc2.cl three HST instruments and a SPECIAl (non-HST) demo_special.cl ...
[
Сохраненная копия
]
Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/impol/demo/AAAREADME -- 4.5 Кб -- 06.06.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>269) - www.stecf.org/ )
15. http://www.eso.org/~jwalsh/softpol/demo/AAAREADME
This directory contains material for running demonstrations of the routines in the IRAF.STECF package impol To run these demonstrations IRAF/ STSDAS is mandatory and the impol package must be loaded The directory is composed of the following files : reflneb.fits A 512x512 intensity image of a model reflection nebula demo_foc.cl demo_nicmos.cl IRAF cl scripts for running the demo's for the demo_ wfpc2 .cl four HST instruments (FOC, NICMOS, ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~jwalsh/softpol/demo/AAAREADME -- 5.0 Кб -- 28.11.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>44957) - www.eso.org/ )
16. SAO RAS home page
... Дни открытых дверей к юбилею САО РАН (12-14 апреля 2016 г.) . Международная конференция "Dark Ages and White Nights (Spectroscopy of the CMB)" (20-24 июня 2016 г.) . ... Международная конференция MULTI-SPIN GALAXIES - 2016 (26-30 сентября 2016 г.) . Международная астрономическая конференция "Физика звезд: от коллапса до коллапса" (3-7 октября 2016 г.) Архив . ... Подробнее.. ... 10.02.16 . ... БТА в реальном времени . ... Цейсс-1000 в реальном времени . ... Последнее обновление: 22/03/2016 ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/ -- 11.4 Кб -- 09.04.2016
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/ -- 11.4 Кб -- 09.04.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>210) - mavr.sao.ru/ )
17. CIMA Software Components
CIMA is more than just the observing tool - in fact, the observing tool is just a part of a bigger package called the CIMA software package. ... There is also a another package called the CIMA WAPP software which contains the WAPP software, the special Tcl/Tk interpreter used by CIMA and support libraries. ... All CIMA software components recognize the following general options that are part of the CIMA version selection system: . ... The select_cima script can be used to set up a default version. ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~cima/cima_software.html -- 8.3 Кб -- 01.03.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3941) - www.naic.edu/ )
18. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>253) - lnfm1.sai.msu.ru/ )
19. Deriving Sines and Cosines
... Deriving the sine or cosine of an arbitrary angle takes a bit more math than is covered here. ... Note first of all that a right-angled triangle contains two angles. ... Because the side opposite to A is the one adjacent to (90њ- A), it follows that the sine of one angle is the cosine of the other, and vice versa: . ... Consider the triangle PQR (drawing) with all three angles equal to 60њ. ... If we want the angle A to grow in equal steps of 15 o , we still need the sine and cosine of 15њ and 75њ. ...
[
Сохраненная копия
]
Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Itrig3.htm -- 9.1 Кб -- 03.12.2003
[ Сохраненная копия ] Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Itrig3.htm -- 9.1 Кб -- 22.12.2007
Похожие документы
[ Сохраненная копия ] Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Itrig3.htm -- 9.1 Кб -- 22.12.2007
Похожие документы
Еще в разделе:
(Показать все результаты (>1080) - www.cosmos.ru/ )
20. Deriving Sines and Cosines
Deriving the sine or cosine of an arbitrary angle takes a bit more math than is covered here. ... Note first of all that a right-angled triangle contains two angles. ... Because the side opposite to A is the one adjacent to (90њ- A), it follows that the sine of one angle is the cosine of the other, and vice versa: . ... Consider the triangle PQR (drawing) with all three angles equal to 60њ. ... If we want the angle A to grow in equal steps of 15 o , we still need the sine and cosine of 15њ and 75њ. ...
[
Сохраненная копия
]
Ссылки http://www.iki.rssi.ru/magbase/REFMAN/STARGAZE/Strig3.htm -- 9.1 Кб -- 11.03.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>661) - www.iki.rssi.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда