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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~valenti/idl/wdech.pro.

1. http://www.stsci.edu/~valenti/idl/wdech_raw.pro
... Output: ; The specified disk file is created or modified. See also: ; modech, rdech, wdech ; ;History: ; 27-Jul-1998 Valenti Initial coding. if n_params() lt 2 then begin print, 'syntax: wdech_ raw , ech , file (. ech assumed)' return endif ;Make sure input data are in a structure . sz = size( ech ) ;variable info block if sz(sz(0)+1) ne 8 then begin ; true : not a structure message, /cont, 'spectrum data must be a structure - aborting' return endif ;Make sure input ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~valenti/idl/wdech_raw.pro -- 4.4 Кб -- 21.06.2011
Похожие документы

2. Apache module mod_headers
This module provides for the customization of HTTP response headers. ... This module provides a directive to control the sending of HTTP headers. ... Header . ... Syntax: Header set|append|add header value . ... Module: mod_headers . This directive can replace, merge or remove HTTP response headers during 1xx and 2xx series replies. ... set . The response header is set, replacing any previous header with this name . ... The response header is appended to any existing header of the same name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_headers.html -- 7.3 Кб -- 03.10.2002
Похожие документы
Еще в разделе: (Показать все результаты (>123) - neptun.sai.msu.ru/ )

3. mod_headers - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Customization of HTTP request and response headers . ... headers_module . ... This module provides directives to control and modify HTTP request and response headers. ... The directives provided by mod_headers can occur almost anywhere within the server configuration, and can be limited in scope by enclosing them in configuration sections . ... If the header MyRequestHeader: value is present on the HTTP request, the response will contain the following header: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_headers.html -- 19.8 Кб -- 10.12.2010
Похожие документы

4. Description
... This is done by taking in all input files the extension whose name is specified by the maintable parameter (called 'merged extension' in what follows) and merging the columns into a single output extension of the same name. ... Its contents is taken from the CCDID keyword (and QUADRANT for EPIC PN). ... To propagate other column specific keywords, they must be specified manually via the extensionchecks , mainattributes , maxattributes and minattributes parameters (see above). ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/evlistcomb/node3.html -- 10.7 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>11913) - xmm.vilspa.esa.es/ )

5. http://www.atnf.csiro.au/computing/software/gipsy/tsk/rfits.dc1
Program: RFITS Purpose: Load FITS files from tape into a GIPSY set. ... Keywords: *** AUTO= Try to run in automatice mode [Y]. ... NODATA= Create only set headers [N]. ... Example: USER RFITS ,AUTO=N USER RFITS ,INTAPE=IMPORT USER RFITS ,INFILES=31 USER RFITS ,OUTSET=NGC4214 USER RFITS ,CTYPE1=RA-NCP USER RFITS ,CUNIT1= USER RFITS ,LIMITS1= USER RFITS ,GRID1= USER RFITS ,CTYPE2=DEC-NCP USER RFITS ,CUNIT2= USER RFITS ,LIMITS2= ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/rfits.dc1 -- 8.2 Кб -- 02.01.2000
Похожие документы

6. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

7. QPOE Files
Next: *.imh and *.qp Extensions Up: IRAF/PROS Files Previous: IRAF Image Arrays . The x-ray data are stored in QPOE files (Quick Position-Ordered Events, *.qp ) rather than image arrays. ... Note that, unlike IRAF images, QPOE files have no associated header file, and are always stored in the current directory, unless explicitly specified otherwise. Non-PROS IRAF tasks can also access QPOE data files in place of image arrays. ... rp110590.qp[pi=2:30] . ... The ROSAT PSPC qp file images are . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node15.html -- 11.5 Кб -- 01.10.2012
Похожие документы

8. The Structure of HTML 3.0 Documents
... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ... To identify the document as being HTML 3.0, it is recommended that documents start with the prologue: <!doctype HTML public "-//W3O//DTD W3 HTML 3.0//EN"> . ... HTML 3.0 documents formally have the following structure: <HTML> <HEAD> head elements .. ... HTML> . ... The permitted syntax of HTML 3.0 compliant documents is specified by the...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/overview.html -- 4.2 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>400) - comet.sai.msu.ru/ )

9. mod_headers - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Customization of HTTP request and response headers . ... Header . ... The directives provided by mod_headers can occur almost anywhere within the server configuration, and can be limited in scope by enclosing them in configuration sections . ... This way round, the MirrorID header is not set. ... The normal mode is late, when Request Headers are set immediately before running the content generator and Response Headers just as the response is sent down the wire. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_headers.html -- 27.8 Кб -- 21.01.2013
Похожие документы

