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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.jsc.nasa.gov/Bios/htmlbios/fisher-a.html.

1. Astronaut Bio: Michael Lopez-Alegria (11/2014)
... Michael E. Lopez-Alegria (Captain, USN, RET.) ... After his second mission, he led the International Space Station (ISS) Operations branch of the Astronaut Office. ... In October 2014 Lopez-Alegria became an independent consultant; he is based in Washington, D.C. SPACE FLIGHT EXPERIENCE: Mission Specialist (MS)-2, STS-73 Columbia (October 20 to November 5, 1995). ... The primary mission objective was delivery of the Expedition 6 crew to the ISS and the return of the Expedition 5 crew to Earth. ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/lopez-al.html -- 7.6 Кб -- 07.07.2015
Похожие документы

2. OptInt PmWiki : MROIFastTipTilt / Doc Man
... 1100 FTT/NAS . ... 1120 Camera . ... 1140 Camera Mount & Enclosure . ... 1170 Test Equipment . ... 1200 FLC . ... MRO-PLA-CAM-0000-0106 FTT/NAS & FLC Development Plan . ... MRO-ICD-CAM-1000-0109 "FTT/NAS,FLC-UTE" FTT/NAS & FLC to Enclosure ICD . MRO-ICD-CAM-1000-0110 "FTT/NAS,FLC-NOT" FTT/NAS & FLC to optical table ICD . MRO-ICD-CAM-1000-0111 "FTT/NAS,FLC-UT" FTT/NAS & FLC to UT optical ICD . ... Printable View of http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIFastTipTilt/DocMan) ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIFastTipTilt/DocMan?action=print -- 14.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3029) - www.mrao.cam.ac.uk/ )

3. Untitled Document
... The Site Safety Officer is responsible for continued safe functioning of facilities and equipment including telescopes, and the safety of personnel involved in or near maintenance activities. ... All employees are responsible for prompt reporting of conditions requiring maintenance. ... Preventive maintenance programs will be designed to insure a safe and healthful working environment for every employee and to minimize the need for emergency repairs. ... EMERGENCY REPAIRS . ... WRITTEN PROCEDURES . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Site/usersguide/SafetyPlan/06SafeSec21.html -- 5.7 Кб -- 21.05.2009
Похожие документы
Еще в разделе: (Показать все результаты (>722) - www.apo.nmsu.edu/ )

4. INTERNATIONAL SPACE STATION
... U.S. Naval Captain . NASA Astronaut, USA . ... He performed three space flights of the total duration of 42 days 14 hr 22min 27 s; during these flights he performed five EVAs of the total duration of 33 hr 58 min. ... The flight duration was 12 days 21 hr 42 min 41s. The main flight task was the Z1 Truss and Pressurized Mating Adapter 3 delivery to the International Space Station. ... After his second space flight he led the newly formed ISS Crew Operations branch of the Astronaut Office. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/iss14/lopez_alegria.html -- 13.6 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3643) - www.energia.ru/ )

5. Procedure
... The OM CCF component BadPix is read and the entries of bad pixels falling into the specified area are extracted. A value of zero is assigned to defect free pixels in the output map. Bad pixels are marked in the output map by non-zero values. The value assigned to a bad pixel encodes the type of defect. The mapping between CCF description and the integer encoding used in the output badpixel map is as following: . ... hot CCD pixel . ... dead CCD pixel . ... bad CCD pixel . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node639.html -- 5.6 Кб -- 20.09.2011
Похожие документы

6. http://www.stsci.edu/ops/swat/safing/13046/slew_test_briefing_2013-02-16-1328.txt
From sembach@stsci.edu Sat Feb 16 13:56:28 2013 Date: Sat, 16 Feb 2013 13:56:27 -0500 From: Ken Sembach <sembach@stsci.edu> To: opm <opm@stsci.edu> Subject: Fwd: SADE-2R Slew Test Briefing and On-Orbit Test Results [ The following text is in the "Windows-1252" character set. ... Following verification the plan is to perform a slew under SADE-2 control to 83 degrees (a -7 degree slew) the return to 90 (a plus 7 degree slew) and verify the proper profile. ... Action Items: Action 1 ? ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ops/swat/safing/13046/slew_test_briefing_2013-02-16-1328.txt -- 5.2 Кб -- 17.02.2013
Похожие документы

7. Reading user input
To read standard input into a shell script use the read command. For example: echo "Please enter your name:" read name echo "Welcome to Edinburgh $name" . This prompts the user for input, assigns this to the variable name and then displays the value of this variable to standard output . ... For example: echo "Please enter your surname\n" echo "followed by your first name: \c" read name1 name2 echo "Welcome to Glasgow $name2 $name1" . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.3.html -- 2.3 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>247) - comet.sai.msu.ru/ )

8. Does memory area assigned by "vmalloc()" get swapped to disk?
... I am developing an Informed Prefetching and Caching system as part of the kernel in which it is very important that the memory assigned to hold the data does not get swapped to disk. Without any thought to swapping I used vmalloc() to assign memory to the data structures of the Informed prefetching system. ... I later realized that most probably the pages assigned using vmalloc() were getting swapped to the disk and when I referenced them, they were brought from the disk rather than memory. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/283.html -- 3.6 Кб -- 23.03.2000
Похожие документы

9. Procedure to handle Waiver Requests
... The Phase 2 Waiver Request procedure is the channel to handle such requests. ... Waiver requests are handled from PROP, enabling easy(er) back-up in case of absence of the support astronomer to whom the run is assigned. ... The following file lists the standard waivers providing guidelines whether the specific waiver request is handled directly by USD support astronomer or it requires input from Paranal: . ... USD support astronomer sends the final decision on the waiver to the user who requested it...
[ Сохраненная копия ]  Ссылки http://www.eso.org/observing/usg/sciops/Waivers/ -- 11.3 Кб -- 28.12.2015
Похожие документы

