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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1base_1_1pvt_coord_from_p_v_t_pair.html.

1. lsst.tcc: tcc.msg.formatObjFields Namespace Reference
... Files . ... tcc.msg.formatObjFields Namespace Reference . ... Definition at line 36 of file formatObjFields.py . ... Definition at line 107 of file formatObjFields.py . ... Definition at line 115 of file formatObjFields.py . ... Definition at line 129 of file formatObjFields.py . ... Definition at line 122 of file formatObjFields.py . ... Definition at line 213 of file formatObjFields.py . ... Definition at line 139 of file formatObjFields.py . ... Definition at line 247 of file formatObjFields.py ....
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1msg_1_1format_obj_fields.html -- 41.9 Кб -- 14.09.2015
Похожие документы

2. Stellarium: SphereParams Struct Reference
... SphereParams Struct Reference . ... SphereParams (const float radius) . ... Definition at line 50 of file StelGeometryBuilder.hpp . ... Definition at line 103 of file StelGeometryBuilder.hpp . ... Definition at line 120 of file StelGeometryBuilder.hpp . ... Definition at line 112 of file StelGeometryBuilder.hpp . ... Definition at line 118 of file StelGeometryBuilder.hpp . ... Definition at line 110 of file StelGeometryBuilder.hpp . ... Definition at line 114 of file StelGeometryBuilder.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structSphereParams.html -- 23.3 Кб -- 28.02.2014
Похожие документы

3. casacore: casa::FunctionTraits< T > Class Template Reference
... Classes . ... casa::FunctionTraits< T > . ... Function data types for parameters and arguments. ... Actual template type. typedef T . ... Type for arguments. typedef AutoDiff < T > . ... FunctionTraits defines relationships between the data types of result, parameters and arguments of function objects. This templated class contains a number of typedefs that describe the relationship between different numeric data types used for the calculation of Function and the function parameter and arguments. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1FunctionTraits.html -- 25.3 Кб -- 14.02.2011
Похожие документы

4. Documentation: LEDA: parameter: modz
The redshift distance modulus modz , in mag, is derived from the Virgo infall vvir , it can be used to determine the absolute magnitude knowing the apparent one. It is defined as modz = 5 log(D L ) + 25 where D L is the luminosity-distance in Mpc, defined by the law of dimming of the observed flux: F L / D L 2 . ... D L is derived from the cosmological redshift, assuming the following values for the Hubble constant and other cosmological parameters: H 0 = 70 km/s/Mpc . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/leda/param/modz.html -- 3.6 Кб -- 23.12.2013
Похожие документы

5. mod_macro - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... macro_module . ... These macros have parameters. ... macro definition within a <Macro> section, following the apache style. user defined names for the macro and its parameters. macro names are case-insensitive, like apache directives. macro parameter names are case sensitive. macro parameters must have distinct names. error on empty parameter names. redefining a macro generates a warning. macro definitions can be nested... (but what for?) . ... Use of a macro: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/mod/mod_macro.html -- 13.5 Кб -- 19.11.2015
Похожие документы

6. Parameters
... Meta Index / Home Page This section documents the parameters recognized by this task (if any). ... yes . ... If weightstyle =`gti', the task attempts to obtain a list of Good Time Intervals (GTIs), the exact way these are supplied being dictated via the parameter gtistyle ; these GTIs are ANDed with the attitude time bins; the net GTI in each bin provides the weight. gtistyle . ... If gtistyle =`user', the task obtains a single, simple GTI for all chip images from the parameters tstart and tstop . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ecubechip2sky/node4.html -- 14.8 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>14901) - xmm.vilspa.esa.es/ )

7. http://www.stsci.edu/documents/dhb/webvol2/c16_hspcalib.fm3.html
... Computing the true count rates for digital data. ... The following equation is used to find the count rate. x = ( raw counts / sample time ) . ... True count rates for digital data are corrected by using the first equation for a point source and the second for an extended source. a = ( y - pre_amp - darkrate ) / ( highvolt x pt_effic ) . ... True photocurrents (count rates for analog data) are corrected by the first equation for point sources and the second equation for extended sources. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/documents/dhb/webvol2/c16_hspcalib.fm3.html -- 7.2 Кб -- 10.02.1998
Похожие документы

8. http://www.naic.edu/~phil/hardware/weatherstation/parameterDefinitions.ps
... Measurements Definition Sample Timestamp Definition : Time and date of measurement XML parameter : mtSampTime Windspeed Definition : 3 second rolling average of 250 millisecond samples XML parameter : mtWindspeed Units : MPH Raw Wind Direction Definition : 3 second rolling average of 250 millisecond samples XML parameter : mtRawWindDir Units : Degrees Adjusted Wind Direction ... XML parameter: mt60MinWindGustTime_2 Units: date and time ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/hardware/weatherstation/parameterDefinitions.ps -- 326.4 Кб -- 18.11.2010
Похожие документы

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. Actor Prolog. Programming language definition.
Целевое утверждение (goal statement) - утверждение, с доказательства которого начинается исполнение программы . Целевой мир резидента (target world of resident) - один из миров , в которых резидент исполняет заданный вызов функции . ... Целевой процесс резидента (target process of resident) - один из процессов , состояние которых отслеживает резидент ; в состав целевого процесса входят некоторые целевые миры резидента . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/koi8/02030150.html -- 3.2 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>660) - www.cplire.ru/ )

