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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/tasks/ftp3.2.4.1.html.

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

2. The Markers Menu
The left mouse button controls the creation and manipulation of region markers or cursors. ... Text When a marker type of selected, new markers of that type can be created using the left mouse button. The current default marker type is displayed below the menu. ... Set Default Marker Name (and Color) . ... Reset the fix parameter state of currently existing markers to match the global state set by the -fix command switch or by the Edit Global Fix Params For New Markers option in the Markers menu. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/regions_menu.html -- 6.2 Кб -- 01.10.2012
Похожие документы

3. Обзоры препринтов astro-ph
Подписка на рассылку обзоров astro-ph на Subscribe.Ru . ... Предыдущий выпуск (N335) . ... Обсудить на форуме Scientific.RU . ... Подписка на рассылку обзоров на Subscribe.Ru . Обзоры препринтов astro-ph . ... Собственно обзоры препринтов. ... Ранее обзоры также были на Астронете и на Scientific.Ru . ... АНКи доступны на Астронете , а с 2006 по 2008 г. также на сайте Элементы.Ру . ... Ранее они также размещались на сайте Астронет и в архиве моих обозрений (кодировка KOI8) на сайте Scientific.Ru . ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/sci_rev/current.html -- 14.8 Кб -- 02.04.2016
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/astro-ph/ -- 13.0 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>805) - astro.uni-altai.ru/ )

4. TUI:Instruments:DIS:DIS window
Displays the current status of the Dual Imaging Spectrograph (DIS) and allows you to change the configuration. Normally only the most common status is displayed and the configuration controls are hidden. ... Pushing the "Config" button displays configuration controls (each to the right of its corresponding item of status). Select TUI:Save Window Positions to remember the state of this checkbutton. ... Turret : current position of the grating turret. ... Grating : name of the current grating. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Instruments/DIS/DISWin.html -- 6.4 Кб -- 05.09.2014
Похожие документы

5. Displaying value of current aliases
. To display the value of each alias known to the shell enter the command: alias . To display the current value for a particular alias use the command: alias name_of_alias . For example to display the current value of the alias named print : alias print lpr \1* -Pps5 . This informs you that print is an alias for the command lpr \1* -Pps5 .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias_bash4.html -- 2.1 Кб -- 17.01.1997
Похожие документы

6. Text Entries
... The Entry widget allows text to be typed and displayed in a single line text box. ... GtkWidget *gtk_entry_new( void ); . ... The following code is an example of using an Entry widget . #include stdio.h #include stdlib.h #include gtk/gtk.h void enter_callback( GtkWidget * widget , GtkWidget * entry ) { const gchar * entry _ text ; entry _ text = gtk_ entry _get_ text (GTK_ ENTRY ( entry )); printf( Entry contents: %s\n , entry _ text ); } void entry _toggle_editable( ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-textentries.html -- 9.1 Кб -- 19.07.2002
Похожие документы

7. Current Solar Wind Conditions
For solar wind dials without any explanatory text, see this page . ... There are three logs, one for each condition index ( K P , Solar Wind ,and NOAA/SEC .) ... More about the solar wind's recent behavior can be found on my Current Solar Wind Conditions page. ... Other items of interest include NOAA/SEC Current Conditions , my composite current Auroral Images page, Windows on the Universe: Space Weather , and Public Outreach Index, Department of Space Physics and Astronomy, Rice University . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/ISTP/dials.html -- 7.6 Кб -- 14.05.2001
Похожие документы

8. http://www.stsci.edu/spst/lrpg/documentation/procedures/lrpg_batch_lrp_overview.html
Create the input proposal list for the batch_lrp process: 06 20 * * 0-6 / home / lrp / batch /find_ lrp .cron ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- cd / home / lrp / sqr / sqr / home / lrp / sqr /find- lrp . sqr -XP -F/ cerb /data1/operational/ lrp /find- ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/lrpg/documentation/procedures/lrpg_batch_lrp_overview.html -- 3.4 Кб -- 02.04.2004
Похожие документы

9. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/history.htm
... JavaScript 1.1: added current, next, and previous properties. ... To change a window's current URL without generating a history entry, you can use the Location.replace method. ... For example, if the history list contains three named entries, these entries are reflected as history[0] , history[1] , and history[2] . ... back . ... onClick="history.go('home.netscape.com')"> The following button navigates to the URL that is three entries backward in the history list: <P><INPUT TYPE="button" VALUE="Go" ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/history.htm -- 22.9 Кб -- 07.10.1999
Похожие документы

10. The ESO VLT CCD Detectors Software
... Charge Coupled Devices (CCD) are currently by far the most widely used type of detector in astronomy. ... After a brief introduction to the VLT Control System, the VLT CCD Detectors Control Software is presented. The VLT Control System is a distributed system consisting of a set of UNIX Workstations, dedicated to high level operations, such as coordination of sub-system activities and interface to the users, and VME-based Local Control Units (LCU), dedicated to the control of sub-systems hardware. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/longinottia.html -- 10.1 Кб -- 23.06.1998
Похожие документы

11. http://zebu.uoregon.edu/1998/ph162/hw2.html
If you want to prepare a web page in response to this assignment that would be great. ... Using the resources listed on the main course page, prepare a summary evaluation of the current status of Electric Vehicles and include some information on some specific models that are in the works. ... The release of greenhouse gases in the US is approximately how many times higher than the greenhouse gases released by the country of India. ... Does the US have the right to tell India how to manage its energy? ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/ph162/hw2.html -- 3.4 Кб -- 03.05.1998
Похожие документы

12. http://www.atnf.csiro.au/computing/software/gipsy/tsk/delete.dc1
Program: DELETE Purpose: Delete sets Category: UTILITY File: delete.c Author: M. Vogelaar Keywords: ** LIST= List with GIPSY set names? ... The default is LIST=N INSET= Give name of set to delete: [stop] Enter: 1) One set name, e.g.: INSET=AURORA 2) Set names separated by a semicolon (;) e.g.: INSET=AURORA;ngc3079a;ngc3079b 3) A path followed by a set name (no wildcard expansion): INSET=./ ... INSET=ngc* (Delete all GIPSY sets that start with 'ngc') INSET=* (Delete all GIPSY sets in current dir.) ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/delete.dc1 -- 4.4 Кб -- 15.06.1995
Похожие документы

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

14. CURRENT ASPECTS OF REMOTE SENSING OF EARTH FROM SPACE
... CURRENT ASPECTS OF REMOTE SENSING OF EARTH FROM SPACE . ... For developing of the scientific concept and the programs of global monitoring of the Earth from space and pursuant to the disposal of Presidium of Russian Academy of Sciences # 10310-717 (August 11, 2004 ) Space Research Institute RAS and Center of Space Observations of the Russian Space Agency during November 16-18, 2004 conduct the Second Opened All-Russia conference ' Current Aspects of Remote ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/d33_2004e.htm -- 8.6 Кб -- 11.11.2004
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/d33_2004e.htm -- 8.6 Кб -- 11.11.2004
Похожие документы

15. Description
... This package contains a suite of tasks to aid in the development of the tasks rmfgen and arfgen . ... readrmf , to view one or more rows of an RMF dataset . ... readimage, which converts one of more rows of an image into columns in a new table (for use with the FTOOL dmprmf). comparermf, which compares the RMF generated by rmfgen with that stored in the CAL. ... Of these, the task readrmf is considered useful to other developers and users, and a separate task description is written for this. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/rmftools/node2.html -- 4.3 Кб -- 16.08.2005
Похожие документы
Еще в разделе: (Показать все результаты (>10475) - xmm.vilspa.esa.es/ )

16. http://xray.sai.msu.ru/~polar/xmgr/main.html
There are 5 main areas in the display, the menu bar at the top, the locator bar just below, the toolbar along the lefthand side of the display, the status bar at the bottom, and the drawing area where graphics are drawn. ... The toolbar runs along the lefthand side of the display, and provides functions to manipulate the axes scaling of active graphs, by scrolling and mouse powered zooms. ... Click on Draw to freshenup the drawing area with the current set of graphs, parameters and active sets. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/xmgr/main.html -- 5.4 Кб -- 25.08.1997
Похожие документы

17. Plug-and-Play-HOWTO : What Is My Current Configuration?
... What is the configuration of the device driver software? ... If the software you use doesn't adequately tell you what's wrong (or automatically configure it correctly) then you need to investigate how your hardware devices and their drivers are configured. ... Another problem is that when you view configuration messages on the screen, it's sometimes not clear whether the reported configuration is that of the device driver, the device hardware, or both. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-7.html -- 8.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-7.html -- 8.7 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-7.html -- 8.7 Кб -- 02.10.2012
Похожие документы

18. Monitoring Options
... Statistic files are managed using file generation sets and scripts in the ./scripts directory of this distribution. ... Each valid update appends a line of the following form to the current element of a file generation set named peerstats : . ... This keyword allows the (otherwise constant) filegen filename prefix to be modified for file generation sets, which is useful for handling statistics logs. filegen name [ file filename ] [ type typename ] [ flag flagval ] [ link | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/monopt.html -- 9.3 Кб -- 21.12.2007
Похожие документы

19. I Hate Most Of Current Psychology As Now Practiced - an Astronomy Net
Astronomy Discussion Forums . Forums: . ... Discussion Forums . ... I Hate Most Of Current Psychology As Now Practiced . Forum List | ... Post Message | ... In my experience, current psychology is all . ... www.astronomy.net . About Astronomy Net | Advertise on 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/180.shtml -- 13.3 Кб -- 09.04.2016
Похожие документы

20. OptInt PmWiki : PmWiki / Fmt Page Name
OptInt PmWiki : Pm Wiki / Fmt Page Name . ... This page describes an internal function in PmWiki's engine called FmtPageName(). ... Returns $fmt , with $variable and internationalisation substitutions performed, under the assumption that the current page is pagename . ... Replace any sequences of the form $XyzFmt with value of any corresponding global variable. ... Typically this is used to handle things like $Name and $Group etc that are specific to the name of the current page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/FmtPageName?action=print -- 16.9 Кб -- 01.03.2014
Похожие документы

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


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

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

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