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

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

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

1. WCSLIB: WCSLIB data structures
... DataљStructures . ... WCSLIB data structures . The WCSLIB routines are based on data structures specific to them: wcsprm for the wcs.h ,c routines, celprm for cel.h ,c, and likewise spcprm, linprm, prjprm and tabprm, with struct definitions contained in the corresponding header files: wcs.h , cel.h , etc. ... In particular, wcsset() analyses the FITS WCS keyvalues provided, fills the required values in the lower-level structs contained in wcsprm, and invokes the setup routine for each of them. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structs.html -- 6.9 Кб -- 10.04.2016
Похожие документы

2. Structure of the Spectral Package
... Several of the tasks in the spectral package share a common set of parameters. ... Each task in the spectral package has a hidden parameter which points to the pkgpars parameter file. The parameters stored here include the observed data sets and the model descriptor, and instrument-specific parameters. ... The observed counts and error data set contained in the table file ( *_obs.tab ) produced by qpspec will be the input data for subsequent spectral tasks. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node140.html -- 9.0 Кб -- 01.10.2012
Похожие документы

3. Sun orbital parameters for Computer Ephemeris for 2014 (DE200/LE200).
Computer Ephemeris for 2014 from DE200/LE200. Orbital parameters of the Sun. Date Mean Perigee Mean Paral Aberrat Epsilon Nutat longitude longitude anomaly Dec 24 272.6887 283.1787 349.5100 8.941 20.832 2326 6.72 -8.19 Jan 3 282.5451 283.1792 359.3660 8.943 20.837 6.71 -8.18 13 292.4016 283.1796 9.2220 8.942 20.834 6.76 -8.11 23 302.2581 283.1801 19.0780 8.935 20.818 6.87 -7.99 Feb 2 ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/14a/Su4.html -- 5.4 Кб -- 15.10.2013
Похожие документы

4. Parameters
... Meta Index / Home Page This section documents the parameters recognized by this task (if any). Parameter . ... table . Name of existing EPIC event list . ... It must contain sky image coordinates computed by attcalc ; it is likely to be the primary output event list from the chain processing tasks emproc or epproc . ... Duplicates corresponding parameter of task eboxdetect ; controls the source detection process; for more information please consult description of task eboxdetect . ... real . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/epicbscalgen/node9.html -- 14.5 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>14133) - xmm.vilspa.esa.es/ )

5. Stellarium: Skybright Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ... Skybright Class Reference . Compute the luminance of the sky according to some parameters like sun moon position or time or altitude etc.. ... setDate (int year, int month, float moonPhase) . ... Set the moon and sun zenith angular distance (cosin given) and precompute what can be This function has to be called once before any call to getLuminance() More... љ . ... cos(angular distance between moon and the position) . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSkybright.html -- 13.9 Кб -- 28.02.2014
Похожие документы

6. covar2ellipse.pro (JWST Pipeline routines in IDL)
... use frames summary class fields routine details file attributes . ... AUTHOR: Craig B. Markwardt, NASA/GSFC Code 662, Greenbelt, MD 20770 craigm@lheamail.gsfc.nasa.gov UPDATED VERSIONs can be found on my WEB PAGE: http://cow.physics.wisc.edu/~craigm/idl/idl.html . PURPOSE: Compute confidence limits for chi-square statistic . ... CALLING SEQUENCE: DELCHI = MPCHILIM(PROB, DOF, [/SIGMA, /CLEVEL, /SLEVEL ]) . ... result = mpchilim( p , dof , sigma= sigma , clevel= clevel , slevel= slevel ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~robberto/Main/Software/IDL4pipeline/covar2ellipse.html -- 25.9 Кб -- 27.02.2014
Похожие документы

7. Parameters of the starburst
... We assume that an instantaneous starburst occured in the region of the Galactic center, with half of the stars (in number) being formed in binaries. The total mass of the stars formed during the starburst was taken to be , as indicated by the Tamblyn & Rieke (1993) analysis. ... In fact, the number of stars in IRS 16 estimated by Tamblyn & Rieke (1993) is uncertain within a factor of 2, but this is actually of no importance as long as we only use relative numbers of different X-ray source species. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/html/publications/apj/node6.html -- 3.5 Кб -- 21.06.1996
Похожие документы

8. Documentation: LEDA: parameter: vopt
The vopt parameter is computed from the optical measurements in the compilation of redshifts by rejecting outliers and measurements marked for their bad quality and computing a weighted average of the remaining measurements. ... The optical measurements are first selected and converted to a uniform system as: vop = cz + zeropoint(iref) , where cz is the compiled value and zeropoint(iref) a zero-point correction for the reference iref . ... Finally, the individual corrected measurements are combined. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/leda/param/vopt.html -- 3.0 Кб -- 23.12.2013
Похожие документы

9. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы

10. Telescope Parameters
... Wind Baffle Parameters . ... As part of this analysis, the volume, mass, center of gravity and mass moment of inertia of the telescope and optics support structure (OSS) were computed. ... The total moment of inertia of the circular floor panel, wind baffle and telescope in azimuth should be correct to 30% but is dependent on estimates of the mass of equipment supported below and above the circular floor panel. ... Table 8 : Masses and mass moments of inertia of the wind baffle components. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19970514_BasicTelescopeInfo/19970514.html -- 20.6 Кб -- 19.05.1998
Похожие документы
Еще в разделе: (Показать все результаты (>610) - www.apo.nmsu.edu/ )