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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node462.html.

1. A Case with some Bad Columns
Next: CCD-Commands Summary Up: Examples and Hints Previous: The Simplest Case . In this case, we have the same frames available as in the previous example, but now we want to correct for bad columns. ... AVERage/IMAge DARKAV = DARK01,DARK02,DARK03,DARK04 . ... MODIfy/COLumn FLATAV,BADCOL FLATAV2 C . MODIfy/COLumn DARKAV,BADCOL DARKAV2 C . COMPute/IMAge DENOM = FLATAV2-DARKAV2 . ... MODIfy/COLumn N5126RF,BADCOL CLR5126 C . MODIfy/COLumn N7794RF,BADCOL CLR7794 C . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node453.html -- 3.3 Кб -- 23.02.1996
Похожие документы

2. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

3. AstroAsciiData
... AstroAsciiData is a Python module to handle ASCII tables. ... The idea to develop this Python module emerged from the fact that ASCII tables continue to be one of the most popular and widely used data exchange formats in astronomy and probably science in general. ... To load this ASCII table, go into Python, load the AstroAsciiData module and read in the table with: . ... demo = asciidata.open('webexa.txt') . ... Users who only want to work with ASCII tables neeed no further python modules. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/ -- 13.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>262) - www.stecf.org/ )

4. Example 2: Correcting for bad pixels
... Meta Index / Home Page / Usage and Examples To correct for bad pixels and bad columns (section 7.10 ) a file containing the bad pixel extensions must be specified on the command line by: . ... By default the code looks for pixels which fall outside the CCD collecting area and outside the field-of-view with a resolution of 2 arcseconds. ... arfgen spectrumset=spectrum.ds badpixlocation=myevents.ds badpixelresolution=1.0 which improves the accuracy of the bad pixel calculation. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/arfgen/node8.html -- 4.0 Кб -- 22.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>15035) - xmm.vilspa.esa.es/ )

5. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы
Еще в разделе: (Показать все результаты (>17436) - www.stsci.edu/ )

6. Examples of data contained in the JPDOC
Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties . ... If necessary, data have been determined for the different crystallographic axes. ... In the following we give some examples of the data and their possible applications. Table: Summary of data measured in the Jena laboratory, which are currently available from the JPDOC. compound . ... amorph. ... Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties root 2003-03-06 ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/5-OPTC/JPDOC2/node6.html -- 10.1 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>238) - www.astro.spbu.ru/ )

7. Spectrum v1 - Examples
In order to calculate the line profile of a given absorption line for atomic species Z with a wavelength LAMBDA (in Angstroms) and a microturbulent velocity VT (in km/s). ... mode . ... 1) The input model may contain more than one model (i.e. it may be an entire grid of models). Spectrum will cycle through this grid NMOD times, omitting NSKIP-1 models from the . ... However, the input data following MODE must be repeated NMOD times in order to obtain equivalent results for each model in the grid. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_v1_examples.html -- 7.6 Кб -- 02.06.2003
Похожие документы
Еще в разделе: (Показать все результаты (>2340) - star.arm.ac.uk/ )

8. Computing atmospheric absorption with AATM Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Atmospheric Modelling for ALMA . This is also a very simple program (sharing some code with dispersive ) to compute the atmospheric absorption due to dry and wet components of the atmosphere. ... Invoking the help option: ./absorption --help Compute absorption by the atmosphere This program is part of AATM version 0.09 GPL license -- you have the right to the source code. ... Computing atmospheric absorption with AATM . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/aatm-absorption.html -- 9.6 Кб -- 04.04.2016
Похожие документы

9. mod_authn_dbd - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... User authentication using an SQL database . ... Please note that you need to load an authorization module , such as mod_authz_ user , to get it working. # mod_dbd configuration DBDriver pgsql DBDParams dbname=apacheauth user = apache password =xxxxxx DBDMin 4 DBDKeep 8 DBDMax 20 DBDExptime 300 Directory /usr/www/myhost/private # core authentication and mod_auth_basic configuration # for mod_authn_dbd AuthType Basic AuthName My ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_authn_dbd.html -- 14.7 Кб -- 21.01.2013
Похожие документы

10. ccontsubtract CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . ... It can be run with the following command, where ?config.in? is a file containing the configuration parameters described in the next section. ... Parset parameters understood by ccontsubtract are given in the following table (all parameters must have CContSubtract prefix, i.e. CContSubtract.dataset ). ... A number of other parameters allowing the user to narrow down the data selection are understood. ... Parameter . ... Data set file name to work with. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/calim/ccontsubtract.html -- 14.9 Кб -- 12.04.2016
Похожие документы

11. http://xray.sai.msu.ru/~ivan/gmt/man/spectrum1d.html
spectrum1d - compute auto- [and cross- ] spectra from one [or two] timeseries. spectrum1d [ x [ y ] file ] -S segment _ size ] [ -C ] [ -D dt ] [ -N name _ stem ] [ -V ] [ -W ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] spectrum1d reads X [and Y] values from the first [and second] columns on standard input [or x [ y ] file ]. ... Units same as ypower. name _ stem .npower Power spectral density of the noise output. Units same as ypower. name _ stem .gain Gain spectrum, or modulus of the transfer function. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/spectrum1d.html -- 7.0 Кб -- 19.03.1999
Похожие документы

