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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~mperrin/software/gpidata/developers/utilities.html.

1. http://www.stsci.edu/~mperrin/software/gpidata/_sources/developers/utilities.txt
... Data Paths and Filenames ========================================== gpi _expand_path Utility function for expanding pathnames, ~ and ~username, environment variables, etc. gpi _shorten_path Inverse of the above: compress any strings to environment variables if possible. gpi _get_directory Look up a named directory's actual file path gpi _datestr Get the directory 'date string' e.g. 131031 for 2013 October 31st FITS This function trims that off and returns just the central portion. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/_sources/developers/utilities.txt -- 3.3 Кб -- 31.12.2013
Похожие документы

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

3. mod_expires - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . ... This module controls the setting of the Expires HTTP header and the max-age directive of the Cache-Control HTTP header in server responses. The expiration date can set to be relative to either the time the source file was last modified, or to the time of the client access. ... access . ... If set to On , the headers will be added to served documents according to the criteria defined by the ExpiresByType and ExpiresDefault directives ( q.v. ). ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/mod/mod_expires.html -- 14.6 Кб -- 10.12.2010
Похожие документы

4. mod_expires - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . ... Generation of Expires and Cache-Control HTTP headers according to user-specified criteria . ... This module controls the setting of the Expires HTTP header and the max-age directive of the Cache-Control HTTP header in server responses. ... ExpiresByType . ... This directive defines the value of the Expires header and the max-age directive of the Cache-Control header generated for documents of the specified type ( e.g. , text/html ). ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_expires.html -- 16.8 Кб -- 21.01.2013
Похожие документы

5. Apache module mod_expires
This module provides for the generation of Expires HTTP headers according to user-specified criteria. ... This module controls the setting of the Expires HTTP header in server responses. The expiration date can set to be relative to either the time the source file was last modified, or to the time of the client access. ... ExpiresByType . ExpiresDefault . The ExpiresDefault and ExpiresByType directives can also be defined in a more readable syntax of the form: . ... Module: mod_expires . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_expires.html -- 10.9 Кб -- 25.01.2002
Похожие документы

6. http://hea-www.harvard.edu/QEDT/Science_guide/ftools_news.txt
... The ROSAT support is more robust. ... I will install the new version in IRAF (setiraf) in one week if there are no objections; until then, IRAF is running FTOOLS 3.0. To access the FTOOLS 3.2 host version : Add appropriate path - set path = ($path / iraf / irafext2 / ftools /bin.host) Make directories, if they don't already exist - mkdir ~/myftools ~/myftools/pfiles ~/myftools/ data Set environment variables - setenv LOCPFILES ~/myftools/pfiles setenv SYSPFILES / iraf / irafext2 / ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/QEDT/Science_guide/ftools_news.txt -- 12.1 Кб -- 17.05.1995
Похожие документы

7. Examples of using the head command
. To display the first 10 lines of a file: head /usr/local/doc/vi.txt . This displays the first 10 lines of the file vi.txt which is in the directory /usr/local/doc/ . To display the first 5 lines of several files: head -5 *.xdh . This displays, one after the other, the first 5 lines of each file with the extension .xdh in the current directory. The first line of each file is shown as: ==> filename <== . Tip ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/display2.1.html -- 2.3 Кб -- 17.01.1997
Похожие документы

8. http://www.atnf.csiro.au/computing/software/gipsy/tsk/rdbphf.dc1
Program: RDBPHF Purpose: Add BPHF information to an existing IRDS Category: IRAS File: rdbphf.c Author: P.R. Roelfsema Keywords: IRSET= Name of input IR data set [quit] *** DIR= Give directory containing BPHF for sop/att xxx/xxx [skip] If an alternative set of BPHF files are to be used the user can specify a directory (DIR=) where they can be found. ... N ] Description: RDBPHF reads data from the Super Boresight Pointing History Files and adds these data to the IRDS specified with IRSET=. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/rdbphf.dc1 -- 3.4 Кб -- 03.12.1992
Похожие документы

9. A prototype build system for CASA using SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... Introduction to SCons . I have designed a prototype implementation of a build system for CASA based on the SCons tool. ... This system is experimental and not the official way of building CASA. ... The main version of the code for this build system is contained in a bzr branch, together with the remainder of the CASA system. ... Build: . ... To debug the SCons build process: . ... A prototype build system for CASA using SCons . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casascons.html -- 16.6 Кб -- 04.04.2016
Похожие документы

10. The SRON-HeaD Data Analysis System
Next: Three-dimensional Data Analysis in IRAF and ZODIAC+ . ... A data analysis system has been developed at SRON, which has been designed to allow rigorous control of the quality of its processed data products. ... This means recording all parameters of all steps which lead to the establishment of the final data products (Figure 1 ). ... Figure: A processing pipeline is a sequence of tasks with several input/output files and parameters, which pass data from one task to the next. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/devriesc.html -- 9.7 Кб -- 23.06.1998
Похожие документы

11. DIS Keywords
For all keywords that contain a red and a blue value, the blue value comes first. ... The full pathname, but without the trailing "b.fit" and "r.fit", that would be given to the next exposure if the basename argument is not given to the expose command. ccdHeaters=float,float . ... bluelambda2=float [M] . The center wavelength for the given grating: the 1 or 2 indicates the grating bay. The bluelambda and redlambda keywords match one set of these, depending on the position of the turret. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Keywords.html -- 12.6 Кб -- 23.04.2003
Похожие документы

