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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19950926_ConversionFactors/19950926_CFactors.html.

1. Conversion Factors, Material Properties and Constants
... It has been largely superceded by MatWeb . Conversion Factors . Material properties . Physical constants . Astronomical constants . This table gives conversion factors to convert various units to their SI equivalents. ... The units are SI. This is a short list of physical constants in SI units. ... Boltzmann constant . ... Gas constant . ... Mass . ... Plank's . ... Radiation constant . ... This is a short list of astronomical constants in SI units. ... Sun . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19950926_ConversionFactors/19950926.html -- 7.7 Кб -- 13.12.2002
Похожие документы
Еще в разделе: (Показать все результаты (>482) - www.apo.nmsu.edu/ )

2. The CO-to-H2 Conversion Factor and Dust-to-gas Ratio on Kiloparsec Scales in
We present ~kiloparsec spatial resolution maps of the CO-to-H2 conversion factor (ЮБCO) and dust-to-gas ratio (DGR) in 26 nearby, star-forming galaxies. We have simultaneously solved for ЮБCO and the DGR by assuming that the DGR is approximately constant on kiloparsec scales. ... In total, we derive 782 individual solutions for ЮБCO and the DGR. ... However, most galaxies exhibit a lower ЮБCO value in the central kiloparsecт??a factor of ~2 below the galaxy mean, on average. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~kgordon/papers/2013ApJ...777....5S.html -- 5.4 Кб -- 21.01.2016
Похожие документы

3. Unit Conversion
... To convert measurements in Kelvin to Jy (and vice versa) the global function convert_flux is needed. ... The function knows the basic parameters for some frequencies and telescopes, but the user may need to supply the aperture efficiency, telescope diameter or the Jy/K factor. ASAP> scans.convert_flux # If efficency known ASAP> scans.convert_flux(eta=0.48) # If telescope diameter known ASAP> scans.convert_flux(eta=0.48,d=35) # Unknown telescope ASAP> scans.convert_flux(jypk=15) # Alternative . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/asap/cookbook/node42.html -- 3.4 Кб -- 05.02.2013
Похожие документы

4. spectrometer counts to kelvins
... Avg: the average value of the spectra (maybe throwing out some channels at the edges). <>:average over the spectra (throwing out points at the edges if you want). gCal(f) :- frequency dependence of the tabulated cal values. ... calInK(Avg): Scaler cal value averaged over the band. calOffSpc(Avg): cal off value averaged over the band (in spectrometer counts) . ... cntsToK(avg) = calInK(Avg) / (calDif_cnts(Avg)) . To convert a spectrum b_cnts in spectrometer counts to b_K in Kelvins using cntsToK: . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/cals/spectrometerCntsToKelvins.html -- 19.1 Кб -- 12.06.2014
Похожие документы
Еще в разделе: (Показать все результаты (>2566) - www.naic.edu/ )

5. Format conversion
... If you have a program to convert data to MIDAS input format, fine. ... All you need to do is cannibalize the part of the existing program that reads the data, and add a short piece of code to re-format the data first as a flat ASCII file, one measurement per line; and then convert this to *.tbl format. ... It's just like the process of creating a program-star table. ... You may decide to write a short MIDAS script to apply your format-conversion program and the edited *.fmt file to each night's data...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node285.html -- 7.5 Кб -- 23.02.1996
Похожие документы

6. Energy conversion factors
. XMM-Newton Science Analysis System . ssclib (ssclib-3.33.4) [xmmsas_20080701_1801-8.0.0] . Meta Index / Home Page / A module which contains / Constants . Name . Value . Description . ErgToeV . 1.0d-7 / ElectronQ . erg to eV . ErgTokeV . ErgToeV /1000.0 . erg to keV . eVToErg . 1.0/ ErgToev . eV to ergs . keVToErg . 1000.0/ ErgToev . keV to ergs . XMM-Newton SOC/SSC -- 2008-07-01
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node36.html -- 4.1 Кб -- 01.07.2008
Похожие документы

7. Postscript to PDF conversion
... The simplest way to convert PostScript files into PDF on our Linux machines is to use the ps2pdf command, e.g. ps2pdf file.ps file.pdf . ... If all original files contain only one page then the resulting PDF document would have have one page for each file. ... Step: Add a pdfmark operator in the set-up section so that the list of bookmarks in the resulting PDF document is visible on the left hand side when the file is opened: . ... where bookmark_file is an ASCII file containing the pdfmark...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/procs/PS2PDF/ps2pdf.html -- 8.9 Кб -- 26.01.2004
Похожие документы
Еще в разделе: (Показать все результаты (>4904) - www.eso.org/ )

8. Data Conversion
Next: Directory Manipulation Up: C Standard Library Functions Previous: Character Classification and Conversion . ... double atof( char * string ) - Convert string to floating point value . int atoi( char * string ) - Convert string to an integer value . int atol( char * string ) - Convert string to a long integer value . char *itoa( int value , char * string , int radix ) - Convert an integer value to a string using given ...