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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/lrpg/documentation/procedures/obsolete/lrpg_removing_supersnaps.html.

21. http://www.stecf.org/conferences/adass/adassVII/reprints/agafonovm.ps.gz
... Determination of the Permissible Solutions Area by Image Reconstruction from a few Projections: Method 2­CLEAN DSA Michail I. Agafonov Radiophysical Research Institute (NIRFI), 25 B.Pecherskaya st., Nizhny Novgorod, 603600, Russia, E­mail: agfn@nirfi.nnov.su Abstract. ... Application The problem requires the solution of the equation G = H # F (+noise) , (1) where F (x, y) is the object brightness distribution, H(x, y) is the fan (dirty) beam, and G(x, y) is the dirty (summary) image. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/agafonovm.ps.gz -- 112.4 Кб -- 12.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>206) - www.stecf.org/ )

22. Rotang - IDL procedure for calculating the optimum rotation angle for ALFA
AO Home AO Astronomy Robert Minchin Blog Publications IDL Routines . Rotang can either be run from the command line as described here or through the alfa_ang GUI . ... To run rotang at Arecibo: . Start IDL . ... Run Rotang: . rotang, Date , RA , Dec , Time , /choice . ... Rotang also calculates the Azimuth and Zenith Angle fir every source. If the Zenith Angle is greater than 20 degrees, then the program will return that the source is down and will not calculate an optimum ALFA angle. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~rminchin/idl/rotang.shtml -- 5.7 Кб -- 10.04.2016
Похожие документы

23. Generic routines
... We now also have the possibility to write our own generic functions or subroutines. ... PROGRAM SWAP _MAIN IMPLICIT NONE INTEGER :: I, J, K, L REAL :: A, B, X, Y CHARACTER :: C, D, E, F INTERFACE SWAP SUBROUTINE SWAP _R(A, B) REAL, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _R SUBROUTINE SWAP _I(A, B) INTEGER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _I SUBROUTINE SWAP _C(A, B) CHARACTER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _C ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c10.html -- 6.2 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c10.html -- 6.2 Кб -- 11.02.1996
Похожие документы

24. Bringing up IRAF
... 1. create a user directory from which IRAF will be run (called `myiraf' in these examples). This will contain the user set-up specifications and other IRAF-related subdirectories. 2. create an image directory in a disk partition where there is enough space to contain large files (image arrays). ... This creates a file ( login.cl ) which executes the set-up each time a new IRAF session is started. mkiraf should be run every time there is a new release of IRAF. ... edit the login.cl file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node5.html -- 6.1 Кб -- 01.10.2012
Похожие документы

25. Radioastrophysical department ISTP RAS SB
RADIOASTROPHYSICAL DEPARTMENT  INSTITUTE OF SOLAR-TERRESTRIAL PHYSICS RAS SB . ... Radioastrophysical Department , Institute of Solar-Terrestrial Physics, Siberian Division, Russian Academy of Science. ... Head of Laboratory dr. Gubin A.V. LABORATORY of INFORMATION SUPPLY and METHODOLOGY of RESEARCH . ... Head of Observatory Kitsanov S.V. SIBERIAN SOLAR RADIO TELESCOPE . Siberian solar radio telescope data at 5.7 GHz in I SOHO EIT 171 SOHO EIT 195 SOHO EIT 304 MDI Continuum MDI Magnetogram . ...
[ Сохраненная копия ]  Ссылки http://ssrt.iszf.irk.ru/ -- 20.8 Кб -- 09.04.2016
Похожие документы

26. LIMIT EFFICIENCY OF CHAOTIC SIGNAL CLEANING - NDES-99
Alexander S. Dmitriev . Institute of Radioengineering and Electronics of the Russian Academy of Sciences . Mokhovaya st., 11, Moscow, 103907, Russia. ... Moscow Institute for Physics and Technology . ... The relationship between the problem of cleaning chaotic signals off noise and the information properties of the signals is shown. Some methods for chaotic signal cleaning are considered. The efficiency of these methods is evaluated by computer simulation. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/rus/InformChaosLab/papers/ndes99dkh.html -- 2.6 Кб -- 11.04.2000
Похожие документы

27. Cleaning - an Astronomy Net ATM Forum Message
ATM Forum Message . ... Post . ... Cleaning . ... Post Message | ... I've been quite successful in wiping gently with a very slightly damp paper towel right after pulling the tool from the glass. ... I also use the inside of my forearm to wipe smaller pieces of glass that will fully wipe with the soft skin of the inside of the forearm. ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/atm/messages/3646.shtml -- 13.5 Кб -- 09.04.2016
Похожие документы

28. Conditionals
... The if statement . ... The switch statement . ... if ( expression ) statement 1 else statement 2 ...or: . ... expression 1 ? ... The C switch is similar to Pascal's case statement and it allows multiple choice of a selection of items at one level of a conditional where it is a far neater way of writing multiple if statements: . switch ( expression ) { case item 1 : statement 1 ; break; case item 2 : statement 2 ; break; case item n : statement n ; break; default: statement ; break; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 02.10.2012
Похожие документы

29. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B92D641E0-A4FC-4699-BFE0-86B4F5221864%7D
. Members of the Stardust recovery team transfer the sample-return capsule from helicoper to a clean room at the Dugway Proving Ground. The container is inside a protective covering. NASA
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B92D641E0-A4FC-4699-BFE0-86B4F5221864%7D -- 3.1 Кб -- 10.04.2016
Похожие документы

30. Yasny launch base
... Dnepr launch record 17 August 2011. ... Baikonur Cosmodrome Yasny launch base Downloads . ... Yasny launch base is located in Orenburg Region, Russia. ... Admin & Hotel Complex including hotels, dining facilities and office premises; . Assembly, Integration and Test Building (AITB) incorporating clean room facilities and fueling station; . ... Yasny launch base AITB is divided into four main areas: Clean room 1 (CR1), Clean room 2 (CR2), Fueling Station and Offloading & Storage Area. ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/yasniy/ -- 16.9 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>24) - www.kosmotras.ru/ )

31. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/Makefile.in
... See also changes and comments in configure.in # prefix = @prefix@ exec_prefix = @exec_prefix@ DESTDIR = CFITSIO_LIB = ${DESTDIR}@libdir@ CFITSIO_INCLUDE = ${DESTDIR}@includedir@ INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_INCLUDE} ${ CFITSIO_LIB } ${ CFITSIO_LIB }/pkgconfig SHELL = / bin /sh RANLIB = @RANLIB@ CC = @CC@ CFLAGS = @ CFLAGS @ SSE_FLAGS = @SSE_FLAGS@ FC = @FC@ LDFLAGS = $( CFLAGS ) DEFS = @ DEFS @ LIBS = @ ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/Makefile.in -- 6.0 Кб -- 17.07.2012
Похожие документы

32. Figures, demonstrating CLEAN algorithm
. Приложение к лекции для студентов . Верходанов О.В. Рис.12. Пример работы алгоритма чистки. На верхнем рисунке приводится модельное изображение, на среднем - грязная карта, на нижнем - изображение, восстановленное с помощью CLEAN. Рисунок воспроизведен из работы Стиэра и др. (1984). vo @ sao.ru ( Oleg Verkhodanov ) .
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/~vo/rad_prob/clean_figs.html -- 2.0 Кб -- 05.06.2007
Похожие документы
Еще в разделе: (Показать все результаты (>27) - sed.sao.ru/ )

33. OptInt PmWiki : PmWiki / Audiences
OptInt PmWiki : Pm Wiki / Audiences . ... In some senses it could be claimed that as the primary developer of PmWiki I should only have wiki administrators as my target audience, and that authors are the target audience for the administrators. ... Within the authoring audience I see that there are "naive authors" and "experienced authors". Naive authors" are the folks who use wiki to generate content but may know next-to-nothing about HTML, much less style sheets or PHP or the like. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Audiences?action=print -- 12.2 Кб -- 01.03.2014
Похожие документы

34. | New account
... If you already have account - use login form . Username: * . ... It must be between 3 and 20 characters long, contain no spaces and only latin letters, numbers, underscore, and dashes . Choose a password: * . Password must be between 6 and 20 characters long and must not be equal to username. Passwords are case sensetive! ... If you forget password, you will get access when answer this question . ... Later you will get announcements and news of the conference at this address . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/conference/wpltn2012/profile/registration.php -- 4.6 Кб -- 01.10.2012
Похожие документы

35. Examples of data contained in the JPDOC
Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties . ... If necessary, data have been determined for the different crystallographic axes. ... In the following we give some examples of the data and their possible applications. Table: Summary of data measured in the Jena laboratory, which are currently available from the JPDOC. compound . ... amorph. ... Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties root 2003-03-06 ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/5-OPTC/JPDOC2/node6.html -- 10.1 Кб -- 19.11.2010
Похожие документы

36. Amateur Telescope Makers of Boston
. This is a new popup window - close it when you are done . Submitted by Bernie Volz on 11/23/2014 14:12:47 . Keck I - Cleaning the track . The telescope wasn't working properly - the thought was that the altitude wheel had some dirt on it and telescope operator is cleaning it. Logon to post a follow-up comment or review comments from others . Copyright (c) Amateur Telescope Makers of Boston, Inc. About Us Contact Us
[ Сохраненная копия ]  Ссылки http://www.atmob.org/gallery/showimage.php?id=2878 -- 3.0 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>197) - www.atmob.org/ )

37. Elements of Algebra
... These are just the bare bones--just three basic ideas and rules for handling relations ("equations") involving unknown quantities whose values you are trying to find. In most calculations you try to find a number . ... To get a solution, one must replace the given equation (or equations) with others, containing the same information but cleaner in appearance. ... If you have an equation and modify both its sides in exactly the same way, what you get is also a valid equation. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Ialgeb1.htm -- 8.4 Кб -- 03.12.2003
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Ialgeb1.htm -- 8.4 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>689) - www.cosmos.ru/ )

38. http://www.simfov.ru/catalogs/nltt/rev_nltt.txt
... ---------- FileName Lrecl Records Explanations -------------------------------------------------------------------------------- catalog .dat 269 36020 Revised NLTT Catalogue and 1st Supplement Description of catalog columns (see Paper II for details): -------------------------------------------------------------------------------- Summary Information 1) NLTT number (drawn consecutively from 1 to 58,845) 2) binary component 3) RA ( 2000 ), epoch 2000 ( ...
[ Сохраненная копия ]  Ссылки http://www.simfov.ru/catalogs/nltt/rev_nltt.txt -- 4.2 Кб -- 15.06.2006
Похожие документы

39. Oulu Textbook news
... Title page . ... What's new . ... New page for global change started. ... New page for heliosphere (incl. heliopause and helio-sheath) started. ... New pages about ring current and coronal mass ejections created. ... I created a new Content page, as both the alphabetic page listing and (especially) the "index" listing were getting seriously out of my hands. ... Page for sunspots was created. ... New page for geomagnetic activity written, and another one for 1.3 year periodicity of the sun started. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/new.html -- 10.4 Кб -- 13.05.2001
Похожие документы

40. Stellarium: EmptySphericalRegion Class Reference
Stellarium 0.12.3 . ... Classes . ... EmptySphericalRegion Class Reference . virtual SphericalRegionType љ . getType () const . ... Return the area of the region in steradians. ... virtual boolљ . ... Public Member Functions inherited from SphericalRegion . ... virtual SphericalRegionP љ . ... virtual const QVector< Vec3d > &љ . ... updateFillVertexBuffer (class StelRenderer *renderer, const DrawParams &params, bool handleDiscontinuity) . ... virtual bool EmptySphericalRegion::isEmpty . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classEmptySphericalRegion.html -- 60.2 Кб -- 28.02.2014
Похожие документы

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


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

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

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