10. Does God Exist? - an Astronomy Net God Science Forum Message
God Science Forum Message . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... God and Science | ... Does God Exist? ... Firstly, in Scientific Proof of God's Existence, Marco Biagini states, "The existence of these mathematical equations implies the existence of a personal, conscious and intelligent Creator." Put simply, "Why?" I see no connection between the existence of mathematical equations, no matter how profound, implies the existence of God. ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/god/messages/32355.shtml -- 15.2 Кб -- 09.04.2016
Похожие документы

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

12. merge2Fits
... support coversheet file _cs.html . ... PANL2 for nightlog information; asm (thru qcm) ; dataproducts..calib for pre-existing ANC files . ... twin ancillary fits files (LOGS and PLTS) . ... merge2Fits is a helper tool which prepares all input for creating product ancillary fits files. ... straightforward ingestion with existing tools: cdbIngest can handle any kind of product fits file . ... Ancillary fits files: content . The content of ancillary fits files is controlled by merge2Fits . ... LOGS . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/merge2Fits.html -- 15.2 Кб -- 11.05.2012
Похожие документы
Еще в разделе: (Показать все результаты (>58350) - www.eso.org/ )

13. The CIMAFITS Headers
The following list contains links to examples of the FITS-headers used in various versions of CIMAFITS: . CIMAFITS pre-1.00 version - used 16 September 2004 - 3 February 2005 . ... CIMAFITS version 1.01 ( bug fix only - no format change) - used 22 February 2005 - 25 May 2005 . ... CIMAFITS version 1.04 ( bug fix only - no format change) - used 10 May 2006 - 8 February 2007 . CIMAFITS version 1.05 ( bug fix only - no format change) - used 8 February 2007 - 15 February 2007 . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cimafits_headers.html -- 4.0 Кб -- 01.03.2012
Похожие документы

14. http://smis.iki.rssi.ru/dataserv/l1f.txt
... The words are numbered according to the reference mentioned above. ... 59 WORD wSecond ; // 0 .. 59 satellite tracking start time (GMT) float fStep ; // reserved WORD wMass ; // reserved BYTE reserved [12] ; // reserved WORD wExtraBytes ; // reserved } TRAJECTORYHEADER ; NOTE: the satellite tracking start time is a hardware operating start time to follow satellite. typedef struct { // ephemeris at satellite tracking start time double time ; // Epoch time (yyddd.ddddddddd)...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/dataserv/l1f.txt -- 6.0 Кб -- 12.11.2003
Похожие документы
Еще в разделе: (Показать все результаты (>19) - smis.iki.rssi.ru/ )

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

16. OptInt PmWiki : PmWiki / Wiki Group
OptInt PmWiki : Pm Wiki / Wiki Group . ... PmWiki pages are organized into groups of related pages. ... By default, page links are between pages of the same group; to create a link to a page in another group, add the name of the other group and a dot or slash to the page name. ... To link to the default home page of a group, the name of the page can be omitted, like this: . ... For example, to make a default page in the group Foo, create a link to [[Foo/]] (or [[Foo.] ... Main : The default group. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiGroup?action=print -- 21.5 Кб -- 01.03.2014
Похожие документы

17. pynifs.nifscube
... source code A class to hold all the information from a NIFS-produced data cube. ... Returns the data content of scidata as a numpy array. source code . ... Returns a spectrum from the specified spaxel, over the designated wavelength or velocity range. source code . ... source code Returns the data content of scidata as a numpy array. ... The fitscube instance is updated in-situ. source code Returns a spectrum from the specified spaxel, over the designated wavelength or velocity range. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/pynifs.nifscube-class.html -- 28.0 Кб -- 27.02.2014
Похожие документы

18. Grants LSR ISSP RAS
... Grants, Programs, Contracts . ... RFBR 06-02-16677 ( 2006-2008 ) 'Formation, structure and properties of nanocrystalline materials prepared by crystallization of amorphous alloys under intense plastic deformation' . A head of project is A.S. Aronin . ... RFBR 03-02-17227( 2003-2005 ) 'Regularities of formation, structure specific feature and properties of bulk nanocrystalline materials prepared by crystallization of Fe- and Zn-based amorphous alloys' . ... RFBR ? ... Copyright 2005 LSR ISSP RAS . ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lsa/grants.html -- 9.5 Кб -- 15.05.2006
Похожие документы

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

20. http://zebu.uoregon.edu/1998/ph162/hw3c.html
... Questions: . ... Find some information on the design and potential of the Advanced Gas Turbine. ... Find some information on the frequency and amount of oil spills which occur in the world's oceans in a given year. ... We don't care how many you get correct. However, of the questions there, explain which one had an answer that most surprised you and how should that answer affect our future policies? ... Find some information about the history of Dam failures in the US and Canada since 1900. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/ph162/hw3c.html -- 4.2 Кб -- 12.05.1998
Похожие документы

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


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

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

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