12. http://www.naic.edu/~astro/spectral_line/handbook_old/app/analyz_instruc.html
Next: Trouble Shooting at the Telescope Up: Spectral Line Appendices Previous: Basic Analyz Routines - For use with data taken AFTER March 6, 2000 . ... setvel : Uses the "optical" definition to convert frequencies to velocity, and then stores the velocities in register 41. ... Line 1 - The area, central velocity, and width at 50% of the mean flux. ... rcl 8;sto 501 To begin working on your data again, you must the restore both the data and frequecy info: rcl 500;sto 43;rcl 501;sto 8 . ... sto 43 . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/spectral_line/handbook_old/app/analyz_instruc.html -- 17.7 Кб -- 18.05.2001
Похожие документы

13. Apparent places of fundamental stars for Computer Ephemeris for 2014
Computer Ephemeris for 2014 from DE200/LE200. Apparent places of fundamental stars. ... Due to huge amount of data in this section of Computer Ephemeris, please, download zip file here. ... The first row contains FK5 number, magnitude, spectral class, name of the star. ... The second row contains date when upper culmination of star take place twice. ... Line 'J1997.5' contains seconds of alpha and delta to be added to alpha0 delta0 to form mean place at J1997.5. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/14a/St3.html -- 9.3 Кб -- 15.10.2013
Похожие документы

14. mcfile
... The predicted magnetic conjugations correspond to the less then 5 deg relative geocentric angular distance of the two satellites magnetic footprints. ... Universal time) . ... the difference between two satellites corrected geomagnetic local times (see as well column 11) . ... the difference between two satellites corrected geomagnetic latitude (see as well column 12) . ... the satellite geographical latitude . ... the corrected geomagnetic local time . ... the corrected geomagnetic latitude . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/descr/rtmcfile.htm -- 5.8 Кб -- 12.05.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/descr/rtmcfile.htm -- 5.8 Кб -- 12.05.1999
Похожие документы

15. Zen: wildspeed
Hide Zen home . ... Index . ... Also, it supports full index scan. ... Prefix search: words=# select count(*) from words where w1 like 'a%'; count ------- 15491 (1 row) Time: 7.502 ms words=# select count(*) from words where w2 like 'a%'; count ------- 15491 (1 row) Time: 31.152 ms . Wildcard search: words=# select count(*) from words where w1 like '%asd%'; count ------- 26 (1 row) Time: 147.308 ms words=# select count(*) from words where w2 like '%asd%'; count ------- 26 (1 row) Time: 0.339 ms . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/wildspeed -- 11.7 Кб -- 11.04.2016
Похожие документы

16. http://zebu.uoregon.edu/~uochep/talks/talks02/G020237.pdf
... Plot histogram and time series. Flow Chart GUILD & LIGO Tools Local File (XML) Restore Events Import XML event data into an event container LDAS Meta Database Save Events Process events (Sort, Coincidence, Cluster) Create Histogram and/or Time Series Plot Histogram/ Time Series Event Containers Hierarchy "Chain" container - A set of List containers. ... Holds one event. ... Time Series - Make a Time Series (DMT TSeries container) of the event rate, values of specified column or event function. ...
[ Текст ]  Ссылки http://zebu.uoregon.edu/~uochep/talks/talks02/G020237.pdf -- 217.5 Кб -- 25.09.2002
Похожие документы

17. http://www.eso.org/~rsiebenm/agn_models/
... Spectral energy distributions (SEDs) for active galactic nuclei (AGN) are made publicly available by computing self-consistent 2-phase AGN torus models. ... Dust extends from the dust evaporation radius, typically located between pc/10 Heymann Siebenmorgen (2012). We consider fluffy dust particles ( Kr gel Siebenmorgen , 1994). ... As an example we show below the SEDs of an AGN computed with diffuse ISM dust ( Siebenmorgen et al 2014) and fluffy grains ( Kr gel Siebenmorgen 1994) . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~rsiebenm/agn_models/ -- 9.4 Кб -- 04.11.2015
Похожие документы

18. Apache module mod_auth_digest
This module provides for user authentication using MD5 Digest Authentication. Status: Experimental . ... Module Identifier: digest_auth_module . Compatibility: Available in Apache 1.3.8 and later. ... If you use this module, you must make sure to not use mod_digest (because they share some of the same configuration directives). ... Note: Digest authentication is more secure than Basic authentication, but only works with supporting browsers. ... Module: mod_auth_digest . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_auth_digest.html -- 18.1 Кб -- 05.11.2004
Похожие документы

19. Long description for frame layout example
This diagram illustrates a frame-like layout with 'position: fixed'. The illustration shows a four-panel frameset. The top panel ("header") covers the entire width of the frameset and takes up 15% of the vertical space. ... To the right of the sidebar and below the header is the "main" area, whose dimensions are computed based on remaining available space. Finally, at the bottom, the "footer" area is 100px high and covers the entire width of the frameset. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/frame-desc.html -- 2.0 Кб -- 01.05.1998
Похожие документы

20. Modeling Scattered Light in the HST Faint Object Spectrograph
... We describe the software tool bspec which models the dispersion and diffraction of light in the HST Faint Object Spectrograph. ... The HST Faint Object Spectrograph (FOS) uses blazed, ruled gratings and detectors that are sensitive over wide wavelength ranges. ... The program bspec has been developed to model the dispersion and diffraction of light in the FOS with an accuracy sufficient for the estimation of scattered light contamination in observed FOS data. ... We run bspec as follows: . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/bushouseh.html -- 13.2 Кб -- 03.11.2000
Похожие документы

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


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

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

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