Найдено документов: 245921 (101 сайтов) ---- Время поиска: 0.80сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/tsk/plscan.dc1.
http://www.atnf.csiro.au/computing/software/gipsy/tsk/plscan.dc1.
1. 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
Похожие документы
Похожие документы
2. http://www.atnf.csiro.au/computing/software/gipsy/tsk/coder.dc1
Name: CODER Purpose: Create C-code for simple programs Category: UTILITY, COMPILE File: coder.c Author: M. Vogelaar Keywords: PROGRAM= Name of C-program: [example] Name of C-file (without extension '.c') that will be created. ... If you select OVERWRITE=N you are prompted to give a new name. ... Each application document has one line explaining the purpose of the application. ... AUTHOR= Name of Author: [default given by program] Each application document must include the name of the author. ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/coder.dc1 -- 6.8 Кб -- 30.03.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4219) - www.atnf.csiro.au/ )
3. Fixing and Freeing Region Markers
Region markers can be moved, resized, rotated, zoomed, deleted, and can change geometric type. ... For example, markers placed on astronomical catalog positions should be fixed so that one cannot accidentally move them off the specified position. ... Parameters can be fixed using the fix option of the regions public access point (for fixing classes of markers) or by means of a fix keyword in the definition of an externally loaded marker. ... In the command: echo "regions fix all -position -size" | ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/RD/saotng/fixregions.html -- 7.3 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3885) - hea-www.harvard.edu/ )
4. http://crydee.sai.msu.ru/ftproot/pub/misc/doc/humor/microsoft/ms.template
... MICROSOFT ANNOUNCES < insert new M$ application name > REDMOND, WASHINGTON -- In an effort to < insert M$'s lame idea about what user's need >, Microsoft announced today that < insert M$'s lame answer to lame idea >. ... This is precisely why < insert competing software application's name > is failing in the marketplace -- they have failed to deliver a < enter quality that only a Business Major turned computer journalist could dream up >." ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/misc/doc/humor/microsoft/ms.template -- 4.1 Кб -- 30.05.1995
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>21259) - crydee.sai.msu.ru/ )
5. Execute a command without creating a new process
. The exec statement causes the command specified as its argument to be executed in place of the current shell without creating a new process. For example: exec zmail -visual . This runs just the zmail program without a shell. When you quit the application the current shell also exits.
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.4.html -- 2.0 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>303) - comet.sai.msu.ru/ )
6. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>406) - www.astro.spbu.ru/ )
7. Accuracy of World positional CCD observations of the numbered minor planets
... During all period of our investigations Dr. N.Sumzina from the Institute of Applied Astronomy of RAS had prepared the Numbered Minor Planet positions from MPC Database for our processing with kind permission of the Director of Minor Planet Center Prof. Braian Marsden. ... Our extensive processing of the MPC data allows us to conclude that CCD observations of the Numbered and Unnumbered Minor Planets have the errors, sometimes very crude. ...
[
Сохраненная копия
]
Ссылки http://www.accuracy.puldb.ru/AUTHORS.HTM -- 3.3 Кб -- 05.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>65) - www.accuracy.puldb.ru/ )
8. Space Shuttle created at Rapid Rockets and Wicked Robots | International Year
. Home . News . Gallery . Events . Twitter . Press Releases . Links . Contact Us . Calendar . Press & Web Coverage . Previous . Next . List . Thursday, 16 July 2009 00:17 . International Year of Astronomy, Ireland National Node . [Back To Top] .
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/scholars/iya/gallery/local_events/rapid_rockets_and_wicked_robots/space_shuttle_created_at_ra.html -- 6.5 Кб -- 31.12.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2712) - star.arm.ac.uk/ )
9. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>10228) - www.arcetri.astro.it/ )
10. 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
Похожие документы
Похожие документы
11. Space Laser Creates Artificial Star
Astronomy Picture of the Day . ... 25.04.2001 . ... AURA , NSO , NOAO , NSF Explanation: Some astronomers don't like stars. ... So rather than try to eradicate existing stars with a laser, these astronomers create an artificial star of their own right where they need it -- with a laser . ... Above , an artificial star was created with a four-watt laser at Richard B. Dunn Solar Telescope on Sacramento Peak in New Mexico . ... April . ... April 2001 . ... A Telescope Laser Creates an Artificial Star . ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/xware/msg/1167714 -- 14.3 Кб -- 26.04.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>134156) - www.astronet.ru/ )
12. ASP: Education Newswire
... NASA's Strategic Plan now mandates that they "involve the education community in [their] endeavors to inspire America's students, create learning opportunities, enlighten inquisitive minds," and "communicate widely the content, relevancy, and excitement of NASA's missions and discoveries to inspire and to increase understanding and the broad application of science and technology." ... Yet on the whole, I cautiously recommend the packages to teachers. ... Handouts from the ASP Education Meeting . ...
[
Сохраненная копия
]
Ссылки http://www.astrosociety.org/pubs/mercury/9805/s_o98.html -- 13.2 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1143) - www.astrosociety.org/ )
13. Data bases of Natural Satellites. Documentation. Structure
Databases (NSDC) of the Natural Planetary Satellites. ... NSDC: Database of astrometric observations of Natural Planetary Satellites . ... They are thoroughly looking for observations in different sources, creating their owndatabases which are then mostly inaccessible to other researchers. ... In the file "content" with explications, the reference is given to the data source as well as the bibliographic reference. ... Data sources. ... Why a specific bibliographic database for Natural satellites? ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/neb/nss/DocStructe.htm -- 11.4 Кб -- 18.05.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>497) - lnfm1.sai.msu.ru/ )
14. The Apache TPF Port
Configuration Files | ... Options | ... This version of Apache includes changes allowing it to run on IBM's EBCDIC-based TPF (Transaction Processing Facility) operating system. ... It is passed to Apache through the ZINET XPARM field since ZINET is the only way to start the server on TPF. A third group of options apply to both the informational displays (ZFILE) and running the server (ZINET XPARM): -d, -D and -f. The rest of Apache's options are either not applicable or are not supported on TPF. ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/readme-tpf.html -- 22.1 Кб -- 05.11.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>112) - neptun.sai.msu.ru/ )
15. http://mavr.sao.ru/hq/katya/CosmosPh/en/Abstract_Zhelenkova.txt
Application of IVOA software tools for radio sources investigation Zhelenkova O., Kopylov A., Chernenkov V. The interrelationship between the objects of astronomical catalogs in the different ranges of electromagnetic spectrum and their association into the real astrophysical source has obvious scientific interest. ... We used NVSS as the reference coordinate catalog. ... For 60% of radio sources identified with the objects of the radio catalogs we discovered optical candidates in SDSS survey. ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/katya/CosmosPh/en/Abstract_Zhelenkova.txt -- 5.3 Кб -- 16.05.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/katya/CosmosPh/en/Abstract_Zhelenkova.txt -- 5.3 Кб -- 24.02.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/katya/CosmosPh/en/Abstract_Zhelenkova.txt -- 5.3 Кб -- 24.02.2010
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/katya/CosmosPh/en/Abstract_Zhelenkova.txt -- 5.3 Кб -- 24.02.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/katya/CosmosPh/en/Abstract_Zhelenkova.txt -- 5.3 Кб -- 24.02.2010
Похожие документы
Еще в разделе:
(Показать все результаты (>1055) - jet.sao.ru/ )
16. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>560) - www.astro.louisville.edu/ )
17. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B917512AF-B823-4806-A0A9-90831DE5DEB5%7D
. In July 2015, the cameras on NASA's New Horizons spacecraft captured Pluto rotating over the course of a full "Pluto day." The best available images of each side of Pluto taken during approach have been combined to create this view of a full rotation. NASA/Johns Hopkins University Applied Physics Laboratory/Southwest Research Institute
[
Сохраненная копия
]
Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B917512AF-B823-4806-A0A9-90831DE5DEB5%7D -- 3.5 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6079) - www.astronomy.com/ )
18. http://scan.sai.msu.ru/lk/
Please enter the lightcurve file name and period search parameters: . Lightcurve file: . ... Apply the Heliocentric correction and convert all dates to Terrestrial Time (TT)? ... Also, the Heliocentric correction cannot be applied to such lightcurves. ... This period search service is also available at the mirror sites: Mirror 1 , Mirror 2 , Mirror 3 , Mirror 4 . You may download the latest source code distribution and install the period search service at your own web server. ...
Еще в разделе:
(Показать все результаты (>3) - scan.sai.msu.ru/ )
19. FADPS - Flexible Astronomical Data Processing System
... The reduction system of observations FADPS (description in Russian) (Flexible Astronomical Data Processing System) for data of wide-band receivers of the first observation cabin of the radio telescope RATAN-600 had been created under the Unix-like operational system DEMOS for computers of the SM-1420-type (PDP/11) in 1987 for observation analysis and estimates of coordinates and flux densities of radio sources. ... FADPS: flexible astronomical data processing system at RATAN-600 in UNIX environment....
[
Сохраненная копия
]
Ссылки http://sed.sao.ru/~vo/fadps_e.html -- 15.4 Кб -- 24.02.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>34) - sed.sao.ru/ )
20. TUI:Introduction
... It runs on unix, MacOS and possibly on Windows. ... On MacOS or Windows, double-click TUI. If MacOS complains that the application is unsigned then right-click TUI and select Open. ... If you have never run TUI before, set up your preferences before proceeding (for help on any item, right-click on the control and select Help from the menu that appears): . ... To save your window positions and remember which windows to open at startup, select Save Window Positions from the TUI menu. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Introduction.html -- 8.8 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>995) - www.apo.nmsu.edu/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда