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

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

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/sag-0.4/node44.html.

21. INTAS project 99/652: Software
Light scattering codes: . SVM for homogeneous spheroids (updating) . SVM for core-mantle spheroids (updating) . SVM for multi-layered spheroids (formulae) . Quasi-TMM for axisymmetric homogeneous particles (ready) . Quasi-TMM for axisymmetric multi-layered particles (testing) . Quasi-static approximation for multi-layered ellipsoids (testing) . S-approximation for homogeneous spheres (testing) . ... Basic Monte-Carlo code of S.Wolf for 3D case (testing) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/INTAS/soft.html -- 2.9 Кб -- 19.11.2010
Похожие документы

22. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

23. Dunk Proceedings - 2dF QSO Redshift Survey (Work currently underway)
. Other Relevant Links . Number counts have been illustrated earlier in the talk. QSO Clustering and Large-Scale Structure , Scott Croom et al . QSO Evolution and the Luminosity Function , B.J. Boyle et al . | Front page | . | << - Contamination | QSO close pairs - >> | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Papers/Dunk/workinprogress.html -- 3.0 Кб -- 24.09.1999
Похожие документы
Еще в разделе: (Показать все результаты (>10) - www.2dfquasar.org/ )

24. XWare > APOD
... Barnards Loop Around Orion . ... Why is the belt of Orion surrounded by a bubble? ... Orion in Infrared . ... This striking but unfamiliar looking picture of the familiar Orion region of the sky was produced using survey data from the now-defunct InfraRed Astronomical Satellite (IRAS). ... Saturnian Moon and Rings . ... Rocks from space hit Earth every day. ... Many kilograms of space dust pitter to Earth daily. ... After parting with the Sun late last week, April's moon graced the early evening sky...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=8&d=2005-06 -- 15.1 Кб -- 12.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>75831) - www.astronet.ru/ )

25. MAO NASU :: Topic: Share your current Research with us (1/1)
... Share your current Research with us . ... От: "Journal of Geology Geosciences" . ... Тема: Share your current Research with us . ... Journal of Geology Geosciences publishes original Research/Review/Mini-review/Commentary/Opinion articles, Short communication, Case Reports etc, which covers the topics related to Earth Sciences, Climatic Change, Disaster Management, Disaster Preparedness Mineralogy, Geodesy, GIS, Remote Sensing, Anthropology, Geography of the Earth, Primatology, Planetary Sciences...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/ua/forum/info/171-share-your-current-research-with-us -- 19.2 Кб -- 11.04.2016
Похожие документы

26. q3c [SAI Virtual Observatory - Wiki]
... q3ctest=# \timing б  . ... q3ctest=# SELECT generate_series(1, 1000000 ) AS id , random()*360 AS ra , (random()-0.5)*180 AS dec INTO test_q3c ;б  . ... q3ctest=# INSERT INTO running_q3c ( id, ra, dec ) (SELECT generate_series(1 , 100000) , random()*360 , (random()-0.5)*180 );б  . ... q3ctest=# SELECT (SELECT count(*) FROM running_q3c WHERE q3c_radial_query(ra, dec, ra0, dec0, 1)) INTO test_res_q3c FROM (SELECT generate_series(1,1000), random()*360 AS ra0, (random()-0.5)*180 AS dec0) s;б  . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/q3c?rev=1279733626&do=diff -- 34.6 Кб -- 13.04.2016
Похожие документы

27. http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/create.vbs
create.vbs *** ' ' Usage: cscript create.vbs <image file> ' Example: cscript create.vbs testimage.fit ' ' Uses the ASCOM FITS image driver ' --> http://www.easysky.de/ASCOM/Image/FITS.htm ' to create a new FITS file from scratch ' and sets some example properties. ... WScript.Echo WScript.Echo "creating " & filename & ".. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/create.vbs -- 3.4 Кб -- 24.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>52) - vega.inp.nsk.su/ )

28. Directory Manipulation
. Next: File Manipulation Up: C Standard Library Functions Previous: Data Conversion . #include <dir.h> . int chdir(char *path) - Change current directory to given path. char *getcwd(char *path, int numchars) - Returns name of current working directory. int mkdir(char *path) - Create a directory u sing given path name. int rmdir(char *path) - Delete a specified directory. Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 02.10.2012
Похожие документы

29. http://observ.pereplet.ru/images/z/backupsql.txt
php /* * Backup script on server. ... Connects to the mySQL * database and creates a backup file of the whole database. ... Yes/No? ... It will void your warranty :-D! $ date = date ( mdy-hia ); $filename = $savepath/$dbname-$ date .sql ; if($use_gzip== yes ){ $ filename2 = $ file ; } else { $ filename2 = $savepath/$dbname-$ date .sql ; } if($send_email == yes ){ $fileatt_type = filetype($ filename2 ); $ fileatt_name = .$dbname. - .$ ... BR>"; $message .= "--{$mime_boundary}\n" ." ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/z/backupsql.txt -- 7.3 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>23) - observ.pereplet.ru/ )

30. SINGULAR POINTS IN THE SOLAR CHROMOSPHERE
SINGULAR POINTS IN THE SOLAR CHROMOSPHERE . ... In the structure of the solar chromosphere, containing information on the configuration of the magnetic field, we have found and identified all the main types of the singular points ( see Fig. 1 ), which are known as inherent features of the 2-D vector field. ... The main types of the singular points are the node, the focus, the center, and the saddle. ... Singular point of the focus type in the solar chromosphere. ...
[ Сохраненная копия ]  Ссылки http://www.izmiran.rssi.ru/info/personalia/molodensky/spoints.html -- 8.2 Кб -- 11.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>563) - www.izmiran.rssi.ru/ )

31. Bright Supernova - Archives
Bright Supernova - Archives On these pages you will find references to Supernovae which have faded into oblivion. ... Finally, in 1999, when I took over the International Supernova Network's Latest Supernovae page I retitled the main page "Latest Supernovae", BUT, it's the "Latest Supernovae" page of the "Bright Supernovae" pages which are also sub-pages of ISN. ... Brightest supernova in 2005 . ... Brightest supernova in 2002 . ... Brightest supernova in 2000 . ... Brightest supernova in 1999 . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/SNIMAGES/archives.html -- 29.7 Кб -- 04.01.2016
Похожие документы
Еще в разделе: (Показать все результаты (>371) - www.rochesterastronomy.org/ )

32. http://zebu.uoregon.edu/1998/ph162/hw3c.html
... Questions: . ... Find some information on the design and potential of the Advanced Gas Turbine. ... Find some information on the frequency and amount of oil spills which occur in the world's oceans in a given year. ... We don't care how many you get correct. However, of the questions there, explain which one had an answer that most surprised you and how should that answer affect our future policies? ... Find some information about the history of Dam failures in the US and Canada since 1900. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/ph162/hw3c.html -- 4.2 Кб -- 12.05.1998
Похожие документы

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

34. Methods and results of radio cosmology. Plan.
... Chapter 1. ... Problems of observational radio cosmology (6) . ... Analysis of radio astronomical data (32) . ... Data analysis system (33) . ... Actuality, goals and results to depend (45) . ... Interactive processing of continuum radio spectra of radio sources (72) . ... Creation of the astrophysical catalogs data base CATS and its application for selection and analysis of radio galaxy samples (112) . ... Data and methods (176) . ... Results of analysis of known radio galaxies data (179) . ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/~vo/disser/plan_e.html -- 10.8 Кб -- 29.09.2011
Похожие документы

35. http://www.atmob.org/library/policies/NetworkAcceptableUse.pdf
ATMoB Network Acceptable Use Policy Created 6/1/2005 The Amateur Telescope Makers of Boston, Incorporated provides this network terminals for its members. ... Users must respect the privacy of others. ... The Services may not be used in a manner that precludes or significantly hampers network access by others. ... Where the network or devices are being used to access another network, any abuse of the acceptable use policy of that network will be regarded as unacceptable use of our network. ...
[ Текст ]  Ссылки http://www.atmob.org/library/policies/NetworkAcceptableUse.pdf -- 20.0 Кб -- 09.12.2008
Похожие документы
Еще в разделе: (Показать все результаты (>285) - www.atmob.org/ )

36. Astrophysical Research Consortium - Apache Point Observatory
... 23 September 2004 - Telescope First Light! ... 30 July 2004 . ... NIC-FPS is an instrument combining the capabilities of a near-infrared imaging camera with a cryogenic Fabry-Perot etalon currently under development at the Center for Space Astrophysics and Space Astronomy , University of Colorado with support from Rice University , Ball Aerospace and the Astrophysical Research Consortium. It is scheduled to begin operations on the ARC 3.5m telescope at Apache Point Observatory in 2004. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/NICFPS/NICFPS_status.html -- 11.6 Кб -- 29.06.2006
Похожие документы

37. Хлопковая рубашка - Current/Elliott - Current/Elliott Блуза
... Размер: 2;1 . Цвет: Голубой . ... Рубашки / Блузки . ... Артикул: D122_15KR Цвет: белый Состав: 50% вискоза, 50% полиэстер Описание: элегантная блуза без рукава. ... Цвет: черный . ... Черный глянец металла облагораживает и сдерживает невероятный шик образа, достойного лучших интерьеров.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Цоколь: E14.&lt;/div&gt;&lt;div&gt;Мощность: 8х40.&lt;/div&gt; . ... Ящик для 20 ключей Office-Force с кодовым замком, цвет: черный - Office-Force - Office-Force . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku4975.html -- 17.8 Кб -- 14.02.2016
Похожие документы

38. http://xray.sai.msu.ru/~ivan/gmt/man/gmtset.html
gmtset - To change individual GMT default parameters gmtset PARAMETER1 value1 PARAMETER2 value2 PARAMETER3 value3 ... gmtset will adjust individual GMT defaults settings in the current directory's .gmtdefaults file. If no such file exists one will be created. ... To change the dpi to 600, set anotation font to Helvetica, and select grid-crosses of size 0.1 inch, try gmtset DOTS_PR_INCH 600 ANOT_FONT Helvetica GRID_CROSS_SIZE 0.1i gmt , gmtdefaults . ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/gmtset.html -- 2.5 Кб -- 19.03.1999
Похожие документы

39. NICMOS Data Calibration and Analysis
Next: The STScI NICMOS Calibration Up: No Title Previous: CONICA: The high resolution . The STScI NICMOS Calibration Pipeline . Introduction . ... Dark Current Subtraction . ... Input Data . ... Scalar Background Subtraction . 2-D Background Subtraction . ... Status and Goals of the NICMOS Calibration Plan . ... Photometry . ... Photometric Performance of NICMOS . ... NICMOS Photometry. ... ST-ECF Grism Spectrum Software for NICMOS Grism Data . ... Analysis . ... STScI NICMOS Software . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/sardinia/node8.html -- 13.2 Кб -- 12.06.2006
Похожие документы

40. Lab234 - Development, study and optimization of the superconducting phase
... Integrated superconducting submm receivers and spectrometers. ... Development, study and optimization of the superconducting phase locked Local Oscillator for integrated spectrometer. ... Superconducting Integrated Submm Spectrometer for Laboratory Applications. ... Development, study and optimization of the superconducting phase locked Local Oscillator . ... The objective is to develop and study a superconducting Local Oscillator (LO) for an integrated submm spectrometer . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/lab234/activ-3.htm -- 13.5 Кб -- 18.01.2007
Похожие документы

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


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

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

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