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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astronet.ru/db/xware/msg/1203052.

1. Frizion Illume
... 26.02.2005 . ... In fact, this picture of thin layers of forming a ice crystals uses a scientific understanding of light's wave properties solely for artistic purposes. Titled "Illume", the picture was created by astrophysicist Peter Wasilewski. To make the picture, the crystals were illuminated by light shining through a polarizing filter -- a filter that restricts the otherwise randomly oriented light waves to vibrate in only one direction. ... Publications with keywords: ice - light . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1203055 -- 14.1 Кб -- 26.02.2005
Похожие документы

2. A chocolate printer is being created in SSAU
... Pre-university education . ... Samara region . SSAU History . SSAU roadmap . ... Scientists of Samara State Aerospace University (SSAU) develop a unique 3D-printer for chocolate confectionery printing. 3D-printer for chocolate printing is being created in SSAU Centre for Robotic Complexes and Mechatronic Systems. ... Know-how of the scientists of Samara State Aerospace University in that they were developed unparalleled chocolate delivery and cooling systems in 3D-printer. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12072/ -- 26.4 Кб -- 21.12.2015
Похожие документы

3. APOD: 2010 February 23 - Exceptional Rocket Waves Destroy Sun Dog
... 2010 February 23 . Exceptional Rocket Waves Destroy Sun Dog . ... Explanation: What created those rocket waves, and why did they destroy that sun dog? Close inspection of the above image shows not only a rocket rising near the center, but unusual air ripples around it and a colorful sundog to the far right. ... An ongoing discussion about them can be joined here in APOD's discussion board the Asterisk . ... About APOD | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/ap100223.html -- 7.1 Кб -- 07.04.2010
Похожие документы

4. Arcetri Star-Formation Group Publications
... C. Pinto, D. Galli, F. Bacciotti . 2008, A , in press . IR diagnostics of embedded jets: velocity resolved observations of the HH34 and HH1 jets . ... 2008, ApJ, in press . The low-mass YSO CB230-A: Investigating the protostar and its jet with NIR spectroscopy and Spitzer observations . F. Massi, C. Codella, J. Brand, L. di Fabrizio, J. Wouterloot . ... Click to examine publications from other years . ... Star Formation Group . Radioastronomy Group . ... Arcetri Home Page . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/science/starform/publ2008.htm -- 4.7 Кб -- 16.09.2008
Похожие документы

5. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

6. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

7. http://www.stsci.edu/~levay/color/HandoutIIIc.pdf
... Treatment of Pixel Artifacts Several tools in Photoshop are particularly useful for fixing undesirable pixels in a digital or scanned image : Clone Stamp tool (also available in The GIMP and older versions of Photoshop ) · copies pixels from a preselected sample region · allows for varying brush size, hardness and opacity Healing Brush tool (Introduced in Photoshop 7.0) · copies pixels from a preselected sample ... These layers may be copied to other images for similar results. ...
[ Текст ]  Ссылки http://www.stsci.edu/~levay/color/HandoutIIIc.pdf -- 341.7 Кб -- 27.10.2004
Похожие документы

8. *tprint* - Reading a Table File Created by imcnts
... Table files like the ones created in the section on imcnts can be displayed, printed and manipulated using the tasks contained in the stsdas.ttools package. ... sp> tables # Load the relevant package ta> tprint rp90_cnt prpar=yes # .tab extension assumed # the hidden parameter prpar is set to display the header # as well as the data ta> tprint rp90_cnt # Displays only the data info ta> tprint rp90_cnt prdata- prpar+ # Displays only the header info ta> tprint rp90_cnt prparam=yes | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node99.html -- 4.6 Кб -- 01.10.2012
Похожие документы

9. Removing directories created with the ln command
. To remove a directory that is a symbolic link that points to another directory use the command: rm directory_name . Notice that the directory does not need to be empty and you do not have to use the rmdir command. You are not really removing a directory, just a named symbolic link that points to the "real" directory.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.2.html -- 2.0 Кб -- 17.01.1997
Похожие документы

