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

1 | 2 | 3 | 4 | След.

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

1. Event File Specifications
SAOtng supports display of photon event data contained in raw files, similar to its support for FITS Binary Table extensions (e.g., X-ray event lists). ... Because event files do not usually contain enough information to generate an image, we have adopted some conventions for specifying how to interpret the data in these files and for how to bin rows of events into images. To image an event file, it is first of all necessary to define the structure of the events in the event file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/event_spec.html -- 7.1 Кб -- 01.10.2012
Похожие документы

2. lsst.tcc: python/tcc/axis/coordConvWithFP.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... python . ... axis . coordConvWithFP.py . ... 22 љ def coordConvWithFP (fromCoordSys, fromPVTPair, fromPxPMRadVel, fromDir, toCoordSys, obj, inst, zeroPM, useGSWavelen): . 23 љ """!Convert a coord from one coordinate system to another . ... 35 љ @param[in] obj object block computed at desired desired TAI date of conversion . ... 50 љ obj = tcc.base.Obj(obj) # make a copy so I can change obj.site if useGSWavelen . ... tcc.axis.rotFromObs.rotFromObs . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/coord_conv_with_f_p_8py_source.html -- 35.1 Кб -- 14.09.2015
Похожие документы

3. 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
Похожие документы

4. http://www.adass.org/adass/proceedings/adass02/reprints/P1-3.pdf
... 295, 2003 H. E. Payne, R. I. Jedrzejewski, and R. N. Hook, eds. The MAST Pointings Tables Pro ject Karen Levay, Paolo Padovani1 , Randall Thompson, Megan Donahue, Michael Corbin Space Telescope Science Institute, 3700 San Martin Drive, Baltimore, MD 21218 Abstract. We have undertaken a pro ject to create a database of all HST imaging observations organized by position on the sky. ... Each sky region was called a "pointing." ... Users select the instrument pointings table they wish to search. ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass02/reprints/P1-3.pdf -- 109.8 Кб -- 11.03.2003
Похожие документы

5. 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
Похожие документы
Еще в разделе: (Показать все результаты (>681) - crydee.sai.msu.ru/ )

6. Definition Lists
... The DD tag element specifies a term definition, and follows one or more DT elements. ... CLASS . ... The CLASS attribute is most commonly used to attach a different style to some element, but it is recommended that where practical class names should be picked on the basis of the element's semantics, as this will permit other uses, such as restricting search through documents by matching on element class names. ... CLEAR . ... The CLEAR attribute allows you to move down unconditionally: . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/termdef.html -- 3.8 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>140) - comet.sai.msu.ru/ )

7. XV-TRACKER
... Satellite data ] . SMIS ] . The program controls the data acquisition according to the specified schedule of the sessions. ... The calibration of AVHRR instrument data is performed during acquisition . The program can be started in parallel with the satellite pass visualization, that allows the user to monitor a session and store data only relevant to specific regions in manual selection mode. ... Back to SMIS Home Page . ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/inform/engl/soft/e_track.htm -- 3.4 Кб -- 13.03.1997
Похожие документы
Еще в разделе: (Показать все результаты (>21) - smis.iki.rssi.ru/ )

8. Definitions of terms used to describe Apache directives
Each Apache configuration directive is described using a common format that looks like this: . ... This indicates the format of the directive as it would appear in a configuration file. This syntax is extremely directive-specific, and is described in detail in the directive's definition. ... If the directive has a default value ( i.e. , if you omit it from your configuration entirely, the Apache Web server will behave as though you set it to a particular value), it is described here. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/directive-dict.html -- 13.1 Кб -- 15.10.2001
Похожие документы

9. Directory handling functions
Next: File Manipulation Routines Up: File and Directory Manipulation Previous: File and Directory Manipulation . This basically involves calling appropriate functions. int chdir(char path) - changes directory to specified path string. ... NOTE: rindex() is a string handling function that returns a pointer to the last occurrence of character c in string s , or a NULL pointer if c does not occur in the string. ( index() is similar function but assigns a pointer to 1st occurrence.) ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 02.10.2012
Похожие документы

10. SXG Science Data Center
SXG Data Center . ... Data archive . ... The prototype of archiving and data extracting system was realized for MOXE all-sky monitor long-term data archive . ... The data must be organized in the way that will provide the maximum effectiveness for the goals of long term data analysis i.e. long period monitoring of the particular field of the sky. ... DBM2 field Because the data in DBM2 are stored sorted by the fields on the sky it is the simpliest way to specify which part of the sky is necessary. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/SXG/SDC/level_1/archive.html -- 5.4 Кб -- 18.02.2004
Похожие документы

11. Spectrum - control
... spectrum . ... mn : main program, wh : subroutine WHOLE, in : subroutine INTEG and SFLUX, op : continuous opacities, ln : line opacities, at : atomic data, md : model atmosphere, ou : output, ot : other. ... This variable is set whenever a model atmosphere is read in, so that the default is whatever was used to compute the original model atmosphere. ... Default = 1 . ... As well as reading in the model, ionisation fractions and other depth-dependent quantities are also computed at this stage. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_control.html -- 18.1 Кб -- 03.06.2012
Похожие документы

12. http://site2010.sai.msu.ru/static/doc/TTravouillon_TMT_site_testing_site2010.pdf
Lessons learned from the Thirty Meter Telescope site testing Tony Travouillon Sebastian Els, Angel Otarola, Reed Riddle, Matthias Schoeck, Warren Skidmore TMT.XXX.PRE.05.0XX.DRF01 1 Introduction TMT and its Site testing. Important choice before going on site. ... Considerations during analysis of the data. TMT.XXX.PRE.05.0XX.DRF01 2 Some Background about the TMT Site Testing TMT is a 30m, segmented, RitcheyChretien telescope design. ... ASCA Cloud Cover Analysis So how do we do it in practice? ...
[ Текст ]  Ссылки http://site2010.sai.msu.ru/static/doc/TTravouillon_TMT_site_testing_site2010.pdf -- 2354.3 Кб -- 18.10.2010
Похожие документы

13. Iowa Robotic Telescope Facilities
... Iowa Robotic Telescope | ... Talon is based on OCAAS, a software suite developed by software engineer Elwood Downey ( Clear Sky Institute ) for use at the University of Iowa ?s first remote facility (the ATF, or Automated Telescope Facility). ... XObservatory : Telescope Control Interface . ... This program calls upon and coordinates much of the interrelated portions of the Talon architecture, and forms the primary control panel for the telescope, dome, and peripheral systems when used locally. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/Talon(OCAAS)/Iowa%20Robotic%20Telescope%20Facilities.htm -- 37.9 Кб -- 25.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>45) - vega.inp.nsk.su/ )

14. Precession/nutation matrix. Explanations for Computer Ephemeris.
Computer Ephemeris. Precession/nutation matrix. Explanations. Each row contains for the date specified at 0 h of Time Dynamical Terrestrial nine elements of equatorial precession/nutation matrix minus unity matrix multiplied on 10 8 . This matrix is to be used for coordinate transformation of equatorial coordinates between mean equatror and equinox J2000.0 and real equator and equinox of date. ... This is the matrix for transformation from J2000.0 to date. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/ea2.html -- 2.1 Кб -- 16.10.2004
Похожие документы

15. East Siberian Center for the Earth's Ionosphere Research. Instruments engineer
Russian SHAREABLE DATA CENTER Institute of Solar-Terrestial Physics SB RAS . ... The instruments engineer and technical support subdivision consists of the engineer support group: 4 senior engineers, 5 engineers and 14 staff members of service personnel. Head: Zavorin A. V. The main subdivision's instrument is the Incoherent Scatter Radar . The instruments engineer and technical support subdivision's main task is technical support of Irkutsk IS radar experiments. ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/isr/engdepen.htm -- 3.4 Кб -- 04.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>15) - rp.iszf.irk.ru/ )

16. http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY
and 42 % 27-11-1999 Andr\'as Holl % 2.31: 02-05-2001 % % Konkoly Observatory, Budapest, Hungary % Use the following documentstyle definition : % \documentstyle[twoside, ibvs2, epsf]{article} % or % \documentstyle[twoside]{article} % \input ibvs2.sty % \input epsf.sty % epsf is only needed for figures % IBVS.STY screen message \ typeout {} \ typeout {IBVS.STY Ver. 2.31 - 02-05-2001 } \ typeout {Information Bulletin on Variable Stars - Konkoly Observatory} \ ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY -- 8.5 Кб -- 29.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>56) - sai.msu.ru/ )

17. Practical 1 / 8 Ebony Violin Peg Instrument Accessory Laroom Платье Basic-172
... Practical 1 / 8 Ebony Violin Peg Instrument Accessory . Size: SIZE 1 / 8 . ... Type: Violin Peg . For: Violin . Material: Ebony . ... Product size (L x W x H): 6 x 1.8 x 0.7 cm / 2.36 x 0.71 x 0.28 inches . Package size (L x W x H) : 7 x 3 x 2 cm / 2.75 x 1.18 x 0.79 inches . Musical Instruments . ... Package Contents: 1 x Violin Peg . ... Повседневные (casual) платья . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku4876.html -- 23.3 Кб -- 14.02.2016
Похожие документы

18. http://www.2dfquasar.org/Spec_Cat/fits_header.txt
... Equinox of object coordinates BJ = 18.87 / bJ magnitude UMBJ = -0.69 / u - bJ colour BJMR = 0.22 / bJ - r colour NOBS = 1 / Number of 2dF observations available IS_ BEST = 'TRUE ' / TRUE if this file contains the best 2dF observa DATEBEST= '24/09/00' / Date of best 2dF observation (DD/MM/YY) ID_ BEST = 'QSO ' / ID from best 2dF observation QUALBEST= 11 / Data quality flag from best 2dF observation Z_ ...
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Spec_Cat/fits_header.txt -- 5.1 Кб -- 03.03.2004
Похожие документы
Еще в разделе: (Показать все результаты (>6) - www.2dfquasar.org/ )

19. SPUTNIK home page
... Average resolution at altitude H=668 km . ... Swath width at H=668 km and inclination of beginning of swath 20.48 degrees . ... Resolution at H=668 км . ... Наименование параметра . ... 1 канале . ... Полоса обзора при H=668 км . ... 1-5 спектральной зоне, не более . ... 1 спектральной зоне . 0,48-0,52 мкм . ... 0,915-0,997 мкм . ... 1-4 канал . ... 1-4 каналов . ... Спектральные характеристики каналов (по уровню 0,5): . ... For more information send a mail to: info@sputnik.infospace.ru . ...
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/ocean_o/engl/ocean_1.htm -- 19.8 Кб -- 21.01.2002
Похожие документы
Еще в разделе: (Показать все результаты (>10) - sputnik.infospace.ru/ )

20. SAI Space Monitoring Laboratory
Lab . Main page News People . ASA . Master . Master net Homepage . ... Lomonosov Moscow State University Sternberg Astronomical Institute . ... MASTER . ... Lomonosov (ShOK) . ... About Space Monitoring Laboratory, scientific directions, instruments, contacts . People, who work in lab . Latest news and news archive . ... Gamma-Ray Bursts observations . Theory of Gamma-Ray Burst formation . ... MASTER (Global Robotic optical monitoring system) . ... All news ...
[ Сохраненная копия ]  Ссылки http://master.sai.msu.ru/en/ -- 8.2 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>202) - master.sai.msu.ru/ )

1 | 2 | 3 | 4 | След.


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

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

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