10. The Direction Assigned to Electric Currents
The choice of which type of electricity is called "positive" and which "negative" was made around 1750 by Ben Franklin, early American scientist and man of many talents. Franklin studied static electricity, produced by rubbing glass, amber, sulfur etc. with fur or dry cloth. ... Later, when electric batteries were discovered, scientists naturally assigned the direction of the flow of current to be from (+) to (-). ... Exploration" home page (index) Glossary . Official GSFC Home Page .. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/EAMAGSPH/woppos.html -- 3.7 Кб -- 21.12.2007
Похожие документы

11. The Direction Assigned to Electric Currents
... The choice of which type of electricity is called "positive" and which "negative" was made around 1750 by Ben Franklin, early American scientist and man of many talents (the stamp on the left commemorates his role as first US postmaster--and colonial postmaster before that). ... Franklin knew of two types of electric charge, depending on the material one rubbed. ... Later, when electric batteries were discovered, scientists naturally assigned the direction of the flow of current to be from (+) to (-...
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/Education/woppos.html -- 9.3 Кб -- 24.03.2006
Похожие документы
Еще в разделе: (Показать все результаты (>1219) - www.cosmos.ru/ )

12. Astronomical Names
... Satellites of the planets are assigned a provisional designation (indicating year of discovery) by the Central Bureau for Astronomical Telegrams ( CBAT ) upon satisfactory demonstration of the existence of a new object. ... In the past, Comets were first given a provisional designation, consisting of the year and a lowercase letter indicating the order of discovery in the year (e.g., 1994a was the first comet discovered or recovered in 1994, 1994b the second, etc.) ... Names .. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/tnp/names.html -- 8.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2306) - www.sai.msu.su/ )

13. Stellarium: gTime Class Reference
... Classes . ... gTime Class Reference . This class implements time calculations. ... gTime (double ai_jDays=0) . ... gTime (const gTime &timeSrc) . ... Set the time value of the time object to the julian day of year, day. ... operator= (const gTime &timeSrc) . ... Returns the time GMT value in Julian days. ... Returns the time_t value of the gTime Object. ... Returns a gTime object setted with the actual machine time. ... gTime Object assigned with real machine time. double gTime::getGmtTm . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTime.html -- 32.1 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>2064) - astro.uni-altai.ru/ )

14. Encapsulated PostScript Files
... For any PostScript hardcopy printer that has been assigned by ASSIGN/GRAPH , MIDAS produces a so-called encapsulated PostScript file. Using a public domain macro package ( e.g. Psfig/TeX) this PostScript plot file can, with a minimum of effort, be included in TeX or LaTeX documents. To do so, in the TeX or LaTeX document one should refer to the (possibly renamed) MIDAS PostScript file (normally pscrplot.ps ). ... Here is how the LaTeX text file with the included MIDAS plot then looks like. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node84.html -- 4.0 Кб -- 23.02.1996
Похожие документы

15. http://zebu.uoregon.edu/1996/ph123/hw2.html
... You can work in group sizes as large as 5. Each individual in that group could be assigned a particular question which would allow the group to complete the assignment in a more efficient manner. ... Off in the corner of the store was a small black box with a big sign that read . ... As the century turned, Africa began to emerge from a Dark Age stretching as far back as life on earth, into all the years that lay ahead - years of Renaissance, Enlightenment, Industry, and, if you will, Anxiety. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1996/ph123/hw2.html -- 6.6 Кб -- 15.05.1996
Похожие документы

16. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>321) - www.ipa.nw.ru/ )

17. Buying a Star: the Facts
... Subject: G.08 How are stars named? Can I name/buy one? ... The Supernova of 1987 (Supernova 1987A), one of the major astronomical events of this century, was identified with the star named SK -69 202 in the very specialized catalog, the _Deep Objective Prism Survey of the Large Magellanic Cloud_, published by the Warner and Swasey Observatory. These procedures and catalogs accepted by the International Astronomical Union are the only means by which stars receive long-lasting names. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~gibson/starnames/sci.astro.html -- 5.8 Кб -- 03.09.2003
Похожие документы

18. Control statements
As conditional or control statements you have IF in many variants (but essentially not changed from Fortran 77), DO (with some new variants) and the completely new statement CASE . The DO- loop should now be ended with the statement END DO and we no longer need any statement number. In addition, we can use the statement EXIT to jump out of the DO -loop and CYCLE in order to go to the next iteration of the present DO -loop. ... all negative numbers WRITE (*,*) 'Negative number' CASE (0) ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c6.html -- 5.4 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c6.html -- 5.4 Кб -- 17.02.1996
Похожие документы

19. casacore: casa::Memory Class Reference
... Classes . ... casa::Memory . ... Attempt to release memory which has been assigned but not allocated. static void . ... setMemoryOptions and setMemoryOption are typically front ends for mallopt which lets the user control some memory allocation parameters. static int . ... The class also reports assigned memory, which is the total memory that the process has been given, not all of which has been allocated by the programmer. ... Attempt to release memory which has been assigned but not allocated. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Memory.html -- 17.8 Кб -- 14.02.2011
Похожие документы

20. Spatial Region Boundaries
Describes how spatial region boundaries are handled. The golden rule for spatial region filtering was first enunciated by Leon VanSpeybroeck in 1986: . ... With this in mind, the rules for determining whether a boundary image pixel or table row are assigned to a region are defined below. For image filtering, pixels whose center is inside the boundary are included. ... That is, an row is inside the boundary without regard to its integerized pixel value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regbounds.html -- 7.3 Кб -- 01.10.2012
Похожие документы

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


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

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

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