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

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

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

1. Output Files
. XMM-Newton Science Analysis System . colimchain (colimchain-1.8) [xmmsas_20080701_1801-8.0.0] . Meta Index / Home Page . One of the following: . An image in one of the PGPLOT file formats. An image directly written in postscript. An image directly written as a 3-plane FITS image. An image directly written in ppm (Portable Pixel Map) format. XMM-Newton SOC/SSC -- 2008-07-02
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/colimchain/node7.html -- 3.4 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>30974) - xmm.vilspa.esa.es/ )

2. GPI Data Formats GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . GPI IFS Data Handbook . ... GPI Data Formats . Multi-Extension FITS format . ... Data quality flags extension ?DQ? ... This extension will contain a 8-bit integer flag for each pixel in the main image array. ... Bit 5 may be written by the data pipeline, which can also modify bit 0. bit 0: bad pixel, do not use if set. ... bit 5: [work in progress] flagged as bad pixel by data pipeline using time-dependent bad pixel map from calibration database. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/ifs/dataformats.html -- 13.2 Кб -- 14.02.2014
Похожие документы

3. The F1 format
The initial orbital data are distributed in the F1 format, which contains orbital elements as a the state vector (the spacecraft position and velocity vector) in the inertial frame (Standard reference of the Earths Equator and Equinox J2000). ... The Format number . 0001 . The Message number . ... 00001 . ... 001451.596 . ... 008276.384 . ... 000000.000 . ... The F1 format for this data looks as follows: . INT/ITZ/01/0001/01/00001/ . ... 001451.596/-008276.384/+000000.000/ . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/f1form.htm -- 3.5 Кб -- 26.07.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/f1form.htm -- 3.5 Кб -- 26.07.1999
Похожие документы
Еще в разделе: (Показать все результаты (>1263) - www.cosmos.ru/ )

4. Apache module mod_log_forensic
This module provides for forensic logging of the requests made to the server . ... Logging is done before and after processing a request, so the forensic log contains two log lines for each request. ... Module: mod_log_forensic . ... Each log entry is assigned unique ID which can be associated with the request using the normal CustomLog directive. mod_log_forensic creates a token called forensic-id , which can be added to the transfer log using the %{forensic-id}n format string. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_log_forensic.html -- 6.9 Кб -- 20.05.2004
Похожие документы

5. Data and Analysis
AO Home AO Astronomy Schedule Receivers CIMA AO IDL . IDL is the recommended data-reduction package for Arecibo spectral-line data. The different back-ends produce different data format. ... Mock spectrometer standard FITS format headers . Mock spectrometer PSRFITS format headers . WAPP CIMAFITS format headers . Interim Correlator IDL headers . ... Search WAPP data . ... How to fix WAPP FITS files taken with doppler tracking in order to read them with standard FITS readers . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/Data.shtml -- 5.1 Кб -- 09.04.2016
Похожие документы

6. Image Formats
... pixel--pixel space: corresponds to 2D raw images, with the sampling units PIXEL in both dimensions. pixel--order space: corresponds to 2D extracted images, produced by the command EXTRACT/ECHELLE . Unit in the x --axis is PIXEL , unit in the y --axis is ORDER , sequential echelle order number. wavelength--order space: corresponds to 2D extracted images, with uniform sampling steps in wavelength, produced by the command REBIN/ECHELLE . ... These images are produced by the command MERGE/ECHELLE . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node172.html -- 3.7 Кб -- 23.02.1996
Похожие документы

7. mod_log_forensic - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Forensic Logging of the requests made to the server . ... log_forensic_module . ... Logging is done before and after processing a request, so the forensic log contains two log lines for each request. ... Each log entry is assigned a unique ID which can be associated with the request using the normal CustomLog directive. mod_log_forensic creates a token called forensic-id , which can be added to the transfer log using the %{forensic-id}n format string. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/mod/mod_log_forensic.html -- 13.0 Кб -- 19.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>7698) - www.arcetri.astro.it/ )

8. Format
The old Fortran programs have used numbering of the format statements. ... The program follows PROGRAM FORMAT IMPLICIT NONE REAL :: X CHARACTER (LEN=11) :: FORM1 CHARACTER (LEN=*), PARAMETER :: FORM2 = "( F12.3,A )" FORM1 = "( F12.3,A )" X = 12.0 PRINT FORM1, X, ' HELLO ' WRITE (*, FORM2) 2*X, ' HI ' WRITE (*, "(F12.3,A )") 3*X, ' HI HI ' END In the PRINT statement we use the character string variable FORM1 with the length 11, which is assigned its value in an explicit assignment statement. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c4.html -- 3.6 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c4.html -- 3.6 Кб -- 17.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>13370) - crydee.sai.msu.ru/ )

9. Adding New File Formats to SAOtng
SAOtng supports FITS files internally, so that a standard FITS image file can be sent directly to SAOtng for display using XPA: xpaset SAOtng Also, when a new file name is sent to SAOtng, the program checks the first 2880 bytes of the file to see if it is a FITS file and if so, processes it accordingly. Support for other image file formats (or any other image format) is added to SAOtng by writing two external file access programs: . ... The command-line of the image section program . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/adding_files.html -- 6.8 Кб -- 01.10.2012
Похожие документы

10. Format Documentation of kpyymm.tab Files
The most recent kpyymm.tab (yymm stands for year and month, each expressed with two digits) files are distributed per e-mail half-monthly by Dr. H.-J. Linthe, mailto:kp_index@gfz-potsdam.de Both recent and past tables are supplied as an archive on the FTP servers . ... Since many observatories are interested mainly in the international quietest and most disturbed days, beginning August 1996 three extra lines have been added to the end of the table containing these values in an easy to read form. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/KP_INDEX/tab_fmt.html -- 5.7 Кб -- 21.12.2007
Похожие документы