11. Spectrum - control
... spectrum . ... nsource <n> : choice of source function (def: 3=Feautrier) . noptype <n> : choice of continuous opacity (def: 1=Kiel) . nhedat <nhedat> : choice of HeI data (BCS or Mon treal) (def: 1=BCS) . ... read_model <filename>: read model atmosphere in QUB/STERNE2 format . ... wavmax <w_max> : distance from line centre to compute . ... nvturb <n vt > : number of points in -dependent v turb . ... tau_exp <n> : increase resolution of optical depth scale by adding additional points . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_commands.html -- 10.8 Кб -- 03.06.2012
Похожие документы

12. Database of Optical Properties -- Level: database
Optical characteristics of non-spherical scatterers . ... A list of reviews (under preparation) and links to the databases of Hovenier's and Gustafson's groups on the visible/infrared and microwave light scattering experiments, respectively. ... Light scattering codes . ... Benchmarks in optical properties . Tables of different light scattering characteristics carefully calculated by different codes (methods). Dependence of optical properties on scatterer parameters . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/1-dbase.html -- 5.9 Кб -- 19.11.2010
Похожие документы

13. Conformance: requirements and recommendations
... SGML . The text/html content type . In this section, we begin the specification of HTML 4.0, starting with the contract between authors, documents, users, and user agents. ... These recommendations are not normative and conformance with this specification does not depend on their realization. ... An HTML document is an SGML document that meets the constraints of this specification. ... A user is a person who interacts with a user agent to view, hear, or otherwise use a rendered HTML document. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/conform.html -- 12.1 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/conform.html -- 12.1 Кб -- 24.04.1998
Похожие документы

14. Initial Distributions of Binary Parameters
Next: Star Formation Rate and Up: No Title Previous: Calculation of Evolutionary Tracks . To start calculations, we choose the distributions of the initial binary parameters: the mass of the primary ZAMS component, , binary mass ratio, , orbital separation a . ... whereas the mass ratio distribution is not. ... The zero assumption often made is that the mass ratio distribution has a flat shape, that is binaries with a high mass ratio occur as frequently as those with equal masses. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~mystery/articles/review/node39.html -- 14.1 Кб -- 26.02.1997
Похожие документы

15. Welcome to pyBLoCXS documentation! pyBLoCXS v0.0.3 documentation
... pyBLoCXS v0.0.3 documentation . ... The code is a Python extension to Sherpa that explores parameter space at a suspected minimum using a predefined Sherpa model to high-energy X-ray spectral data. pyBLoCXS includes a flexible definition of priors and allows for variations in the calibration information. ... Set all parameters to log scale set_sampler_opt ( 'log' , True ) # Set only the first parameter to log scale set_sampler_opt ( 'log' , [ True , False , False ]) . ... Passing Parameters . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/pyBLoCXS/ -- 48.6 Кб -- 01.10.2012
Похожие документы

16. Department of Solid State Physics MIPT
Chair of solid state physics . ... Laboratory practical training on the structural analysis for 3rd year students of the Solid State Physics Chair of MIPT . ... X-ray diffraction methods in materials research . Debye method: determination of lattice parameters, identification of crystal phases . ... X-ray phase analysis: computer processing of X-ray diffraction spectra, identification of crystal phases using ICDD database . ... X-ray powder diffraction: qualitative phase analysis. ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/kafedra/en/courses/khasanov.html -- 9.4 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>511) - www.issp.ac.ru/ )

17. Bias-Free Parameter Estimation with Few Counts, by Iterative Chi-Squared
... We demonstrate through numerical simulations that model parameters estimated with our technique are essentially bias-free, even when the average number of counts per bin is 1. ... The IW technique avoids such biases by estimating through successive iterations, where for each iteration, j, , and the best-fit parameters are determined by minimization of . ... In our sample, we find that the minimum values and best-fit parameters converge after about 6 iterations. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kearnsk.html -- 12.3 Кб -- 03.11.2000
Похожие документы

18. Biosphere: Analysis of Value Parameters
... Публикации и издания Публикации профессорско-преподавательского состава СГАУ Издания проф. Сосниной Т.Н. Biosphere: Analysis of Value Parameters . ... Besides, the ways of saving the use value and value properties of biosphere are analyzed. The expediency of transformation of two-criterion theory of value into the three- criterion theory of the balance of value, where the ecologic component performs the function of the key criterion has been founded. ... BIOSPHERE USE VALUE OF THE PRODUCT: MAIN . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/resources/sotrudniki/sosnina/mono14/ -- 80.9 Кб -- 10.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>231) - www.ssau.ru/ )

19. TRANBACK (V0.2) --- Dec99 --- TRANBACK (V0.2)
tranback -- Transform an X,Y position from output to input pixel position using the same conventions as drizzle tranback xout yout . xout = 400 [real] . ... The X dimension of the input image (this is used to determine the centre which is the origin of the transformations). (nyin = 800) [real] . ... If "output" the input image center is mapped to the center of the output grid, rotated about that center and then shifted along the grid of the output image. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/driztools/tranback.hlp.html -- 6.4 Кб -- 06.06.2006
Похожие документы

20. comedi_get_cmd_generic_timed
... Next . comedi_get_cmd_generic_timed -- streaming input/output capabilities . ... int comedi_get_cmd_generic_timed (comedi_t * device, unsigned int subdevice, comedi_cmd * command, unsigned int period_ns); . The command capabilities of the subdevice indicated by the parameters device and subdevice are probed, and the results placed in the command structure pointed to by the parameter command. ... The command measures samples at a rate that corresponds to the period period_ns. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-cmd-generic-timed.html -- 4.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-cmd-generic-timed.html -- 4.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-cmd-generic-timed.html -- 4.1 Кб -- 02.10.2012
Похожие документы

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


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

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

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