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

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

Показаны документы, содержащие фрагменты текста из документа
http://crydee.sai.msu.ru/ftproot/pub/rec/music/lyrics/cs-uwp/l/legendary.pink.dots/.

1. The Integrated Bright Object Tool (BOT) - WFPC2
... Home . ... Data . ... WFPC2 Home . ... Instrument . Instrument Home . ... An integrated Bright Object Tool (BOT) has replaced the old VTT-based RObust Bright Object Tool. ... The tool will check each exposure in a program for field (and prime) objects that are either health-and-safety concerns, or may impact the scientific value of the data. ... The new tool utilizes information in the proposal file, and also uses the APT and Aladin interfaces for its tabular and graphical display, respectively. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/wfpc2/documents/BOT.html -- 13.8 Кб -- 10.04.2016
Похожие документы

2. 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
Похожие документы
Еще в разделе: (Показать все результаты (>89) - lnfm1.sai.msu.ru/ )

3. CATS home page
Bright sources . with CATS-identifications) . Galactic plane sources . ... 3CR sources . ... Trushkin, 1999) . 1Jy-sources . ... COLD"-sources, DEC=5d . Bursov, 1996) . 9C sources . Waldram+,2003) . ... VSOP sources . ... Taylor, 2001) +CATSidn . PMN-sources . Mingaliev+ 1999) +CATSidn . CLASS sources . ... WMAP sources . Trushkin, 2003) . NCP-sources . Mingaliev+ 2001)+CATS idn . ... Konnikova+,1989) +CATS idn . ... 1996 Nizhnij Arkhyz . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/ -- 9.9 Кб -- 18.03.2015
Похожие документы

4. Low Surface Brightness Galaxy Gallery
In this gallery are many images of Low Surface Brightness Galaxies which have recently been discovered and analyzed. ... The central surface brightness of this galaxy is 24.28 . Malin 2 This galaxy is another huge disk galaxy with a scale length of 15 kpc and a redshift of 15000 km/a. The high surface brightness knot in one of its spiral arms actually has the same color, luminosity and H-alpha equivalent width as the entire Large Magellanic Cloud . ... Truly it is a Low Surface Brightness Galaxy. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/sb2.html -- 4.8 Кб -- 26.05.2000
Похожие документы
Еще в разделе: (Показать все результаты (>73) - zebu.uoregon.edu/ )

5. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... On systems with multiple users, each user can be permitted to have a web site in their home directory using the UserDir directive. Visitors to a URL http://example.com/~username/ will get content out of the home directory of the user " username ", out of the subdirectory specified by the UserDir directive. ... Per-user web directories . ... the URL http://example.com/~rbowen/file.html will be translated to the file path /home/rbowen/public_html/file.html . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/howto/public_html.html -- 13.8 Кб -- 21.01.2013
Похожие документы

6. Directory listing of /rel/home/mystery/WWW/local
Up to higher level directory . BSD/ 4 Kb Mon Feb 14 13:21:20 2000 Directory Cyrillic-.. ... 13 Kb Wed Sep 16 22:54:21 1998 Hypertext Markup Language X_Lee/ 4 Kb Mon Feb 14 13:22:44 2000 Directory cgi/ 4 Kb Sat Jun 24 21:13:15 2000 Directory ctrycode.txt 13 Kb Sat Apr 6 17:39:59 1996 Plain Text finit_elem/ 8 Kb Mon Feb 14 13:21:18 2000 Directory fvwm-1.24/ 4 Kb Mon Feb 14 13:22:56 2000 Directory html/ 4 Kb Mon Feb 14 13:21:19 2000 Directory htmls/ 4 Kb Mon ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~mystery/local/ -- 8.2 Кб -- 03.12.2003
Похожие документы

