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

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

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/8.0.0/doc/omgchain/node19.html.

1. Command Line Examples
... omgchain (omgchain-1.3) [xmmsas_20060628_1801-7.0.0] . ... Use command `omgchain` to process the ODF data set in the current directory or to where SAS_ODF has been set to, and to place the product files in the current directory. Use command `omgchain outdirectory=output_directory_path` to process the ODF data set in the current directory or to where SAS_ODF has been set to, and to place the output files into the specified directory. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/omgchain/node17.html -- 4.0 Кб -- 28.06.2006
Похожие документы

2. How Directory, Location and Files sections work
The sections <Directory> , <Location> and <Files> can contain directives which only apply to specified directories, URLs or files respectively. Also htaccess files can be used inside a directory to apply directives to that directory. ... The order of merging is: . ... If multiple <Directory> sections apply to the same directory they are processed in the configuration file order. ... Using the options in question is only possible inside a <Directory> section (or a .htaccess file). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sections.html -- 7.0 Кб -- 20.06.2002
Похожие документы

3. Examples of locating commands with the which command
To find out if a command name is located in your command path: which ue /usr/local/bin/ue . This returns the information that the MicroEMACS editor (ue) is available on this system as the file /usr/local/bin/ue . ... To find out which (if any) of several commands are available: which delete talk ps No delete in /usr/local/utils/bin:/bin:/usr/bin: /usr/local/ucb/bin:/usr/local/gnu/bin: /usr/local/public/bin:/usr/bin/X11:. /usr/bin/talk /bin/ps . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd5.1.html -- 2.8 Кб -- 17.01.1997
Похожие документы

4. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>597) - www.cplire.ru/ )

5. Some notes on the GNU toolchain Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The order in which libraries to link to are passed to the linker is important . ... Many libraries use the GNU Autoconf/Automake build toolchain. ... Run the ./configure script, which looks for the various programs and libraries that the package needs . ... The simplest way is to run ./configure and make note of any complaints about missing programs or libraries that it reports. ... Some notes on the GNU toolchain . ... Passing options to configure . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/gnutoolchainnotes.html -- 18.2 Кб -- 04.04.2016
Похожие документы

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. find_files.pro (JWST Pipeline routines in IDL)
... File . ... use frames summary class fields routine details file attributes . ... The detector parameters are transmitted out through the common block . JWST Data Processing - NIRCam Cryo tests . FIND_FILES , DATA_PATH , OBS_ID , DETECTOR , FILES . ... string array of fits files with names matching the obs_id and detector strings . ... IDL> DATA_PATH = '/Volumes/witserv/witserv/data14/nrc/nrc_cryo2' . IDL> OBS_ID = 'NRC_2D6-DARK' . ... IDL> FIND_FILES,DATA_PATH,OBS_ID,DETECTOR,FILES . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~robberto/Main/Software/IDL4pipeline/find_files.html -- 8.8 Кб -- 27.02.2014
Похожие документы

8. Central Processor Manager CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . ... The Central Processor Manager is the local monitoring and control agent for the Central Processor sub-system. ... At the moment the Central Processor Manager only controls the acquisition phase; that is, it only controls the ingest pipeline. ... In addition to the CP manager specific parameters, any parameters that begin with ice_properties are passed directly to the ICE Communicator during initialisation. ... string . ... Central Processor Manager . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/services/manager/index.html -- 16.3 Кб -- 12.04.2016
Похожие документы

9. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... On systems with multiple users, each user can be permitted to have a web site in their home directory using the UserDir directive. Visitors to a URL http://example.com/~username/ will get content out of the home directory of the user " username ", out of the subdirectory specified by the UserDir directive. ... Per-user web directories . ... the URL http://example.com/~rbowen/file.html will be translated to the file path /home/rbowen/public_html/file.html . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/howto/public_html.html -- 13.9 Кб -- 19.11.2015
Похожие документы

10. Directory handling functions
Next: File Manipulation Routines Up: File and Directory Manipulation Previous: File and Directory Manipulation . This basically involves calling appropriate functions. int chdir(char path) - changes directory to specified path string. ... NOTE: rindex() is a string handling function that returns a pointer to the last occurrence of character c in string s , or a NULL pointer if c does not occur in the string. ( index() is similar function but assigns a pointer to 1st occurrence.) ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 02.10.2012
Похожие документы

11. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... To enable mod_dav , add the following to a container in your httpd.conf file: . ... In addition, a location for the DAV lock database must be specified in the global section of your httpd.conf file using the DavLockDB directive: . ... In order for mod_dav to manage files, it must be able to write to the directories and files under its control using the User and Group under which Apache is running. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/de/mod/mod_dav.html -- 16.8 Кб -- 25.02.2008
Похожие документы

12. A Few Words About ROSAT Directories at SAO
... At SAO, the ROSAT data for observation rp123456 will be in /data/rdata/godata/rp123456/ . The PROS package contains sample ROSAT and Einstein data which are in the directory /pros/xray/data which is loaded with the IRAF task ``xray''. ... Thus within an arbitrary working directory and within the IRAF environment, to look at an image the command is, tv> display "xdata$rp110590_im2" 1 If Einstein data are loaded at SAO they will appear in the directory /pool14/i1234/ . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node43.html -- 4.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3910) - hea-www.harvard.edu/ )

13. Stellarium: File and Directory Structure
... FileљStructure . ... After downloading all the catalogues, the paths to the various files should look like this: Installation Data Directory / stars / default / stars _0_0v0_1.cat Installation Data Directory / stars / default / stars _1_0v0_1.cat Installation Data Directory / stars / default / stars _2_0v0_1.cat Installation Data Directory / stars / ... In this case, all the files would be in the <Installation Data Directory>/stars/default directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure.html -- 13.4 Кб -- 28.02.2014
Похожие документы

14. 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
Похожие документы
Еще в разделе: (Показать все результаты (>2527) - www.sai.msu.su/ )

15. Applying Public Access Programming Techniques To SAOimage
... This paper describes our application of the X Public Access ( XPA ) interface to the new version of SAOimage . XPA allows an Xt program to define named public access points through which data and commands can be exchanged with external programs. ... It provides a high-level image display programming interface as well as low-level access to gterm-image widget functions. ... When a new file name is sent to SAOtng , the appropriate header access program is run to gather the overall image dimensions. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/mandele.html -- 11.7 Кб -- 03.11.2000
Похожие документы

16. crydee.sai.msu.ru archive : error while processing request
file to view isn't specified . You are now in the [/] directory . [ Archive home | Shortcuts | Files | Directory tree | New files | Search | Help ] . Send your questions and comments . This software archive is being maintained by Sergey Ayukov . This HTML file was generated by FileJuggler package
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/archive/bin/autolist.cgi -- 2.1 Кб -- 01.10.2012
Похожие документы

17. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/dos/DOSHELP.HLP
... This is the MS-DOS general help file. ... Type FASTHELP with no arguments to display the text in this file. ... APPEND Allows programs to open data files in specified directories as if they were in the current directory. ... COPY Copies one or more files to another location. ... FC Compares two files or sets of files, and displays the differences between them. ... PATH Displays or sets a search path for executable files. ... SYS Copies MS-DOS system files and command interpreter to a disk you...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/dos/DOSHELP.HLP -- 6.7 Кб -- 06.03.2001
Похожие документы

18. ASNCOMBINE (Nov98) --- nictools --- ASNCOMBINE (Nov98)
asncombine -- Process and combine images in one or two NICMOS associations asncombine association . ... set to yes to include error planes in co-added images error. background . ... This is useful to use different background subtractions for different images. fheader . set to yes in order to multiply the background by the value of keyword "factor" in the image header. ... Set to yes to use quadrants statistics save in the image header from previous runs of asncombine. regquad1 . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/nictools/asncombine.hlp.html -- 8.9 Кб -- 06.06.2006
Похожие документы

19. DIS Commands
... Some commands are not yet documented. bin . ... expose . ... number . ... If basename is not specified, the filenames are determined by the ICC's path , name , places , and number If neither red nor blue is specified, both images will be saved. ... Returns: basename , name , number path , places . ... For example, with path= /export/images/DD01 , name= bias. , places= 3 , and number= 11 , the blue image file would be /export/images/DD01/bias.011b.fits . ... name , number , places , path , basename ,...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Commands.html -- 16.5 Кб -- 21.08.2003
Похожие документы

20. The /proc filesystem
Next: Using Disks and Other Up: Overview of the Directory Previous: The /var filesystem . The /proc љ filesystem contains a illusionary filesystem. ... Instead, the kernel creates it in memory. It is used to provide information about the system (originally about processes, hence the name). Some of the more important files and directories are explained below. ... Shows which DMA channels are being used at the moment. /proc/filesystems љ . ... An image of the physical memory of the system. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node27.html -- 7.3 Кб -- 04.05.1997
Похожие документы

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


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

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

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