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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/hst/training/events/IDLTopics/SSD98IDL/IDL_plotting1.html.

1. Symbol Substitution in Command Procedures
Next: DO Loops Up: MIDAS Command Language Previous: Passing Parameters in . As mentioned before, the Monitor performs symbol substitutions on MIDAS command lines in the first pass by replacing symbol names in the command line with their current value. For character symbols just the string is put in; for symbols of other types the binary data are converted to ASCII using the formats specified in the SET/FORMAT command. ... Example 6, MIDAS procedure exa6.prg . ... WRITE/KEYWORD VAR/R/1/1 0. ! ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node40.html -- 12.2 Кб -- 23.02.1996
Похожие документы

2. SM - Overloading Keywords
... It is possible to change the meaning of keywords (to `overload' them), but it can be confusing, primarily because your new commands may not behave the same way that this manual claims. ... If you said box in your macro, then overloaded the keyword, you'd have a macro that called itself. ... Another example is that (when overloaded) lines saves the line numbers used, so that you can write a macro to print the top 10 lines of a file (it's called head ). ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/sm_16.html -- 5.7 Кб -- 02.10.2012
Похожие документы

3. Command options
. Options modify the way that a command works. They usually consist of a hyphen followed by a single letter. For example the wc command counts the number of words, characters and lines in a file. By using a different option you can choose what is counted. wc -w file1 counts the words wc -c file1 counts the characters wc -l file1 counts the lines . Using multiple options .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd1.2.html -- 2.1 Кб -- 17.01.1997
Похожие документы

4. Beginner's IDL - Line Plots
... Here we will continue to look at line plots. We will go through steps, such as changing line colors and plot ranges, you can use to modify your line plots. Note: Beginner's IDL - Line Plots III will be posted after the Thanksgiving holidays. ... Below is an example on how you can change the color of your plot as well as the background. ... IDL> plot, num, line, color = 45, background = 200 . ... IDL> plot, num, line, color=45, background = 200, /nodata . ... IDL> plot, num, line, xstyle=4 . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/IDLTopics/SSD98IDL/IDL_plotting2.html -- 15.4 Кб -- 23.12.2007
Похожие документы

5. GUI-fying and Documenting your Shell Script
... 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. ... When individual applications are (tightly) integrated into the scripting language, this offers very powerful scripts, fully graphical user interfaces and a result sometimes indistinguishable from applications. ... Here is an example header from a C-shell script with which Figure 1 was made. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/teubenp.html -- 10.5 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/teubenp.html -- 10.5 Кб -- 15.05.1998
Похожие документы

6. ASP: The Story of Astronomy
Learning Astronomy Through Storytelling . That children at different stages of development will derive different meanings from the same story is obvious but worth mentioning. ... If you teach K-2, the central message of the story that you want students to understand is simply that the Moon's shape, as they see it in the sky, varies. ... Children learn that a story has a plot, a setting, characters, a main problem, a crisis point, and a solution. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/42/story3.html -- 11.8 Кб -- 02.10.2012
Похожие документы

7. http://www.naic.edu/~phil/hardware/puppi/if_amp_ctrl_man.pdf
... Controller Commands Document No. ... ATNB31 << atnok 2 Commands >> ATN? << atnm0131 The status request ? ... PUPPI001, Rev. 001 >> << >> << >> << 3 ATNR atnr3210 ATND atnok ATN? atnm3210 4 Examples · Maximum attenuation (15.5dB ) for tors: ATNM3131 · Minimum attenuation (0dB ) for all ATNM0000 · 12.5dB (25 = 12.5 в 2) attenuation · 4.5dB (9 = 4.5 в 2) attenuation for all the attenuathe attenuators: for A: ATNA25 B: ATNA09 Error co des The controller is expecting digits after the command character. ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/hardware/puppi/if_amp_ctrl_man.pdf -- 111.2 Кб -- 06.03.2012
Похожие документы

8. TUI:Telescope:User Catalogs
User catalogs allow you enter positions for your objects into a file, to save time during an observing run. ... Before diving into the details, here is an example: # default coordinate system and object # (these are the standard defaults, so if you like them you can omit this line) CSys=FK5; Date =2000; RotType= Object ; RotAng=0 # some random objects # Name Pos1 (e.g. RA) Pos2 (e.g. Dec) Options in keyword-value format NGC6543 rot 90 ... Object Data . Defaults . Catalog Options . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/UserCatalogs.html -- 10.3 Кб -- 05.09.2014
Похожие документы

9. http://hea-www.harvard.edu/~fine/CFA/raw/CGI-security-guidelines
... The best way to illustrate the problem is with a few different examples. C example --------- The most well-known example exploits a common implementation of the UNIX popen() call, and affects primarily C programs. popen() allows the programmer to start up a command, and read from or write to it as if it were a file. ... Now imagine a CGI that uses popen to process user input. ... Perl Script example ------------------- Perl has the same problem with it's open command the C has with popen. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/CFA/raw/CGI-security-guidelines -- 4.2 Кб -- 01.12.1998
Похожие документы

10. Example 5: Using an RMF dataset to specify the energy grid
. XMM-Newton Science Analysis System . arfgen (arfgen-1.75.6) [???] . Meta Index / Home Page / Usage and Examples . By default an ARF is generated at a set of energies specified within the CCF and is compatible with the default energies produced by rmfgen. To use different energies, contained within an rmf file, m1_r5_all_15.rmf, use the command: . arfgen spectrumset=spectrum.pha detmaptype=dataset detmaparray='detmap.ds' . withrmfset=true rmfset=m1_r5_all_15.rmf . XMM-Newton SOC/SSC -- 2008-10-22
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/arfgen/node11.html -- 3.6 Кб -- 22.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>10465) - xmm.vilspa.esa.es/ )

11. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Specify character set translation or recoding . ... charset_lite_module . ... mod_charset_lite allows the server to change the character set of responses before sending them to the client. ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_charset_lite.html -- 15.4 Кб -- 21.01.2013
Похожие документы </