10. Menu Widget
... There are two ways to create menus: there's the easy way, and there's the hard way. ... So, if we wanted to create a standard File menu , with the options Open , Save , and Quit , the code would look something like: file_ menu = gtk_ menu _new (); /* Don't need to show menus */ /* Create the menu items */ open_ item = gtk_ menu _ item _new_with_label ( Open ); save_ item = gtk_ menu _ item _new_with_label ( Save ); quit_ item = gtk_ menu _ ... Create a menu item using gtk_menu_item_new(...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-menuwidget.html -- 11.2 Кб -- 19.07.2002
Похожие документы

11. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы

12. Creating reconstruction image and background image from an input source list
... If the parameter withinputlist is set to ``true'', the reconstruction and/or background image will be created using source parameters from an input source list. ... Use parameters makerecon and savebkgrnd to specify which of the output images you want to create. Only sources originally detected at scales up to maxscale will be used for to calculate the images. The value of maxscale will also control the scale of the kernel used to filter the background image. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ewavelet/node9.html -- 3.8 Кб -- 01.07.2008
Похожие документы

13. In The Beginning, God Created......prophecy - an Astronomy Net God Science
God Science Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... God and Science | ... In The Beginning, God Created......prophecy . ... I am beginning to believe that Genesis creation is about the creation of prophecy as much as it is a statement that God is the creator. ... So I ask, are you (anyone) willing to consider Gen 1 2 as stories of prophecy or are you determined that it is either about science or a literal 7-day creation? ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/god/messages/32316.shtml -- 14.2 Кб -- 09.04.2016
Похожие документы

14. Third: Create a session on elleba, and associated processes
... ATNF Home . About ATNF . ... About ATNF overview . ... Governance overview . Australia Telescope Steering Committee . ... Australia Telescope User Committee . ... Our people overview . ... Parkes radio telescope . ... Parkes | ... Visiting Parkes radio telescope . ... Parkes radio telescope webcam . ... Next: Fourth: Controlling the S2 Up: Starting up correlator control Previous: Second: Create a session б  Contents . Use the pop-up menu to create an elleba window ``Xterm - elleba''. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/correlation/S2correlator/manual/node7.html -- 52.9 Кб -- 08.04.2016
Похожие документы

16. Manual Page: dbmmanage - Apache HTTP Server
NAME dbmmanage - Create and update user authentication files in DBM format SYNOPSIS dbmmanage filename [ command ] [ username [ encpasswd ] ] DESCRIPTION dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentica- tion of HTTP users. Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by dbmmanage. ... This manual page only lists the command line arguments. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/dbmmanage.html -- 6.5 Кб -- 15.10.2001
Похожие документы

17. ASP: Creating NASA?s Space Science Education and Public Outreach Program: The
... SEARCH ASP SITE: Match ALL words Match ANY word . ... ASP Conference Series . ... Publications of the ASP (PASP) . ... Creating NASA's Space Science Education and Public Outreach Program: The Real Stuff (Abridged) . ... This is a part of the story about how the program recently recognized by the Astronomical Society of the Pacific (ASP) through its presentation of the 2006 Klumpke-Roberts Award?NASA's Space Science Education and Public Outreach (E/PO) program?was actually planned and implemented. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/mercury/35_06/epo.html -- 18.7 Кб -- 20.04.2012
Похожие документы

18. Activity Feed
... joel created the event <b>ASRAS Board members meeting - monday May 9 @ Farash Center</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday May 6 at Farash Center - Ionia NY</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday April 1 at RIT</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday Mar 4 at RIT</b> . ... 2 months ago . ... joel created the event <b>ASRAS General membership meeting - RIT - Friday FEB 5</b> . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/Activity-Feed/UserId/2 -- 42.1 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>619) - www.rochesterastronomy.org/ )

19. Power line filters
The alfa motor controller is inside a huffman box. There a few cables that come out to the motor as well as the ac power line. ... The box was using a corcom 6EF2F power line filter. A preliminary sweep of this filter from 0 to 2 ghz using a synthesize and spectrum analyzer showed that the filter worked well up to about 200 MHz. ... We need to figure a way to improve these filters since many of the devices in the huffman boxes have computers that are running at multiple ghz frequencies. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/Misc/pwrLineFilt/pwrlinefilt.html -- 2.8 Кб -- 20.01.2012
Похожие документы

20. Does the time it takes different methods to create all the elements coincide
... Does the time it takes different methods to create all the elements coincide with the universeт??s accepted age? ... Illinois Urbana-Champaign) Different kinds of stars create elements at different rates, all of which are consistent with the age of the universe. Get instant access to subscriber content on Astronomy.com! ... Registration is FREE and takes only a few seconds to complete. If you are already registered on Astronomy.com, please log in below. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2011/02/cosmic-chemistry -- 63.2 Кб -- 10.04.2016
Похожие документы

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


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

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

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