... The data on UV glow of the atmosphere obtained in operation of one pixel of the TUS detector on board the Moscow State University "Universitetsky-Tatiana" satellite was taken into account in design of the updated TUS detector. ... The main feature of the design is use of MEMS technology scanning mirror controlled by the TUS computer, analyzing the recorded EAS data and directing the laser to the atmosphere spot, where back scattered Cherenkov light came from. ... Monitoring of UV intensity on-route....
[
Текст
]
Ссылки http://cosrad.sinp.msu.ru/experiments/tus/doc/HO2COSPAR2006.pdf -- 237.2 Кб -- 19.03.2008 Похожие документы
The beamer class Manual for version 3.06. \begin{frame} \frametitle{There Is No Largest Prime Number} \framesubtitle{The proof uses \textit{reductio ad absurdum}.} \begin{theorem} There is no largest prime number. \end{theorem} \begin{proof} \begin{enumerate} \item<1-| alert@1> Suppose $p$ were the largest prime number. \item<2-> Let $q$ be the product of the first $p$ numbers. \item<3-> Then $q+1$ is not divisible by any of them. \item<1-> Thus $q+1$ is also prime and greater than $p$.\qedhere
-- MySQL dump 8.23 -- -- Host: localhost Database: slides --------------------------------------------------------- -- Server version 3.23.58 -- -- Table structure for table `book` -- DROP TABLE IF EXISTS book; CREATE TABLE book ( id_content int(11) NOT NULL default '0', title varchar(255) default NULL, text1 text, text2 text, PRIMARY KEY (id_content) ) TYPE=MyISAM; -- -- Dumping data for table `book` -- INSERT INTO book VALUES (110,'Электронный учебник','',''); INSERT INTO book VALUES