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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/code.html.

1. Overview of ROMAFOT
... The current MIDAS implementation of ROMAFOT consists of 17 commands which are listed in Table . ... This can be done using the command SET/CONTEXT ROMAFOT . ... ROMAFOT is as interactive as the user wishes. ... Figure: Romafot procedure to transfer inputs to other program frames . ... Obviously, the use of the MIDAS table file system adds a great deal of flexibility to ROMAFOT, since a large number of MIDAS commands can be used (e.g. for table emanupulation, displaying, selection, etc.) ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node86.html -- 6.4 Кб -- 23.02.1996
Похожие документы

2. Interactive Fitting of EUVE Emission Line Spectra
... An interactive IRAF task for the analysis of Extreme Ultraviolet Explorer ( EUVE ) emission line spectra is presented. The line flux in extracted spectra may be measured by multiple techniques, including fitting individual lines. ... To aid in identifying lines, the positions of known lines may be marked on the spectrum during the fitting process. Also, model EUVE spectra may be constructed and overlaid using plasma emissivities and source emission measures supplied by the user. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/abbottm.html -- 8.6 Кб -- 03.11.2000
Похожие документы

3. Analysis Routines in SAOtng
Each file type known to SAOtng can have user-defined analysis commands associated with it. ... A help line describing the file types . ... For example, the default analysis file currently contains the following: # # Analysis command descriptions: # help # file templates # file types # analysis command line counts -- number of events in region (no background) *.qp *.imh QPOE IMH uiraf '${xraybin}'/x_xspatial.e imcnts source='${filename}' region=$sregion bkgd=0 table=NONE | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/analysis.html -- 4.8 Кб -- 01.10.2012
Похожие документы

4. Python: module CGIHTTPServer
... usr/local/Python-2.5/lib/python2.5/CGIHTTPServer.py . ... requests to cgi-bin scripts. ... Test whether self. path corresponds to a CGI script. ... Test whether argument path is a Python script. run_cgi (self) . ... Return the current date and time formatted for a message header. end_headers (self) . ... every message. log_request (self, code ='-' , size ='-' ) . ... are in self. command , self. path , self. request_version and . ... error is sent back. send_error (self, code, message =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/CGIHTTPServer.html -- 21.8 Кб -- 05.11.2015
Похожие документы

5. 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 . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/ -- 79.0 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1545) - www.astronomy.com/ )

6. String completion
Next: Leading Spaces Up: Interactive environment Previous: Interactive environment . Tab completion is enabled for all function names. If you type the first few letters of a function name, then type <TAB> the function name will be auto completed if it is un-ambiguous, or a list of possibilities will be given. Auto-completion works for the user object names as well as function names. It does not work for filenames, nor for function arguments. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/asap/cookbook/node9.html -- 3.5 Кб -- 05.02.2013
Похожие документы

7. Execute a command without creating a new process
. The exec statement causes the command specified as its argument to be executed in place of the current shell without creating a new process. For example: exec zmail -visual . This runs just the zmail program without a shell. When you quit the application the current shell also exits.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.4.html -- 2.0 Кб -- 17.01.1997
Похожие документы

8. extractStat
... CREATED are counted): we count executed AND created ABs, to include the science associations . ... number and size of raw and product CALIB files (if from executed ABs) . number of ABs (created and executed) . ... Raw files: Number of raw frames are extracted from executed ABs which effectively means that only raw frames are counted which have been processed. ... Every raw SCIENCE frame from RAWFILE section in an executed AB is counted (before 2011-10-01: every associated and packed raw file) . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/extractStat.html -- 21.3 Кб -- 03.09.2014
Похожие документы

9. corstripch
corstripch - interim correlator total power stripchart plotter corstripch {-c -f filename -h -m numpnts -s -v1 min max -v2 min max} . c use calfile as default file (instead of corfile) . ... v2 min max set min ,max plot values for lower display . ... command function . ... v1 min max new min,max for top window (no commas) . v2 min max new min,max for bottom window (no commas) . ... As new . ... To replot in the new window, use the r command of the interactive menu. return to: filter_programs . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/corstripch.html -- 6.7 Кб -- 31.10.2011
Похожие документы

10. fork.c
Next: signal.c Up: Program Listings Previous: fork_eg.c . ... Each command and sorresponding arguments are put in a args array */ /* execvp is called to execute these commands in child process */ /* spawned by fork () */ /* c89 -o fork fork.c */ #include stdio.h main() { char buf [1024]; char * args [64]; for (;;) { /* * Prompt for and read a command . */ printf( Command : ); if (gets( buf ) == NULL) { /* * Strip whitespace. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_22_22.html -- 4.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_22_22.html -- 4.7 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_22_22.html -- 4.7 Кб -- 02.10.2012
Похожие документы

11. http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/D9/DISKD9
CONTENTS: clisp bison flex tools clisp: A Common Lisp interpreter. CLISP version 4-Jul-94) clisp: clisp: Common Lisp is a high-level, all-purpose programming language. ... Common Lisp - The Language.' ... CLISP was implemented by Bruno Haible of Karlsruhe clisp: University and Michael Stoll of Munich University. clisp: clisp: clisp: bison: GNU bison parser generator version 1.22. bison: bison: Bison is a parser generator in the style of yacc(1). ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/D9/DISKD9 -- 2.2 Кб -- 12.07.1995
Похожие документы

