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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node39.html.

1. Conditional Statements, Branching
Next: Special Functions Up: MIDAS Command Language Previous: Local Keywords . As in FORTRAN 77 any of the following forms of the IF statement may be used: IF log_exp command ! ... If we do WRITE/KEYWORD INPUTC beer . ... N "Enter number: " . ... WRITE/KEYWORD INPUTC NONE ! ... WRITE/KEYWORD INPUTC YES !indicate, that INPUTI holds a valid number . ... Since, in the ELSE branch we know that parameter P6 is given, the default value " + " itself is never tested against the interval [22,1024]. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node43.html -- 9.8 Кб -- 23.02.1996
Похожие документы

2. Host Command-Line Interface
Next: Writing Shell Scripts Up: The User Interface Previous: Indirect Parameter Input . Miriad tasks can always be run by specifying their parameters on the host command line. ... For example, out=gauss sets the parameter out to the `value' gauss . ... Next, we will run a histogram task, histo , with the input image dataset gauss that we just created: % histo in=gauss . ... The command-line interface is quite appropriate for tasks that take relatively few parameters, or in shell scripts. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/userguide/node19.html -- 7.9 Кб -- 10.04.2016
Похожие документы

3. Changing parameters
... The parameter dialog presents you with the parameters that the task will use. ... list parameters . ... In general, the edit field field is preceded by a label , specifying the name of the parameter. ... If that is the case, a pull-down menu is shown next to the edit field of that parameter. Other parameters may have a browse button next to the edit field . Clicking on this button will pop-up a browser , in which you can select the value of this parameter by browsing through your file system. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/sas/node13.html -- 5.2 Кб -- 08.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>16689) - xmm.vilspa.esa.es/ )

4. Fixing and Freeing Region Markers
Region markers can be moved, resized, rotated, zoomed, deleted, and can change geometric type. ... For example, markers placed on astronomical catalog positions should be fixed so that one cannot accidentally move them off the specified position. ... Parameters can be fixed using the fix option of the regions public access point (for fixing classes of markers) or by means of a fix keyword in the definition of an externally loaded marker. ... In the command: echo "regions fix all -position -size" | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/fixregions.html -- 7.3 Кб -- 01.10.2012
Похожие документы

5. Tour of VMS for First-Time Users
... This section is a brief tutorial for first-time VMS users. Commands introduced here will not be described in detail--more involved discussions will be left to later chapters. ... For example, if you type SHOW without an argument, the system will respond with _What: If you forget the form of a command, type HELP command . ... PRINT JUNK.TXT To get rid of a file you don't need, use the DELETE command followed by the complete file name--including file type and version number. ... Commands . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_11.html -- 8.4 Кб -- 01.11.1995
Похожие документы

6. 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
Похожие документы

7. http://www.naic.edu/~emuller/icred
Some Documentation for the IDL ICRED . ... This is the system which recieves all command inputs. it decodes inputs and selects tasks, parses parameter inputs and also runs the 'go', 'list' and 'help' commands. It does no error checking, for example to see if the parameter inputs are sensible (e.g. it does not check if an x-range has been entered as 'chicken', rather than a more understandable range of say 10,20). 2) the task decoders: icred_<taskname>.pro . ... Other tasks or important commands: . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~emuller/icred -- 8.4 Кб -- 21.10.2004
Похожие документы

8. 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
Похожие документы

9. Stellarium: CLIProcessor Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... Static Public Member Functions . CLIProcessor Class Reference . ... argsGetOption (const QStringList &argList, QString shortOpt, QString longOpt) . Check if a QStringList has a CLI-style option in it (before the first ). ... Retrieve the argument to an option from a QStringList. ... Check if a QStringList has a yes/no CLI-style option in it, and find out the argument to that parameter. ... a long-form option string, e.g. "&ndash;help" . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classCLIProcessor.html -- 17.8 Кб -- 28.02.2014
Похожие документы

10. Symbolic circuit processor
... All circuit parameters have been presented in a symbolic form. ... To use the program you will need a CIR file (PSpise, DesignLab file) of your circuit. CIR file examples have been enclosured: bpasside.cir, test1.cir, test2.cir, test3.cir, test4.cir, laksamp.cir, bridge.cir, uA741acf.cir, quartz.cir. ... Ideal operational amplifier (nullor) * Nname n1 n2 n3 n4 * * In the ideal op amp data, (n1,n2) represent output nodes, * (n3,n4) represent input nodes (noninverting, inverting). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/cirsym.html -- 4.4 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>13) - astrometric.sai.msu.ru/ )

11. 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
Похожие документы

12. sfit help file
... SFIT is a general-purpose code designed to optimize theoretical stellar spectra to an observed spectrum. ... While the programme expects input from "stdio", it is more natural to save commands in a file (eg "sfit_input") and run the code simply by . ... If the spectra to be fitted have a filename "star_spectrum", then the best fit spectrum will be written out, together with the renormalized input spectrum, to a file called "star_spectrum.fit". ... sets up model spectrum grid (and for 2nd star) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/sfit2_help.html -- 7.6 Кб -- 18.10.2004
Похожие документы

13. Parameters of binary compact star evolution
... Figure: Massive binary evolutionary track. ... A short glance to this track is sufficient to understand that there are a lot of evolutionary scenario parameters, which affect different stages of the binary evolution. Fortunately, a very limited number of parameters has effect on the compact binary merging rate. ... The most important (and practically unique) parameter changing the galactic binary NS merging rate is the distribution of an additional (kick) velocity imparted to NS at birth. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~lipunov/kionewht/node9.html -- 7.2 Кб -- 16.06.2000
Похожие документы
Еще в разделе: (Показать все результаты (>597) - xray.sai.msu.ru/ )

14. WCS2DR (V1.0) --- Jan00 --- WCS2DR (V1.0)
wcs2dr -- Convert WCS header information into drizzle parameters for image registration wcs2dr image refim . images = "" [file name] . ... The style for the output listing. ... cl wcs2dr @files ref style= para # drizzle .data= test1 drizzle .shft_fr= output drizzle .shft_un= output drizzle .align= center drizzle .xsh= 552.733 drizzle .ysh= 482.749 drizzle .scale= 1.009 drizzle .rot= - 2.871 # drizzle .data= test2 drizzle .shft_fr= output drizzle .shft_un= output ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/driztools/wcs2dr.hlp.html -- 5.1 Кб -- 06.06.2006
Похожие документы

15. Examples of commands
To enter a simple command: ls . This command lists the contents of the current directory. In this example, no options or arguments are used. To enter a command together with one of its options: ls -l . ... To enter a command together with several options and an argument: lpr -Pps5 -#3 -m foo.c . ... To enter a command with several arguments: lp part1 part2 part3 . ... To enter a command using a regular expression as an argument: rm -i [pP]*.ps . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd2.1.html -- 3.1 Кб -- 17.01.1997
Похожие документы

16. I Expected More Sense Than That. - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . ... I Expected More Sense Than That. ... Post Message | ... Posted by Richard D. Stafford, Ph.D. on November 8, 2002 04:14:05 UTC . ... You are missing the point - harvey1 - November 8, 2002 - 13:10 UTC . I hope Stafford doesn't mind my intruding his forum - mrsouza - November 8, 2002 - 14:55 UTC . ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/155.shtml -- 15.4 Кб -- 09.04.2016
Похожие документы

17. Heracles
... Heracles Triplane and Aerospace Systems . The key characteristics of two-stage aerospace systems are determined according to speed and carrying capacity of the aircraft-carrier used . ... So the SPIRAL system hypersonic carrier was expected to launch the second stage by weight 63 tons at a speed corresponding to 6M; whereas launching weight of the MAKS system orbital stage with the use of the An-225 MRIYA heavy subsonic aircraft reaches 275 tons, and the HERACLES aircraft - 450 tons. ...
[ Сохраненная копия ]  Ссылки http://www.buran.ru/htm/heracles.htm -- 10.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>13) - www.buran.ru/ )

18. Bias-Free Parameter Estimation with Few Counts, by Iterative Chi-Squared
... We demonstrate through numerical simulations that model parameters estimated with our technique are essentially bias-free, even when the average number of counts per bin is 1. ... The IW technique avoids such biases by estimating through successive iterations, where for each iteration, j, , and the best-fit parameters are determined by minimization of . ... In our sample, we find that the minimum values and best-fit parameters converge after about 6 iterations. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kearnsk.html -- 12.3 Кб -- 03.11.2000
Похожие документы

19. 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
Похожие документы

20. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 Кб -- 13.04.2008
Похожие документы

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


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

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

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