Найдено документов: 141159 (140 сайтов) ---- Время поиска: 0.35сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/pkgutil.html.
http://www.stsci.edu/spst/UnixTransition/doc/pkgutil.html.
21. Software Develpment: ST-ECF IRAF Package
Software Development: ST-ECF IRAF Package : Installation instructions . ST-ECF quit 2) Create a directory to contain the STECF external package files. ... 3) Log in as IRAF and edit the extern.pkg file in the hlib directory to define the package to the CL. From the IRAF account, outside the CL, you can move to this directory with the command: % cd $hlib Define the environment variable stecf to be the pathname to the stecf root directory. ... Maintained by Richard Hook Richard.Hook@eso.org ...
[
Сохраненная копия
]
Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/install.html -- 8.9 Кб -- 06.06.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>186) - www.stecf.org/ )
22. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>120) - lnfm1.sai.msu.ru/ )
23. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[
Сохраненная копия
]
Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>364) - www.ipa.nw.ru/ )
24. http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/python_reference.pdf
Python Reference Introduction These notes contain commands useful for analysing and plotting data using the Python programming language, together with the Numpy and Matplotlib libraries. ... So for example, the plot command (from matplotlib) would be executed by typing pylab.plot(.. ... Pulling out part of an array. ... To pick out only the chosen elements, and put them in a new array, use something like: new_array = my_array[index_array] Plotting We use Matplotlib (included in pylab) to plot. ...
[
Текст
]
Ссылки http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/python_reference.pdf -- 102.3 Кб -- 29.07.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>489) - www.mso.anu.edu.au/ )
25. 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
Похожие документы
[ Сохраненная копия ] Ссылки 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
Похожие документы
Еще в разделе:
(Показать все результаты (>1193) - jet.sao.ru/ )
26. Hints and Kinks
This is an index for a set of troubleshooting notes contained in individual text files in the ./hints directory. ... Additions or corrections to this list or the information contained in the notes is solicited. The most useful submissions include the name of the computer manufacturer (and model numbers where appropriate), operating system (specific version(s) where appropriate), problem description, problem solution and submitter's name and electric address. ... Bash here for a directory listing. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~er/xntp/hints.html -- 2.1 Кб -- 21.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1892) - www.sai.msu.su/ )
27. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>230) - hea.iki.rssi.ru/ )
28. Getting Started in Actor Prolog. Analyzing Web Sites.
In this chapter we will consider two very simple but useful Web agents that I have written on Actor Prolog for my own needs. ... Let us start the Web agent. Fig. ... Start of the Web agent. The Context diagram consists of three blocks: "Logic Programming Sites", "Edit", and "Check". ... Some Web sites that are linked with the logic programming and Prolog are listed in the pulldown list (these addresses are transferred to the "Edit" block from the "Logic Programming Sites" block). ...
[
Сохраненная копия
]
Ссылки http://www.cplire.ru/Lab144/start/e_scan.html -- 13.7 Кб -- 24.09.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>312) - www.cplire.ru/ )
29. http://www.ssau.ru/files/education/metod_1/gavrilov_sozdanie_program.pdf
... 1.4 OSGi Java. ... Solver, package sample; import org.slavery.basic.Solver; import org.xdp.commons.SessionID; import org.xdp.commons.URI; public class SampleSolver extends Solver { public SampleSolver(SessionID sid, String name) { super(sid, name); } @Override public void perform() { double d = (Double) storage.load( new URI(getName() + "/initdata"), getSessionID()); double r = Math.sin(d); storage.save(new URI(getName() + "/resdata"), r, getSessionID()); } 41 } load() storage, Solver. , save(). , ,...
[
Текст
]
Ссылки http://www.ssau.ru/files/education/metod_1/gavrilov_sozdanie_program.pdf -- 1267.7 Кб -- 09.12.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>124) - www.ssau.ru/ )
30. East Siberian Center for the Earth's Ionosphere Research. Databases.
Russian SHAREABLE DATA CENTER Institute of Solar-Terrestial Physics SB RAS . ... The ionogram catalogue is divided into the data file and the key file. ... The station codes database consists of the data file and two key files. ... This database consists of the data file and the key file. ... The antenna DB consists of two interrelated databases. ... The data file contains the following information: antenna type, antenna name, antenna parameters names, measurement units, and ranges of parameters. ...
[
Сохраненная копия
]
Ссылки http://rp.iszf.irk.ru/esceir/lchmen/basydnen.htm -- 12.9 Кб -- 01.06.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>44) - rp.iszf.irk.ru/ )
31. Observatory, Mountains, Universe
... 29.12.2014 . ... Credit Copyright: Boris Dmitriev ( Night Scape ) Explanation: The awesomeness in this image comes in layers. The closest layer, in the foreground, contains the Peak Terskol Observatory located in the northern Caucasus Mountains of Russia . ... Elbrus , the highest mountain in Europe, with other peaks visible in a nearby background layer. ... The featured three-image composite panorama was taken in 2014 August. ... August . ... Publications with keywords: Observatory - universe . ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/xware/msg/1329336 -- 15.0 Кб -- 30.12.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>46891) - www.astronet.ru/ )
32. IU Webmaster redirect
. The contents you are looking for have moved. You will be redirected to the new location automatically in 5 seconds. Please bookmark the correct page at http://www.indiana.edu/~wmhelp/new-directory
[
Сохраненная копия
]
Ссылки http://www.planetarium-cc.ru/note.html -- 1.5 Кб -- 09.02.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2) - www.planetarium-cc.ru/ )
33. FTP Directory:
############################################################################## J/A+AS/135/555 Illuminated atmospheres limb-darkening coeff. 1. (Alencar+ 1999) ############################################################################## . Parent Directory ReadMe . Mar 17 1999 16k model.dat.gz . Nov 27 1998 2k table1.dat.gz . Jun 16 1998 2471k table2.dat.gz . Jun 16 1998 66k table3.dat.gz . Nov 25 1998 55k . Generated Sun, 26 Mar 2000 16:28:26 GMT by proxy.nsu.ru ( Squid/2.1.PATCH2 )
[
Сохраненная копия
]
Ссылки http://vega.inp.nsk.su/~inest/astrolib/Sun/kursoviki/Model2000/AtmModel/SUN_DARK/Ftp_source.html -- 3.6 Кб -- 26.03.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>91) - vega.inp.nsk.su/ )
34. Publication directory
... Dept. for Astrometry & Space Geodynamics . ... Dept. for Physics of Stars&Galaxies . Dept. for Space Plasma Physics . Dept. for Physics of Minor Celestial Bodies . Dept. for Physics of Planetary Systems . Dept. for Solar Physics . ... Solar telescopes . ... 2016,MNRAS, 2016MNRAS.tmp.. ... 2016,MNRAS, Vol.455 ,is.1,p.357-369. ... 2016,MNRAS, Vol.456 ,is.1,p.181-191. ... 2016,ApJ, Vol.816 ,is.1,p.3. ... WASP- 22, WASP-41, WASP- 42 and WASP- 55. ... 2016,MNRAS, Vol.456 ,Is.1,p.990-1002. ...
[
Сохраненная копия
]
Ссылки http://www.mao.kiev.ua/index.php/en/library/publication-directory -- 16.3 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>378) - www.mao.kiev.ua/ )
35. Image directory - img11.jpg
. < previous | index | next > . 05/17/2007 09:49:34 AM img11.jpg . < previous | index | next >
[
Сохраненная копия
]
Ссылки http://www.sao.ru/Doc-k8/Events/LZ/slides/img11.html -- 1.9 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-k8/Events/LZ/slides/img11.html -- 1.9 Кб -- 28.12.2007
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-k8/Events/LZ/slides/img11.html -- 1.9 Кб -- 28.12.2007
Похожие документы
Еще в разделе:
(Показать все результаты (>137) - mavr.sao.ru/ )
36. Database of Optical Properties -- Level: subpage
A small paper prepared by V.Tishkovets, P.Litvinov, and S.Beletsky (Kharkov Univ., Ukraina) provides the reader with a brief description of the problem, its solution, the developed software and its training (the PDF version of the paper is here ). ... Please, select the PAS subdirectory for the Pascal version of the code, and the FORT subdirectory for the Fortran version. A brief description of files and their purposes is given in our user notes (their PostScript version is here ). ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/DOP/A-PERC/ -- 2.6 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>176) - www.astro.spbu.ru/ )
37. Amateur Telescope Makers of Boston
... IC1848 . IC1848 - The "Embryo" or "Soul" Nebula . ... It is variously referred to as the "Soul Nebula" or "Embryo Nebula", due to its resemblance to a baby. ... This image is a tricolor narrowband image, taken with Ha, OIII, and SII filters. ... Astrodon 50mm Ha, OIII, and SII filters, with 6nm bandpass . ... Ha: 8 hours of 30 minute subs . OIII: 14.5 hours of 30 minute subs . SII: 11.75 hours ...totalling 34.25 hours . ... Copyright (c) Amateur Telescope Makers of Boston, Inc. ...
[
Сохраненная копия
]
Ссылки http://www.atmob.org/gallery/showimage.php?id=640 -- 4.5 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>235) - www.atmob.org/ )
38. Guide to Russia || Moscow Region || Zaraysk
... Moscow Region ? ... Zaraysk was founded prior to 13th century, first as a part of Ryazan' principality. ... the period in the beginning of 17th century, when Russia was in chaos and the statehood was in danger ? ... Between 17th and the beginning of 19th centuries Zaraysk established itself as an important trade center, but lost its significance in the second half of 19th century, when the highway and the railroad from Moscow to Ryazan' and further South bypassed the town. ... Photo: Denis Kabanov ....
[
Сохраненная копия
]
Ссылки http://www.mccme.ru/putevod/50/Zaraysk/zaraysk_en.html -- 23.2 Кб -- 13.07.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>322) - www.mccme.ru/ )
39. Кофр для хранения "FS-6103", цвет: розовый, 29 см х 23 см х 28 см - Guangdong
... Кофр для хранения с тремя отделениями "FS-6103" изготовлен из высококачественного нетканого материала, который позволяет сохранять естественную вентиляцию, а воздуху свободно проникать внутрь, не пропуская пыль. ... Цвет: синий . ... Куртка утепленная Tenson. ... Цвет: Хром . Цвет арматуры: Хром . Цвет плафонов: Прозрачный . ... Цвет: серый . ... цвет: мультицвет . ... Цвет: . ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku4417.html -- 22.3 Кб -- 14.02.2016
Похожие документы
Похожие документы
40. SPUTNIK home page
.
[
Сохраненная копия
]
Ссылки http://sputnik.infospace.ru/goms/engl/goms.htm -- 7.3 Кб -- 14.01.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>12) - sputnik.infospace.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда