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

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

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

1. Application Commands
... ASSOCIATE/RANK table col1 col2 [action] . ... BIN/TABLE table col1 col2 [bin] [min] [max] [sigma] . creates a table, bin.tbl with averages of col2 in bins of col1 . COMPARE/2SAM table col1 col2 . ... COMPUTE/FIT image[,error] [= function[(refima)]] . ... COMPUTE/FIT table y[,error] [= function[(ind)]] . ... COMPUTE/FUNCTION image = function[(refima)] . compute function values, result as image . COMPUTE/FUNCTION table y = function[(ind)] . ... define user functions for fitting . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node145.html -- 7.4 Кб -- 23.02.1996
Похожие документы

2. Second: Create a session on the correlator control computer lbaccc
... ATNF Home . ... About ATNF overview . ... Australia Telescope Steering Committee . ... Next: Third: Create a session Up: Starting up correlator control Previous: First: Log on to б  Contents . Both the correlator interface and the correlator spectra display program are run from lbaccc . ... lbaccc . ... A more complete explanation of SPD, including available commands, is found in Appendix C. Next: Third: Create a session Up: Starting up correlator control Previous: First: Log on to б  Contents . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/correlation/S2correlator/manual/node6.html -- 52.9 Кб -- 08.04.2016
Похожие документы

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

5. Preparation of parameter file
Next: Parameters Up: How to use CONSTRICTOR Previous: NPOI raw data files Contents . The parameter file contains information for CONSTRICTOR on the location of the raw data files, start and stop times, integration time, etc. ... The parameter file, YYYY-MM-DD.par , can now be created using the rawlist procedure of . ... Check beginning and tail of the listing for each file. ... Next: Parameters Up: How to use CONSTRICTOR Previous: NPOI raw data files Contents Christian Hummel 2015-04-28 ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node228.html -- 6.1 Кб -- 28.04.2015
Похожие документы

6. Creating reconstruction image and background image from an input source list
... If the parameter withinputlist is set to ``true'', the reconstruction and/or background image will be created using source parameters from an input source list. ... Use parameters makerecon and savebkgrnd to specify which of the output images you want to create. Only sources originally detected at scales up to maxscale will be used for to calculate the images. The value of maxscale will also control the scale of the kernel used to filter the background image. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/ewavelet/node9.html -- 3.9 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>25214) - xmm.vilspa.esa.es/ )

7. PINTofALE EXAMPLE SESSION: via Dracia
This annotated example walks a user through a PINTofALE session using predominantly .par files where available. ... read in line and continuum emissivity databases, . compute a theoretical spectrum, . spectral browsing using SHOW_LINE . ... Carole Jordan type" plot!) in_flx=fitlines_fstr.flx @potem_tool.par ; plot the output EM curves @plotem.par ;NOTE: ; the emission measures are in the IDL save file !ARDB+'example_5.save' ;save,file=!ARDB+'example_5.save',out_LOGT,out_EM,out_multid . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/doc/EXAMPLE_JJD.html -- 17.4 Кб -- 01.10.2012
Похожие документы

8. Creating a command alias
Remembering the name of a command and how it is used can be difficult. Assigning your own name for a command - an alias - is very easy. Assigning an alias is done with the command: alias name definition . The syntax of the alias command is different for each shell. Follow the guidelines and examples for the shell that you are using. ... Creating an alias with the C shell . ... Creating an alias with the Korn shell . Creating an alias with the Bourne Again SHell . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias.html -- 2.4 Кб -- 17.01.1997
Похожие документы

9. Problem creating a new system call
... Just to learn how to generate a system call, I created a simple system call that basically sets and resets the value of a global parameter "PREFETCH". SYSTEM CALL code ********************************** int PREFETCH = 0; /* this is a global variable */ . ... To execute the sys_prefetch system call, I wrote a prefetch.c file with the following code. ************************code to call sys_prefetch***************** #include <linux/unistd.h> _syscall2 (int, prefetch, int, mode, int, nr_hints) . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135.html -- 4.2 Кб -- 23.03.2000
Похожие документы

10. CIMA Configuration Files
CIMA configuration files offer You a conveniant way of saving CIMA set-ups to files. ... Then instead of making this selections interactively when You are observing, You can just load and apply the configuration files. ... Any other set-up will be ignored! ... In that case, You are forced to use the 'Load only' option to load the configuration file, inspect the selected set-up carefully, apply the set-up (with the 'Accept' or 'Apply' buttons) and then save a new version of the configuration file. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_config_files.html -- 8.0 Кб -- 01.03.2012
Похожие документы

11. A Method for Minimizing Background Offset Errors When Creating Mosaics
... When creating a mosaic from a set of individual frames, the correct background offset for each frame must be determined for proper matching. In this paper we describe a method for constructing a mosaic from a set of individual frames by applying a minimization technique. ... Typically these are frames with some known defect (see ? ... Determining which frames to exclude from the final mosaic is critical, since one bad frame can create background offset errors that propagate throughout the mosaic. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/reganm.html -- 12.3 Кб -- 03.11.2000
Похожие документы

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

13. MAKEPRFCORR (Nov98) --- nictools --- MAKEPRFCORR (Nov98)
makeprfcorr -- Compute the pixel response function for an image created with asncombine makeprfcorr association . association . ... Interactive program to compute relative shifts of images in an association file. ... After computing the relative shifts of the direct images, alignasn searches for corresponding grism images for each of the direct images. ... The grism association is then updated with the same relative shift measurements as determined from the direct images. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/nictools/makeprfcorr.hlp.html -- 2.6 Кб -- 06.06.2006
Похожие документы

14. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

15. Server-Wide Configuration
This document explains some of the directives provided by the core server which are used to configure the basic operations of the server. ... Process Creation . Network Configuration . ... User . ... A single control process is responsible for launching child processes which listen for connections and serve them when they arrive. ... The User and Group directives are used to set the privileges of the Apache child processes. ... The child process creates multiple threads to serve requests. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/server-wide.html -- 12.1 Кб -- 15.10.2001
Похожие документы

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

17. Does the time it takes different methods to create all the elements coincide
... Does the time it takes different methods to create all the elements coincide with the universeт??s accepted age? ... Illinois Urbana-Champaign) Different kinds of stars create elements at different rates, all of which are consistent with the age of the universe. Get instant access to subscriber content on Astronomy.com! ... Registration is FREE and takes only a few seconds to complete. If you are already registered on Astronomy.com, please log in below. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2011/02/cosmic-chemistry -- 63.2 Кб -- 10.04.2016
Похожие документы

18. Black Hole Creation in Massive Binary Systems
Next: Binary Radiopulsars with Black Up: Black Holes in Binaries Previous: Black Holes in Binaries . Two different types of stellar BH formation exist: (1) direct core collapse   of a massive star and (2) AIC of a NS. A BH of the first type presumably will have a mass comparable to that of the collapsing star and can be born both from a single star and in a binary system. ... Next: Binary Radiopulsars with Black Up: Black Holes in Binaries Previous: Black Holes in Binaries Mike E. Prokhorov . ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~mystery/articles/review/node64.html -- 8.4 Кб -- 26.02.1997
Похожие документы

19. Samara University scientists have developed a new technology to create solar
... News . ... Pre-university education . ... Samara University scientists have developed a technology of new-designed photoelectric converters for solar batteries of spacecraft. ... The new solar batteries will be as much effective as their contemporary nanoheterostructured counterparts surface-supported by germanium, and the cost will be five times cheaper. ... Scientists of Samara University (joint SSAU and SSU) developed a technology basis of new silicon-based photoelectric converters (FEC). ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12278/ -- 27.8 Кб -- 18.02.2016
Похожие документы

20. ENGAMPLE
... AMPLE (Adaptable Minor Planet Ephemerides) is integrated software package to deal with a number of problems concerning minor planets with the aid of IBM-type personal computer. ... compiling a list of all numbered minor planets which can be seen at certain moment within specified sky region and visualization of their mutual positions; . ... As AMPLE is able to reproduce virtually any table of "the Ephemerides of Minor Planets" , it may be considered as computer version of the EMP. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/engample.htm -- 8.7 Кб -- 09.04.2016
Похожие документы

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


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

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

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