12. xntpdc - special NTP query program
xntpdc [ -ilnps ] [ -c command ] [ host ] [ ... ] . ... The program may be run either in interactive mode or controlled using command line arguments. ... If one or more request options is included on the command line when xntpdc is executed, each of the requests will be sent to the NTP servers running on each of the hosts given as command line arguments, or on localhost by default. ... Query commands result in NTP mode 7 packets containing requests for information being sent to the server. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/xntpdc.html -- 20.3 Кб -- 21.12.2007
Похожие документы

13. Shell startup
... When an interactive login shell starts, it automatically executes one or more pre-defined files. ... Most shells first run some global file, for example, the Bourne shell ( /bin/sh љ ) and its derivatives execute /etc/profile љ ; in addition, they execute .profile љ in the user's home directory. /etc/profile љ allows the system administrator to have set up a common user environment, especially by setting the PATH to include local command directories in addition to the normal ones. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node79.html -- 3.3 Кб -- 04.05.1997
Похожие документы

14. Which Programming Language Should I use
... Perl . ... IDL is used for data analysis and graphics. ... Advantages of a language that is popular in the real world are the existence of web resources such as tutorials, a wide range of libraries of existing code you can use and modify, and better job prospects for you if you ever want to venture into the real world. ... Most data reduction systems (eg IRAF, MIDAS, Starlink) do not interface well with any programming language: IRAF has itуs own (very clunky) language in which you can write scripts...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/ObsTech/WhichLanguage.htm -- 24.2 Кб -- 10.04.2007
Похожие документы
Еще в разделе: (Показать все результаты (>237) - www.mso.anu.edu.au/ )

15. Simple logging of scripts and their parameters Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... This page is relevant to a situation where one uses scripts written in Python but run from the ordinary operating system shell to control an experiment (but it could be applied to controlling any system). ... what parameters they were run with . ... usr/bin/python # Bojan Nikolic <b.nikolic@mrao.cam.ac.uk> # """ A fake control script """ import optparse import scriptbase sl = scriptbase . ... Simple logging of scripts and their parameters . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/script-logging.html -- 35.4 Кб -- 04.04.2016
Похожие документы

16. Executer (ImageJ API)
... public class Executer . ... Runs ImageJ menu commands in a separate thread. ... Create an Executer to run the specified menu command in this thread using the active image. ... Adds the specified command listener. static java.lang.String . ... Create an Executer to run the specified menu command in this thread using the active image. public Executer (java.lang.String cmd, ImagePlus ignored) . ... Adds the specified command listener. public static void removeCommandListener ( CommandListener listener)...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Executer.html -- 13.6 Кб -- 02.12.2010
Похожие документы

17. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/lcjsexc.htm
... JSException . ... You specify whether the JSException has a detail message and other information. ... You specify whether the JSException has a detail message and other information. 1. public JSException() 2. public JSException(String s) 3. public JSException(String s, . ... Form 1 of the declaration constructs a JSException without a detail message. ... Form 3 of the declaration constructs a JSException with a detail message and all the other information that usually comes with a JavaScript error. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/lcjsexc.htm -- 6.0 Кб -- 07.10.1999
Похожие документы

18. The Scale of the Universe Interactive
... The Scale of the Universe Interactive . ... 12.03.2012 . ... Credit Copyright: Cary Michael Huang Explanation: What does the universe look like on small scales? ... Humanity is discovering that the universe is a very different place on every proportion that has been explored. ... The above interactive flash animation , a modern version of the classic video Powers of Ten , is a new window to many of the known scales of our universe. ... Publications with keywords: quantum mechanics - cosmology . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2012-03-12 -- 15.2 Кб -- 12.03.2012
Похожие документы

19. The Interactive Full Moon Atlas - Общая Астрономическая Конференция
Общая Астрономическая Конференция > Товары для астрономов > Полезное для астрономии . The Interactive Full Moon Atlas . ... Поиск . ... freddykrug . ... http://virtual-moon-atlas.softonic.com/ . ... virtual moon atlas - программа хорошая, но и альтернативы тоже интересны.. ... Созвездия (поиск и описание) .. Созвездия южного неба (поиск и описание) .. Осенние созвездия (поиск и описание) .. Летние созвездия (поиск и описание) .. Околополюсные созвездия (поиск и описание) .. ...
[ Сохраненная копия ]  Ссылки http://www.starlab.ru/showthread.php?t=15638 -- 72.6 Кб -- 11.04.2016
Похожие документы

20. Interactive map of the Moon
Please update your browser to see JavaScript effects . Simple mode . Наводите мышку на объекты карты и вы сможете узнать названия лунных морей и некоторых кратеров. Study mode . Покажите на карте заданный в строке объект. Щелкните по кнопке еще раз, чтобы изменить задание. Suggestions? Please don't hesitate to contact me. Webmaster: Mikhail Chichkov . chichkov@hea.iki.rssi.ru
[ Сохраненная копия ]  Ссылки http://edu.zelenogorsk.ru/astron/moon/mmap/moonmap.htm -- 24.8 Кб -- 01.10.2012
Похожие документы

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


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

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

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