Найдено документов: 269402 (178 сайтов) ---- Время поиска: 0.90сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.eso.org/~chummel/oyster/lab/amplitudes.m2.6.html.
http://www.eso.org/~chummel/oyster/lab/amplitudes.m2.6.html.
1. OYSTER Lab
This is the point or scan selection. Note that this selection is performed first, before any star selection is performed by the plot selection widget. The Point selection is only used if the directive is set to "Selected". Important: after entering a selection, do not forget to hit <return>! . There is a simple parser reading the input selection. The following examples should explain how it works. 1-20: parsed into 1,2,3,4,5,6,7,8,9,...,20 . 1-10,12,15-20: parsed into 1,2,3,4,5,6,7,8,9,10,12,15,16,...,20
[
Сохраненная копия
]
Ссылки http://www.eso.org/~chummel/oyster/lab/amplitudes.m2.7.html -- 1.6 Кб -- 26.11.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>66450) - www.eso.org/ )
2. Astronomy Magazine - Interactive Star Charts, Planets, Meteors, Comets,
... Tonight's Sky . ... The Magazine . ... Star Atlas . ... An artificial comet holds secrets to Earths life . ... Astronomy for Kids . ... Observing springtime deep-sky objects with a large telescope . ... The planet has extreme temperature swings and perhaps active lava flows. ... A digital supplement to Astronomy magazine. ... Join TravelQuest International with Astronomy and Discover magazines on one of three great tour options surrounding this celestial spectacle . ... Astronomy Magazine . ...
Еще в разделе:
(Показать все результаты (>5882) - www.astronomy.com/ )
3. Reading user input
To read standard input into a shell script use the read command. For example: echo "Please enter your name:" read name echo "Welcome to Edinburgh $name" . This prompts the user for input, assigns this to the variable name and then displays the value of this variable to standard output . ... For example: echo "Please enter your surname\n" echo "followed by your first name: \c" read name1 name2 echo "Welcome to Glasgow $name2 $name1" . ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.3.html -- 2.3 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>713) - comet.sai.msu.ru/ )
4. Kermit Operations
Kermit output files are named ker number_object_filter_time .fits. number is a four-digit integer that increments for each subsequent exposure. object is the object name (with spaced removed) as entered by the observer. filter is the name of the currently selected filter wheel position. time is the current UTC time as a six-digit integer, HHMMSS. ... Kermit has three selectable pixel timing modes: fast readout, slow readout, and slow readout with reset. ... Kermit has three readout modes: . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/~mperrin/kermit/operations.html -- 11.1 Кб -- 17.09.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>18187) - www.stsci.edu/ )
5. GPLOT recipes
GPLOT is written for those who want a lot of flexibility in creating plots and are not satisfied with standard plotting facilities in other GIPSY applications. ... GPLOT is command driven and therefore cannot be compared with a program like CPLOT which is controlled by keywords. ... It processes plot commands like frame , move , draw , quit etc. with or without parameters. ... A destination is set with command device . ... In this document such command files are used as recipes for example plots. ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/gipsy/gplot/firsttime.html -- 7.8 Кб -- 16.01.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>31697) - www.atnf.csiro.au/ )
6. Printing an Image
To Print the Image in the Image Display Buffer (Frame): . ... Type a print directive in the SAOtngDialog window (default is lpr ). ... A Postscript representation of the currently displayed image can be generated using the Print Image option of the Images menu. ... The print directive allows the PostScript representation of an image to be sent to a variety of places, including printers, disk files, and programs such as ghostview . ... Unix command] or [Unix file] can be used as a print directive. ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/RD/saotng/printing.html -- 6.0 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3369) - hea-www.harvard.edu/ )
7. SciSim MOS simulation and analyse
SciSim home . ... This thread contains a step-by-step recipe to simulate MOS SciSim data and how to procede to analyze this data using SAS. ... For tcsh shell execute: source $SCISIM_DIR/setup . ... In this example, we are explaining how to proceed in order to run a MOS simulation, so we have to load the Telescope-1 default configuration, if we want to simulate MOS1 and RGS1. ... Select the Source menu and the Edit... option. ... To create a source, hit the New button at the bottom dialogue. ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/scisim/scisim_threads/mos/SciSimMOSThread.html -- 11.6 Кб -- 01.03.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>10643) - xmm.vilspa.esa.es/ )
8. mod_info - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... Location /server-info> SetHandler server-info </Location> . You may wish to use mod_authz_host inside the <Location> directive to limit access to your server configuration information: <Location /server-info> SetHandler server-info Require host example.com </Location> . ... For example, http://your.host.example.com/server-info?config will show all configuration directives. ?<module-name> . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_info.html -- 14.7 Кб -- 19.11.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7965) - www.arcetri.astro.it/ )
9. mod_info - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Location /server-info> . ... You may wish to use mod_access inside the <Location> directive to limite access to your server configuration information: . ... In particular, this module can leak sensitive information from the configuration directives of other Apache modules such as system paths, usernames/passwords, database names, etc. ... For example, http://your.host.example.com/server-info?config will show all configuration directives. ?<module-name> . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/ztcs/manual/de/mod/mod_info.html -- 12.1 Кб -- 25.02.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2629) - www.sao.ru/ )
10. The course and unit level
Next: The exercise level Up: Using Ceilidh as a Student Previous: Using Ceilidh as a Student . ... This menu is identical whether it is obtained from the system level of Ceilidh using the sc command, or by entering Ceilidh with a -c argument. ... Course Summary button) If the teacher remembers to keep the information up-to-date, this command gives you a summary of the timetable for your course, with . ... ceilidh -c pr1 . ... If you entered the course level from the system level using first ceilidh . ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_19_3_1.html -- 7.6 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_19_3_1.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_19_3_1.html -- 7.6 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_19_3_1.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_19_3_1.html -- 7.6 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1067) - jet.sao.ru/ )
11. TUI:Introduction
... It runs on unix, MacOS and possibly on Windows. ... On MacOS or Windows, double-click TUI. If MacOS complains that the application is unsigned then right-click TUI and select Open. ... If you have never run TUI before, set up your preferences before proceeding (for help on any item, right-click on the control and select Help from the menu that appears): . ... To save your window positions and remember which windows to open at startup, select Save Window Positions from the TUI menu. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Introduction.html -- 8.8 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>708) - www.apo.nmsu.edu/ )
12. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>5373) - www.sai.msu.su/ )
13. OptInt PmWiki : PmWiki / Forms
OptInt PmWiki : Pm Wiki / Forms . ... Forms processing can be found in the Cookbook (see below). ... input text name value size= n :) (:input hidden name value :) (:input password name value :) (:input radio name value :) (:input checkbox name value :) (:input select name value label :) (:input default default-name default-value :) (:input submit name value :) (:input textarea name [=value=] rows= n cols= n :) (:input reset name label :) (:input file name label :) (:input image name "src" alt :) . ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Forms?action=print -- 16.6 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1583) - www.mrao.cam.ac.uk/ )
14. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>246) - www.astro.spbu.ru/ )
15. http://star.arm.ac.uk/~csj/idl/IDL_procedures.html
A typical sequence for reading and setting up data, setting up a template, cross-correlating and analysing the resultant velocity shifts, total absorption light curve and might look as follows. ; read in and prepare the 2d spectra for analysis . ... compute cross-correlations, clean velocity curve and analyse . ... dft_periods . find_peaks . analyse equivalent width variations . ... analyse light curve . ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~csj/idl/IDL_procedures.html -- 2.9 Кб -- 22.08.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2617) - star.arm.ac.uk/ )
16. http://xray.sai.msu.ru/~ivan/gmt/man/grdlandmask.html
grdlandmask - Create "wet-dry" mask grdfile from shoreline data base. grdlandmask -G mask _ grd _ file ] -I xinc [ m|c ][/ yinc [ m|c ]] -R west / east / south / north [ r ] [ -A min _ area [/ min _ level / max _ level ] ] [ -D resolution ] [ -F ] [ -N maskvalues [ o ] ] [ -V ] grdlandmask reads the selected shoreline database and uses that information to decide which nodes in the specified grid are over land or over water. ... The resolution drops off by ~80% between data sets. Default is l ]. ...
[
Сохраненная копия
]
Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/grdlandmask.html -- 5.2 Кб -- 19.03.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>522) - xray.sai.msu.ru/ )
17. http://crydee.sai.msu.ru/ftproot/pub/comp/hardware/NCR/samp_code/ISA/sig710.txt
Subject: Use of sig_p bit. ... MOVE SCRATCH1 and 0x08 to SFBR ; test the connected bit JUMP alt_sig_p2, if 0x08 ; either the chip got selected, reselected, and the sig_p bit may or may not have been set MOVE ISTAT and 0x20 to SFBR ; test the sig_p bit , if here safe to assume sig_p was set and not connected JUMP sig_p_ set , if 0x20 ; big error if here -- not connected and sig_p was not In any event reset the sig_p bit to be safe and process the ; selection or reselection. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/hardware/NCR/samp_code/ISA/sig710.txt -- 3.5 Кб -- 11.03.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3485) - crydee.sai.msu.ru/ )
18. Apache module mod_vhost_alias
This module provides support for dynamically configured mass virtual hosting . ... Source File: mod_vhost_alias.c . ... For simple name-based virtual hosts you might use the following directives in your server configuration file: UseCanonicalName Off VirtualDocumentRoot /usr/local/apache/vhosts/%0 . A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... Module: mod_vhost_alias . ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/mod/mod_vhost_alias.html -- 13.1 Кб -- 15.10.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>125) - neptun.sai.msu.ru/ )
19. Observational Techniques: Assignment 1
The aim of this assignment is to teach you how to carry out a very common programming task: reading in a bunch of data from a text file, doing something with it then writing the results out again. ... The goal of the assignment is to write a computer program which will select this sample for you. You will pick the micro-quasars to observe from a rather large catalogue, which can be found here: The catalogue is an ASCII (text) file - you can inspect it with a normal text editor. ...
[
Сохраненная копия
]
Ссылки http://www.mso.anu.edu.au/pfrancis/ObsTech/Ass1.html -- 4.6 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>632) - www.mso.anu.edu.au/ )
20. ASP: Black Holes: An Introductory Resource List
home education > resources . ... Resources . ... Astronomy Education Bibliography . ... Black Holes: An Introductory Resource List . ... Castelvecchi, D. "A New Breed of Black Hole" in Sky Telescope , Apr. 2006, p. 36. ... Charles, P. Wagner, R. "Black Holes in Binary Stars: Weighing the Evidence" in Sky Telescope , May 1996, p. 38. ... Nadis, S. "The Secret Lives of Black Holes" in Astronomy , Nov. 2007, p. 28. ... Nadis, S. "Black Holes: Seeing the Unseeable" in Astronomy , Apr. 2007, p. 26. ...
[
Сохраненная копия
]
Ссылки http://www.astrosociety.org/edu/resources/blackholes2.html -- 19.0 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1263) - www.astrosociety.org/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда