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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/pub/software/miriad/tutorials/vmcintyr.ps.gz.

1. http://www.atnf.csiro.au/whats_on/workshops/synthesis2001/material/fourier_tut.pdf
Fourier Transforms Tutorial Narrabri Synthesis Workshop Sep 2001 In this tutorial I am hoping to show you four essential properties of the Fourier plane, as it relates to interferometry. ... Why phase matters Roughly speaking, phase in the Fourier plane relates to location in the image plane. ... Now zero the phase and back-transform: unix% maths exp="<gauss_w10_o30.pf>*0" out=zerophase.pf unix% maths exp="<gauss_w10_o30.af>*1" out=zerophase.af unix% backward zerophase Now look at the .rb image. ...
[ Текст ]  Ссылки http://www.atnf.csiro.au/whats_on/workshops/synthesis2001/material/fourier_tut.pdf -- 38.2 Кб -- 15.01.2002
Похожие документы

2. Comparing directories
. You can use the diff command to compare the contents of two directories: diff directory1 directory2 . The information given by the command tells you what to do to make the directories match. If there is no difference between the directories you are returned to the shell prompt . diff reports if a file or directory is only to be found in directory1 or directory2 . It also reports any line by line differences for files that are common to each directory. Example .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/diff2.1.html -- 2.2 Кб -- 17.01.1997
Похожие документы

3. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>199) - lnfm1.sai.msu.ru/ )

4. A Few Words About ROSAT Directories at SAO
... At SAO, the ROSAT data for observation rp123456 will be in /data/rdata/godata/rp123456/ . The PROS package contains sample ROSAT and Einstein data which are in the directory /pros/xray/data which is loaded with the IRAF task ``xray''. ... Thus within an arbitrary working directory and within the IRAF environment, to look at an image the command is, tv> display "xdata$rp110590_im2" 1 If Einstein data are loaded at SAO they will appear in the directory /pool14/i1234/ . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node43.html -- 4.1 Кб -- 01.10.2012
Похожие документы

5. ASP: Star Science in the Autumn Sky
Once students get the hang of it, they can find and measure the brightness of Delta Cephei in a few minutes. ... of Delta Cephei . ... Oct. ... The following table lists the measurements of Delta Cephei made by one amateur astronomer in autumn 1990. ... 4.0 . ... This activity is a simplified version of one that appeared in Hands-On Astrophysics, a series of activities prepared by the American Association of Variable Star Observers with support from the National Science Foundation. << previous page | ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/32/starscience4.html -- 18.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>678) - www.astrosociety.org/ )

6. The /etc directory
Next: The /dev directory Up: The root filesystem Previous: The root filesystem . The /etc љ directory contains a lot of files. ... See the chapter on init љ for further information. /etc/passwd љ . ... Lists the filesystems mounted automatically at startup by the mount -a command (in /etc/rc љ or equivalent startup file). ... etc/issue љ . ... See the magic љ and file љ manual pages for more information. /etc/motd љ . ... Files executed at login or startup time by the Bourne or C shells. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node23.html -- 9.3 Кб -- 04.05.1997
Похожие документы

7. Compare Infobase Pvt. Ltd., AstroGuide Listing
The AstroGuide . ... AstroGuide | ... AstroGuide Listing . ... See many more Astronomy Listings by: Category or Alphabet . Directory of astronomy web sites. ... Listed Since October 25, 2004 . ... Web Site . http://123world.com/astronomy/index.html . ... Web . www.astronomy.net . ... Unless otherwise specified, web site content Copyright 1994-2016 John Huggins All Rights Reserved . dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . are trademarks of John Huggins ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/astroguide/ag125.html -- 12.2 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>245) - www.astronomy.net/ )

8. How Directory, Location and Files sections work
The sections <Directory> , <Location> and <Files> can contain directives which only apply to specified directories, URLs or files respectively. Also htaccess files can be used inside a directory to apply directives to that directory. ... The order of merging is: . ... If multiple <Directory> sections apply to the same directory they are processed in the configuration file order. ... Using the options in question is only possible inside a <Directory> section (or a .htaccess file). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sections.html -- 7.0 Кб -- 20.06.2002
Похожие документы

9. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... To enable mod_dav , add the following to a container in your httpd.conf file: Dav On . ... In addition, a location for the DAV lock database must be specified in the global section of your httpd.conf file using the DavLockDB directive: DavLockDB /usr/local/apache2/var/DavLock . ... Use the Dav directive to enable the WebDAV HTTP methods for the given container: <Location /foo> Dav On </Location> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_dav.html -- 18.2 Кб -- 19.11.2015
Похожие документы

10. XWare > APOD
... Starbirth in NGC 1808 . ... The center of galaxy NGC 1808 is bursting with new stars, but why? Being a barred spiral galaxy makes NGC 1808 somewhat similar to our own Milky Way Galaxy. But the disk of NGC 1808 (inset) is quite warped, and its center is unusually bright and blue. ... Sunspots are about the size of the Earth and frequently occur in groups, as shown above. ... Mars: Ridges Near the South Pole . ... Clouds Over Tharsis on Mars . ... When and where do clouds form on Mars? ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=87&d=2000-07 -- 15.2 Кб -- 12.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>102605) - www.astronet.ru/ )

11. Lack of Dwarf Galaxies in the Local Volume Compared to Conventional Cosmology
... The sample of the Local Volume galaxies (distance smaller than 10 Mpc) gives a unique opportunity to study the properties of galaxies including the weakest objects: the absolute magnitude M B -10 and the virial mass M vir 10 9 M x263C;. ... Luminosity function of the Local Volume galaxies. ... The luminosity functions for galaxies are presented: red dashed line - from the 2dFGRS survey (Norberg et al. 2002); blue dash-dotted line - from the SDSS survey (Blanton et al. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>220) - mavr.sao.ru/ )

12. http://crydee.sai.msu.ru/ftproot/pub/comp/software/silk/fcl/filecommander_2.50-alpha16_amd64.changelog
filecommander (2.50-alpha16) squeeze; urgency=low * Alpha 16 - Optimise directory compare to be faster when comparing directories with a very large number of files. Improve the way the Make Archive dialog creates the target archive file name. Fix loading of [Archiver:TAR/XZ] config section. ... Enable TAB to switch between left & right panels when in full width mode. Fix display update bug when a left full width panel has a very long full path. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/software/silk/fcl/filecommander_2.50-alpha16_amd64.changelog -- 1.7 Кб -- 19.05.2013
Похожие документы

13. Navigation Post-Observation Products
Next: GOCG Post-Observation Products . ... Reconstructed Orbit . JPL MMNAV Reconstructed Orbit . ... The JPL MMNAV files will be made available on the JPL MMNAV FTP site in directory [RAstron.ODDATA.JPLICV.TRACK] (note the capital letters). back to top . ... What: X-band Doppler tracking data will be transmitted in near real-time from the DSN GTS to the JPL MMNAV team and from the Pushchino GTS to the ASC navigation team, and post-pass (via FTP) from the GBTS to the JPL MMNAV team. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/navigpost.htm -- 9.3 Кб -- 16.05.2001
Похожие документы

14. http://selena.sai.msu.ru/Shev/Publications/ms38/ms083.pdf
Microsymposium 38, MS083, 2003 (A4 format) MERCURY: LOCAL VARIATIONS OF THE PHOTOMETRIC RELIEF. ... Because of trajectory and pointing angle constraints the planet could be observed from Mariner 10 only over a small range of phase angles between about 75o and 110o. Therefore the photometric investigations are restricted to measuring the distribution of brightness on the Mercurian disk. ... Raw versions of real-time processing pictures FDS 0000984 and FDS 0000986 were used (images 196 and 202). ...
[ Текст ]  Ссылки http://selena.sai.msu.ru/Shev/Publications/ms38/ms083.pdf -- 346.6 Кб -- 06.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>85) - selena.sai.msu.ru/ )

15. Complex evaluator
CALCSYM - complex evaluator . ... CALCSYM.exe and CALCSYMi.exe will allow you to obtain numeric solution for *.out file generated by both CIRSYM and MATSYM programs (computation of freqency responces, unknowns, determinants, sensitivity analysis etc.. ... Setup file name for CALCSYM is "setup.cal". ... CALCSYMi.exe will allow you to work with long double over the range from 3.4*E-4932 to 3.4*E+4932. ... To calculate, run CALCSYM.exe and enter "file_name.OUT" or click on the "ENTER" (in "OUT" case). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/calcsym.html -- 2.6 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>12) - astrometric.sai.msu.ru/ )

16. See Spike Run... Run, Spike, Run
... It provides long range planning information to the scheduling team; it provides bright object, timing, and orientation information to the observation planning team; and it provides graphical description of the observations and their constraints. ... The GUI graphically displays the constraints that are computed by Spike and stored in the description files and in the database. ... BOAS processes all bright objects that have entered the database since the last time BOAS was run. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P2-20/ -- 9.5 Кб -- 29.05.2001
Похожие документы

17. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BCE225DCF-E03D-4A0C-AD00-4D64BD5FCC79%7D
. Image of the inner 3 square degrees of the NGFS survey footprint compared with the size of the Moon. Low surface brightness dwarf galaxies are marked by red circles. Gray circles indicate previously known dwarf galaxies. The dwarf galaxies, which vastly outnumber the bright galaxies, may be the missing satellites predicted by cosmological simulations. NOAO
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BCE225DCF-E03D-4A0C-AD00-4D64BD5FCC79%7D -- 3.6 Кб -- 10.04.2016
Похожие документы

18. Guider Image Controller Overview
... Finding Stars . ... Handling Bad Pixels . ... The guide camera image controller can control one or more guide cameras. ... Each time the camera is read, the image is automatically saved to a fits file on a shared disk. ... Cameras that have bad pixels require "bad pixel maps" in order to find stars, centroid or even compute statistics for the image. ... View this image (for instance in NIH Image) and determine an upper and lower cutoff; pixels whose values are outside of this range are considered...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/HardwareControllers/GuiderImageOverview.html -- 10.6 Кб -- 22.06.2000
Похожие документы

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

20. http://www.astro.louisville.edu/software/xmtel/archive/xmtel-5.2/BISQUE
The bisque directory contains software for communicating with Software Bisque's Paramount ME. mks === This protocol is a native linux application. ... The protocol has been tested only with the Paramount ME's serial interface. ... It should be possible to switch back and forth between these applications. tsx === This protocol communicates with TheSkyX Professional (TSX) through its Orchestrate scripting program. ... At this time TSX and Orchestrate are available for Windows and Mac OSX, but not Linux. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/xmtel/archive/xmtel-5.2/BISQUE -- 3.2 Кб -- 14.10.2010
Похожие документы
Еще в разделе: (Показать все результаты (>1503) - www.astro.louisville.edu/ )

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


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

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

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