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

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

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

1. Setting, Storing, and Retrieving the CCD Keywords
Next: Calibration Frames and Up: CCD Reductions Previous: General Overview of . ... However, apart from a few cases the keyword setting itself is not modified: principally, keywords can only be changed by the SET/CCD command. ... After (partially) having finished a CCD reduction the user may want to store the current keyword setting. ... The keyword setting can be restored by the command INIT/CCD red_table , where red_table is the reduction table containing the CCD keyword setting, previously saved. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node35.html -- 6.9 Кб -- 23.02.1996
Похожие документы

2. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm
... A file upload element on an HTML form. ... JavaScript 1.1: added type property . ... The HTML INPUT tag, with "file" as the value of the TYPE attribute. For a given form, the JavaScript runtime engine creates appropriate FileUpload objects and puts these objects in the elements array of the corresponding Form object. ... form . ... For all FileUpload objects, the value of the type property is "file" . ... Use the value property to obtain the file name that the user typed into a FileUpload object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm -- 19.0 Кб -- 07.10.1999
Похожие документы

3. CREATE FULLTEXT CONFIGURATION
... CREATE FULLTEXT CONFIGURATION -- create full-text configuration . CREATE FULLTEXT CONFIGURATION cfgname PARSER prsname [ LOCALE localename ] [ AS DEFAULT ]; CREATE FULLTEXT CONFIGURATION cfgname [ { PARSER prsname | ... PARSER . ... LOCALE . ... Create new configuration test with default parser and ru_RU.UTF-8 locale. CREATE FULLTEXT CONFIGURATION test PARSER default LOCALE 'ru_RU.UTF-8'; =# \dF+ test Configuration "public.test" Parser name: "pg_catalog.default" Locale: 'ru_RU.UTF-8' Token | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createcfg.html -- 10.1 Кб -- 13.04.2008
Похожие документы

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

5. Create an XSPEC compatible PHA FITS file
Next: Rebin the XSPEC PHA Up: PHA Distributions Previous: Produce a spectral data . Write the contents of "*_obs.tab" to an ascii file using these parameter settings for the task 'tdump'. cl > epar tdump table = "*_obs.tab" name of table to dump . cdfile = "STDOUT") output file for column definitions . ... pwidth = 80) output page width . ... chanpres = no Channel data present? . ... Next: Rebin the XSPEC PHA Up: PHA Distributions Previous: Produce a spectral data rsdc@cfa.harvard.edu . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node215.html -- 5.8 Кб -- 01.10.2012
Похожие документы

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. Manual Page: httpd - Apache HTTP Server
NAME httpd - Apache hypertext transfer protocol server SYNOPSIS httpd [ - X ] [ - R libexecdir ] [ - d serverroot ] [ - f config ] [ - C directive ] [ - c directive ] [ - D parameter ] httpd [ - h ] [ - l ] [ - L ] [ - v ] [ - V ] [ - S ] [ - t ] [ - T ] DESCRIPTION httpd is the Apache HyperText Transfer Protocol (HTTP) server program. ... This manual page only lists the command line arguments. ... Paths in this manual may not reflect those compiled into httpd. ... The default is /usr/local/apache . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/httpd.html -- 7.3 Кб -- 20.06.2002
Похожие документы

8. Examples of creating a command alias in the C shell
To create a simple command alias: alias del 'rm -i' del memo.txt rm: remove memo.txt? y . This creates the alias del for the command rm -i which prompts you for confirmation that you want to remove a file before it does so. ... To create a command alias that consists of several commands: alias what 'ps -aux | ... This creates the alias what . ... To refer to another command alias within an alias: alias h history alias rev 'h | ... To pass command arguments to the alias: alias print 'lpr \\!^ ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias_csh5.html -- 3.8 Кб -- 17.01.1997
Похожие документы

9. How to create a gain (or other calibration) table for CASA Bojan Nikolic web
... Bojan Nikolic web pages (r. 329) . ... Bojan Nikolic b. nikolic @mrao.cam.ac.uk , bojan @bnikolic.co.uk // A simple illustration of how to create and write out a gain table // for CASA using C++ #include calibration /CalTables/CalTable.h #include calibration /CalTables/SolvableVJTable.h #include calibration /CalTables/CalSet.h void createRndmGainTbl ( const char * fnameout ) { using namespace ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casacreategaintable.html -- 17.3 Кб -- 04.04.2016
Похожие документы

10. The BASIC RULES on CREATION of the RUSSIAN-AUSTRALIAN SCIENTIFIC-RESEARCH
RUSSIAN-AUSTRALIAN RESEARCH SCHOOL MICRO-SATELLITE "KOLIBRI-2000": BASIC RULES of DEVELOPMENT . A characteristic feature of the project "Kolibri-2000" is the solution of the task of using micro-satellites in the interests of improving school education and involving schoolchildren in space technologies. ... A radioline in the radio amateur frequency range is employed on Kolibri-2000 to dump scientific payload data to the participants in the Project. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/kollibri/osnpl_e.htm -- 3.0 Кб -- 09.12.2000
Похожие документы
Еще в разделе: (Показать все результаты (>621) - www.iki.rssi.ru/ )

11. http://www.naic.edu/~phil/misc/creatingharmonics.html
... Suppose we have 2 tones Acos(at) and Bcos(bt). ... The individual freq terms are then: . ... square :[Acos(at) + Bcos(bt)]^2: [Acos(at)]^2 +[Bcos(bt)]^2 + 2ABcos(at)cos(bt) . ... A^2(cos(2at) -1)/2 . ... A^3cos(at)*[cos2at - 1)/2=A^3([cos(3at) + cos(at)]/2 - cos(at)]/2=A^3(cos(3at) -cos(at))/4 . B^3cos(bt)*[cos2bt - 1)/2=B^3([cos(3bt) + cos(bt)]/2 - cos(bt)]/2=B^3(cos(3bt) -cos(bt))/4 . let C2= 3AB^2 and C3=3BA^2 . ... C 3cos(bt)[cos(2at)-1]/2=C3[{cos((2a-b)t)+cos((2a+b)t)}/2+cos(bt)]/2 . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/misc/creatingharmonics.html -- 4.1 Кб -- 15.08.2003
Похожие документы

12. MaximumFinder (ImageJ API)
... FIELD | ... METHOD . ... java.lang.Object ij.plugin.filter.MaximumFinder . ... public class MaximumFinder . ... 32768 pixels in width or height version 01-Nov-2009 Bugfix: extra lines in segmented output eliminated; watershed is also faster now Maximum points encoded in long array for sorting instead of separete objects that need gc New output type 'List' . ... static int . ... The plugin is inferred from ImageJ by this method . ... int . ... Field Detail public static final int SINGLE_POINTS . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/MaximumFinder.html -- 29.1 Кб -- 02.12.2010
Похожие документы

13. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

14. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

15. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

16. A Telescope Laser Creates an Artificial Star
Astronomy Picture of the Day . A Telescope Laser Creates an Artificial Star . ... 7.02.2005 . ... An artificial star. ... Therefore, astronomers have developed the ability to create an artificial star where they need it -- with a laser . ... Above, a laser beam shoots out of the Keck II 10-meter telescope on Mauna Kea in Hawaii in 2002, creating an artificial star. ... February 2005 . ... Publications with keywords: telescope - laser . Publications with words: telescope - laser . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1202749 -- 15.4 Кб -- 07.02.2005
Похожие документы

17. Keywords_128
Global VLBI data processing results . ... In this paper we briefly describe the QUASAR software for VLBI data processing created in IAA RAS. The estimation parameters and results of global solution obtained with QUASAR software are shown. The first results of involving QUASAR software into IAA EOP service for EOP and station positions calculation are discussed. ... VLBI, data processing, global parameter, EOP. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/EDITION/transaction/transaction_ann26/128.htm -- 3.3 Кб -- 10.04.2016
Похожие документы

18. Колготки для кукол Zapf Creation Baby Annabell 2 пары 792-261 в ассортименте -
... Бренд: Zapf Creation, Тип: Колготки для кукол . Аксессуары для кукол . ... Пособие содержит темы, подготовленные на основе базовой учебной программы по дисциплине "Банковский маркетинг". ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5800.html -- 18.8 Кб -- 14.02.2016
Похожие документы

19. Getting Started in Actor Prolog. Analyzing Web Sites.
In this chapter we will consider two very simple but useful Web agents that I have written on Actor Prolog for my own needs. ... Let us start the Web agent. Fig. ... Start of the Web agent. The Context diagram consists of three blocks: "Logic Programming Sites", "Edit", and "Check". ... Some Web sites that are linked with the logic programming and Prolog are listed in the pulldown list (these addresses are transferred to the "Edit" block from the "Logic Programming Sites" block). ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_scan.html -- 13.7 Кб -- 24.09.2007
Похожие документы

20. Contents
... Exercises . C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Low Level Operators and Bit Fields . ... Some further example shared memory programs . ... Threads: Basic Theory and Libraries . ... Single threading . Some Example applications of threads . Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
Похожие документы

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


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

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

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