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

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

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

1. Examples
... If you set SAS_CCF to be the absolute path to the CIF, then the latter can be used from any other directory. cifbuild -withccfpath=yes -ccfpath=/path/to/ccfstore . ... As in 3 , but the observation date is taken from the active ODF, but the CIF is built as if the analysis was being performed on March 19, 2000. cifbuild -calindexset=ccf.cif -category=SCISIMCCF -ccfpath=/path/to/ccfstore/ -withccfpath=yes . cifbuild -calindexset=ccf.cif -withccfpath=yes -ccfpath=/path/to/ccfstore/ -append=yes . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/cifbuild/node9.html -- 8.2 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>25930) - xmm.vilspa.esa.es/ )

2. APT Analysis of Scheduling Constraints
... APT Analysis of Scheduling Constraints . ... Note that the models for orientation and visibility should be the same on the web page and in APT. ... On the Observation page, fill in the relevant scheduling requirements (on PRIME observations only; observations with the CPAR flag set can use the "No Scheduling Constraints" option) as defined in the Call for Proposals; fill in both the 2 and 3 gyro sections. ... The Planner will display the Total Visibility for the Observation Block. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/HST_overview/TwoGyroMode/APTverification -- 12.0 Кб -- 05.02.2013
Похожие документы

3. All general documents
Below is a list of all general documents. In parentheses the name of the source file is given. archreset . ... The file bookkeeper which resides in the gip_sys directory, does the bookkeeping of GIPSY procedures and applications for all architectures. (bookkeeper.doc) . ... Describes how to compile/install a procedure/application program, how to install a document or include file, how to (un)reserve a source file with the program compile. (compile.c) . ... General file extractor. (xfile.c) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/dc123doc/alldocs.html -- 9.7 Кб -- 16.01.2009
Похожие документы

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

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

6. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... 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.sao.ru/tb/manual/de/howto/public_html.html -- 10.0 Кб -- 10.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>2500) - www.sao.ru/ )

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

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

9. 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
Похожие документы
Еще в разделе: (Показать все результаты (>1576) - jet.sao.ru/ )

10. TUI:TUI Menu:Preferences Window
The Preferences window allows you to specify various application preferences (surprise!) It is brought up by selecting Preferences from the TUI Menu. ... Each preference may be edited by clicking on it. If the value is changed to anything other than the current value then an exclamation mark is shown between the name and the value. ... Seq By File : controls whether whether images are numbered in the order taken (unchecked) or are numbered separately for each image name (checked). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/PreferencesWin.html -- 9.1 Кб -- 05.09.2014
Похожие документы
Еще в разделе: (Показать все результаты (>519) - www.apo.nmsu.edu/ )

11. How to Use The Magnetospheric Yellow Pages
The Magnetospheric Yellow Pages provide easy links to space physics web pages all over the world. Those links are organized into four "directories": . Data Servers sorted by Data Type . Data Servers sorted by Institution . Project Pages . Group & Institution Pages . ... The Data Server directories are sorted two ways to make navigating easier. ... The other directory lists data servers by the institution that maintains the data server (e.g. the University of Colorado). ...