7. Directories and Paths
The working directory can be changed by typing ESC D . Hermes then prompts the user for a new directory like this: . This directory will then be used for tasks started after the change. ... The working directory can also be set in the Hermes defaults file . The task path can be changed with ESC T . Upon the prompt that follows one or more directories separated by blanks can be specified. ... If it is not in one of the specified directories, Hermes tries to find the task in $gip_exe . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/dirpath.html -- 2.4 Кб -- 16.01.2009
Похожие документы

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. Removing linked directories that contain links
... Look at this example: pwd (print the user's working directory ) /home/tom/reports ls ../tmp/ drafts (list the contents of this directory ) expenditure targets ln -s $HOME/tmp/ drafts quarterly (use a symbolic link to make the directory ) cd quarterly (change directory to this linkname ) ln $HOME/accounts/ expenses (link a file to this linkname ) ls (list the contents of the linked directory ) (the linked file is listed) ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.3.html -- 3.2 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>292) - comet.sai.msu.ru/ )

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

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

12. Stellarium: /home/aw/devel/stellarium/trunk/plugins Directory Reference
Stellarium 0.12.3 . ... Plugins . ... plugins . plugins Directory Reference . directory љ . ... Generated on Sat Aug 10 2013 17:12:46 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/dir_38c8d24aef3972a7f87b834274e76e31.html -- 8.9 Кб -- 28.02.2014
Похожие документы

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

14. lsst.coordConv: python Directory Reference
. lsst.coordConv љ unknown . MainљPage . Namespaces . Classes . Files . љ All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Pages . python . python Directory Reference . directory љ . coordConv . љ . Generated on Thu May 7 2015 10:42:47 for lsst.coordConv by љ 1.8.5
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/dir_7837fde3ab9c1fb2fc5be7b717af8d79.html -- 6.6 Кб -- 07.05.2015
Похожие документы

15. directory
. XMM-Newton Science Analysis System . param (param-2.15) [xmmsas_20070708_1801-7.1.0] . Meta Index / Home Page / Parameter types . Directory parameters are used to specify a directory. The directory may be expressed as a relative or absolute path. For example: . bar ../foo/bar /data/foo/bar . XMM-Newton SOC/SSC -- 2007-07-08
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/param/node8.html -- 3.3 Кб -- 08.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>2852) - xmm.vilspa.esa.es/ )

16. Bright Supernova Bright Supernova
. Please standby and you will be automatically connected to the new location of the unframed Supernova page. Or, click on the link above. If you have questions or problems, please email me at David Bishop dbishop@vhdl.org . Last modified: Mon Aug 27 12:40:15 EDT 2001
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/mirrors/isn/snimages/ -- 2.4 Кб -- 05.02.2013
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/snimages/ -- 2.5 Кб -- 18.01.2015
Похожие документы

17. crydee.sai.msu.ru archive : Directory tree
... Show directory descriptions . Click on directory name to enter it . Click on [+] near directory name to expand tree starting from that directory . Directory of : / [+] . ... PH // asv [+] things written by myself // etat [+] // gryaznov [+] // vab [+] . You are now in the [/] directory . Archive home | ... Files | Directory tree | New files | ... This software archive is being maintained by Sergey Ayukov . This HTML file was generated by FileJuggler package ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/archive/bin/autotree.cgi -- 5.4 Кб -- 09.04.2016
Похожие документы

18. DFOS: directory structure
dfos = Data Flow Operations System, the common tool set for DFO make printable . The dfos system requires a common directory structure. It is defined in the RC file ~/.dfosrc. The current operational version for GIRAFFE is found here . Many of these directories have a substructure by DATE. ... data23/data/raw . DATE . ... raw data (fits files) . ... data23/data/headers . ... data23/data/calib . ... home/opslog/giraffe . ... operator (dfosInstall for save/ and template/) . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/dirstruct1.html -- 11.8 Кб -- 26.11.2014
Похожие документы

19. 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
Похожие документы
Еще в разделе: (Показать все результаты (>83) - vega.inp.nsk.su/ )

20. Directory
... The IAA RAS . ... Dissertation council . Council of young scientists . ... International collaboration . Memberships in international organisations . ... Awards and honors . Government awards . The IAA RAS Medal . ... Director . ... E-mail: ipatov@ipa.nw.ru . Phone: +7 812 275?10?04 . Deputy Director for Scientific activities . ... E-mail: igen@ipa.nw.ru . ... E-mail: dvi@ipa.nw.ru . ... Phone: +7 812 579?06?03 . ... Fax: +7 812 275?11?19 . ... 812) 275-11-18 . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/en/directory/ -- 13.1 Кб -- 09.04.2016
Похожие документы

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


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

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

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