11. IMPORT/EXPORT: Image Conversion Tools for IRAF
... We present a set of IRAF tasks for converting foreign image formats to and from the native IRAF format. Traditionally, this has been done by writing individual one-to-one conversion utilities, either as single tasks or as procedures within a multiple-format conversion tool. ... When exporting IRAF images to other formats the only built-in knowledge of the format is the structure of the image header. ... The EXPORT task can easily convert an IRAF image to any of the supported formats. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/fitzpatrickm.html -- 12.2 Кб -- 03.11.2000
Похожие документы

12. The format of STARTABLE
... Inside IDL, STARTABLE is in the table format. ... STAR (string) Identifier of form CCCNNNNNN/CCCNNNN . ... RA (double) Right Ascension [h] . ... BAT (short int) Number in Batten's Catalogue . ... BSC (short int) Number in Bright Star Catalogue . ... ADS (short int) Number in Aitken Double Star Catalogue . ... WDS (long int) Number in Washington Double star catalog . MV (float) Johnson V magnitude (for combined system if multiple) . ... TYPE1 (float) Floating point spectral type of component 1 . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node100.html -- 8.5 Кб -- 28.04.2015
Похожие документы

13. Sheltran - Input and output source formats
. The input SHELTRAN source deck follows the normal FORTRAN layout rules, apart from the above-mentioned features. No indentation of structures need to be included, as the pre-processor will automatically provide indentation in the listing. The output source deck consists of the input source deck plus the necessary generated FORTRAN statements. It contains no Comment, Eject or Note lines. The output deck is not indented.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sheltran/sourceformat.html -- 1.8 Кб -- 17.01.2009
Похожие документы

14. AMI-Planck Follow-up Observation Database
. Search for a cluster by name: . Otherwise, search within a radius: . RA: . Dec: . Radius (arcmin): . Download the catalogue of AMI results (FITS format)
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/ami_planck/ami_planck.php -- 3.0 Кб -- 10.04.2016
Похожие документы

15. The XX International Astronomy Olympiad, applications
... Pre-application form . Excel file with explanations how to fill; please, save the table in format not later Excel-1997-2003.) ... Rules and Regulations for a participant of the Olympiad that have to be translated into native languages of participants (if using Word, please, save the translation in format not later Word-1997-2003), attention for additions during last years ( blue and red text ): . ... Dr. Michael G. Gavrilov, Founding Chairman of the International Astronomy Olympiad, . ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/iao/2015/ia15bz_e.html -- 14.3 Кб -- 25.10.2015
Похожие документы

16. EIT Server Input File Format
Suppose measuring system has 16 electrodes. ... If the measuring system doesn't perform redundant measurements, as the current injection through electrodes n and m is equivalent to the injection through electrodes m and n , corresponding redundant values should be set to zeros as in the following example: POLAR 16 0.000 0.908 0.513 0.313 0.202 0.280 0.752 0.000 0.000 0.869 0.351 0.243 0.297 0.311 0.340 0.000 0.000 0.000 1.358 0.484 0.205 0.212 0.355 1.214 0.000 ... EIT Gallery ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/tserver/fileformat.html -- 6.5 Кб -- 12.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>509) - www.cplire.ru/ )

17. TCC UDP Packets
... Packet Format . ... The TCC broadcasts UDP packets containing position information. ... Packet Header . ... int4 . ... double . ... pos, vel double . ... pos, vel, time double . ... See the TCC Message Keywords Dictionary for full definitions of most items in the "data" section of the packet. pos, vel double is a structure containing two doubles: "pos" and "vel"; it contains the same information as the TCC's "coordinates" (p,v,t triplets), but with time given by the "TAIDate" entry in the packet. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/UDPPackets.html -- 9.3 Кб -- 07.11.2014
Похожие документы

18. http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/gen/README
This is the new output format generator. ... It works as such: The user will ask for format "output:html" with option "style=booklist". ... This is an output format. b) The "output" module's broken out format is the canon format. So the fromcanon and explode routines do nothing but return what they are given. c) The style module will return a single string. ... It takes as input a record in canon format. ... The charset used is canon. 4. bp-output.pl A new format module. ... bp-output.pl | ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/gen/README -- 4.3 Кб -- 13.03.1996
Похожие документы

19. "Photon" - A New Astronomy PDF EZine - an Astronomy Net Education Forum Message
Astronomy Discussion Forums . Forums: . Atm ћ Astrophotography ћ Blackholes ћ Blackholes2 ћ CCD ћ Celestron ћ Domes ћ Education . ... Photon" - A New Astronomy PDF EZine . ... Post Message | ... Photon' is a new bi-monthly astronomy magazine which is issued in PDF format. ... Authors will retain full copyright on any material used. ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/education/messages/78.shtml -- 14.0 Кб -- 09.04.2016
Похожие документы

20. SLITLESS (Oct97) --- ST_ECF --- SLITLESS (Oct97)
slitless -- Extract a spectrum from a direct/GRISM image pair slitless image grism output PARAMETERS . ... A two dimensional direct image to be used to select an object. grism . A two dimensional GRISM image containing slitless spectra of objects present in the direct image. output . ... Toggle whether or not a background estimate is subtracted from the extracted object spectrum. mingood = INDEF . Pixels of the grism image with values smaller than this are ignored. maxgood = INDEF . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/slitless/slitless.hlp.html -- 7.3 Кб -- 06.06.2006
Похожие документы

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


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

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

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