12. http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz
... IRAF Multiple Extensions FITS (MEF) Files Interface Nelson Zarate National Optical Astronomy Observatories Tucson, AZ 85719 (zarate@noao.edu) Abstract. ... If there are no values to match then `extver' should be INDEFL. 3.2. mef rdhdr gn (mef,group) Read extension number `group'. ... The header should have been read by now. mefo The output file MEF pointer returned by mef open. 4.2. mef copy extn (mefi, mefo, group) Copy a FITS extension given by its number `group' into an output file. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz -- 76.0 Кб -- 12.06.2006
Похожие документы

13. Приложение B. Requests for Comments (RFC), связанные с информацией приведенной
... Requests for Comments (RFCs) – это набор документов выпущенных Internet Engineering Task Force (IETF) из Network Information Center (NIC), которые представляют новые протоколы и устанавливаемые стандарты для стека протоколов Интернет Каждый такой документ определяет аспект относительно протокола Интернет. Ниже мы перечислили все RFC, которые имеют отношение к этой книге и различному программному обеспечению описанному в ней. ... User Datagram Protocol (UDP). ... Internet Protocol (IP). ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/redhat/cha2.html -- 10.8 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/redhat/cha2.html -- 10.8 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/redhat/cha2.html -- 10.8 Кб -- 01.10.2012
Похожие документы

14. all staff directory
HOME STAFF FINDER . NAIC - Staff Finde r . Complete Staff Listing . ... Angel Ramos Foundation Visitor Center . ... Research Associate . ... Platform . ... Postdoctoral Associate . ... Platform Dept. Head . ... Head Radar Science . ... Vazquez, Angel . ... Telescope Operations Head Spectrum Mgr . angel@naic.edu . ... Head Computer Dept. arun@naic.edu . ... Emeritus staff / scientist . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/naic_allstaff.php?pageNum_staff_list=4&totalRows_staff_list=114 -- 12.2 Кб -- 13.04.2016
Похожие документы

15. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/jhead-2.97-os2.txt
... Proposed directory for placement: /pub/os2/apps/graphics Your name: Gianfilippo Cimmino Email address: gianfli dot cim at gmail dot com Program contact name: (same) Program contact email: (same) Program URL: Would you like the contact email address included in listings? yes Operating System/Version: OS/2 Warp 4.5 or eCS 1.0 and above Additional requirements: GCC runtime Library 0.6.5 Replaces: (none) ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/jhead-2.97-os2.txt -- 1.9 Кб -- 12.02.2013
Похожие документы

16. IKI structure
... IKI STRUCTURE . ... Dr. Evgeny Lupian , Earth remote sensing projects support . ... Ilya Chulkov , instrument design and development . ... head - Prof. Dr. Nikolai Erokhin Theoretical and numerical approach to study Earth and space multi scale phenomena, such as tornadoes, plasma waves and Earth-ionosphere-magnetosphere interactions. ... Very Long Base Interferometry Integrated Departments Onboard and Special Instruments R head - Ilya Chulkov Complete cycle of instrument development . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/eng/structure.htm -- 7.7 Кб -- 08.07.2015
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/eng/structure.htm -- 7.7 Кб -- 08.07.2015
Похожие документы
Еще в разделе: (Показать все результаты (>832) - www.cosmos.ru/ )

17. Russian Space Research Institute WHOIS database
... Director of the Space Research Institute RAS: Academician Albert A. Galeev . ... 52, Department of High Energy Astrophysics headed by Academician Rashid A. Sunyaev . 53, Department headed by Prof. Vasily I. Moroz . ... 603, Laboratory headed by Dr. Viacheslav V. Lavroussevich . ... 902, Laboratory of Space Monitoring Information Support headed by Dr. Evgeny A. Loupian . ... WHOIS Information Storage Group . ... Copyright 1997, Space Research Institute RAS Network Information Centre . ...
[ Сохраненная копия ]  Ссылки http://www.rssi.ru/WHOIS.html -- 9.4 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>11) - www.rssi.ru/ )

18. Partners of MCCME
МОСКОВСКИЙ ЦЕНТР . НЕПРЕРЫВНОГО МАТЕМАТИЧЕСКОГО ОБРАЗОВАНИЯ . ... Механико-математический факультет МГУ ( в 2000 2010 см также MM-online ) . ... Институт лингвистики РГГУ . ... Школы города Москвы . ... Школа ?179 при МИОО . ... Специализированный учебно-научный центр МГУ (СУНЦ МГУ, школа им. А. Н. Колмогорова, бывш. ... Кировский Центр дополнительного образования ?Одаренный школьник? Центр развития дополнительного образования имени Бернулли (Краснодар) . ... Летняя экологическая школа (ЛЭШ) . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/head/partners.html -- 6.3 Кб -- 02.12.2015
Похожие документы

19. VaST homepage
... VaST is a software tool for finding variable objects on a series of astronomical images. ... VaST performs object detection and aperture photometry using SExtractor on each image, cross-matches lists of detected stars, performs magnitude calibration with respect to the first (reference) image and constructs a lightcurve for each object. ... VaST FITS image viewer ./pgfv . ... Part I" PZP, vol. ... K. V. Sokolovsky, S. A. Korotkiy; "New Variable Stars Discovered by the NMW Survey" PZP, vol. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/vast/ -- 122.2 Кб -- 21.02.2016
[ Сохраненная копия ]  Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы

20. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

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


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

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

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