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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/ops/computing/disk-guidelines.html.

1. casacore: casa::DirectoryIterator Class Reference
... casa::DirectoryIterator . ... Construct the iterator for the working directory. DirectoryIterator (const Directory &dir) . ... DirectoryIterator (const Directory &dir, const Regex &regExpression) . ... Regular expression if given, with this variable it is possible to compare files with regular expression. dirent ** . ... Note that the regular expression is a true regular expression (as defined by class Regex and not a file expression as used in shells. ... File casa::DirectoryIterator::file . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1DirectoryIterator.html -- 34.1 Кб -- 14.02.2011
Похожие документы

2. http://www.stsci.edu/documents/dhb/web/cappa_irafprimer.fm3.html
... A complete description of how to install the synphot data files is provided on page A-15 . ... http://ra.stsci.edu/STSDAS.htm l provides links and instructions for downloading the appropriate files to your local system or to display the software directory, from which you can select the series of smaller files. ... To do this, you need to retrieve a series of compressed tar files from the STScI FTP site (ftp.stsci.edu) in the directory software/stsdas/refdata/synphot . ... cl> tables . ... tar -xf - ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/documents/dhb/web/cappa_irafprimer.fm3.html -- 8.8 Кб -- 17.11.1997
Похожие документы

3. mod_userdir - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... User-specific directories . ... A request for http://www.example.com/~bob/one/two.html will be translated to: . ... http://www.example.com/users/bob/one/two.html . ... http://www.example.com/bob/usr/one/two.html . ... With a request for http://www.example.com/~bob/one/two.html , will try to find the page at ~bob/public_html/one/two.html first, then /usr/web/bob/one/two.html , and finally it will send a redirect to http://www.example.com/bob/one/two.html . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_userdir.html -- 12.4 Кб -- 19.11.2015
Похожие документы

4. Building libAIR Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Obviously change this to approriate directory for your computer export INSTALLDIR = /home/bnikolic/temp/libairtest export BNMINVER = bnmin1-1.11 export LIBAIRVER = libair -0.18 # Install BNMin1 wget http://www.mrao.cam.ac.uk/~bn204/soft/ ${ BNMINVER } .tar.bz2 tar xjvf ${ BNMINVER } .tar.bz2 cd ${ BNMINVER } LD_LIBRARY_PATH = $ INSTALLDIR /lib:$PREREQPATH/lib \ PATH = $ INSTALLDIR /bin:$PREREQPATH/bin:$PATH \ ./configure --disable-pybind --prefix = $ ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/libairbuild.html -- 20.2 Кб -- 04.04.2016
Похожие документы

5. Background
Next: The root filesystem Up: Overview of the Directory Previous: Overview of the Directory . This chapter is loosely based on the Linux filesystem standard, FSSTND, version 1.2 (see the bibliography, [ Qui95 ]), which attempts to set a standard for how the directory tree in a Linux system is organized. ... This chapter does not explain all files in detail. ... The major parts are the root, /usr љ , /var љ , and /home љ filesystems (see figure 2.1 ). ... Figure 2.1: Parts of a Unix directory tree. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node21.html -- 9.5 Кб -- 04.05.1997
Похожие документы

6. Example of comparing directories with the diff command
To compare two directories in the current directory: diff usability Usability Only in Usability: schedule diff usability/email Usability/email 2a3,4 > Jean JRS@pollux.ucs.co > Jim jim@frolix8 . diff reports that the file (or directory) schedule is unique to the directory Usability . diff then reports that there are differences between the file email in the directory usability and the file of the same name in the directory Usability . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/diff2.1.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

7. Фотографии космических аппаратов серии Луна и Зонд - СССР
Планета Земля и Луна . ... Космическая защита . Луна . Фотографии . ... Строение Луны . ... Страница: Начало одиссеи , Экспедиции , Море Кризисов , "Аполлон-8" , "Аполлон-9" , "Аполлон-10" , "Аполлон - 11" , E-8 "Луноход" , Испытания Л-1 , Луноход - 1,2 , КА "Луна 1-24" , КА "Луна-9" , Луна от КА СССР ; . Луна - наш космический спутник . ... Снимки Луны от аппаратов серии Луна и Зонд (СССР) . Фотографии космических аппаратов серии "Луна" (также Луноходы) и "Зонд" - СССР . ... Зонд 3 . ...
[ Сохраненная копия ]  Ссылки http://galspace.spb.ru/index142.html -- 32.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>13) - galspace.spb.ru/ )

8. 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.sao.ru/tb/manual/de/howto/public_html.html -- 10.0 Кб -- 10.12.2010
Похожие документы

9. DIRT: The Dust InfraRed Toolbox
Next: Software for Geodynamical Researches Used in the LSGER IAA . ... We present DIRT , a Java applet geared toward modeling a variety of processes in envelopes of young and evolved stars. ... A1.00E+00 /I1.00E+13/models.tgz /I3.00E+13/models.tgz A1.00E+01 /I1.00E+13/models.tgz /I3.00E+13/models.tgz . A5.00E+02 /I1.00E+13/models.tgz /I3.00E+13/models.tgz Each models.tgz file is untarred into the temporary area on the server, from which the model data are transferred to the client applet. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P1-32/ -- 12.1 Кб -- 11.10.2000
Похожие документы

10. Features of the PROS software
Next: Coordinate Systems Up: IRAF/PROS Previous: Other Types of Files . A few new features and enhancements to the standard IRAF system have been introduced with the PROS software: . ... Default compound extensions are used by the PROS tasks when no extension is given for the output file name. Most PROS tasks allow the output file name to be defaulted, with the convention that the output file name will be composed of the input `root' name, plus the default extension specific to the task. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node19.html -- 8.0 Кб -- 01.10.2012
Похожие документы

11. software_downloads
... phil's idl routines to analyz AO data. The following files can be downloaded via your browser. They are normally tar files with a zipped and unzipped files: . cordmp.tar Uncompressed version (larger) cordmp.tar.gz compressed version (smaller). ... If no file is supplied then the default file hard coded in the cordmp macro is used. compiled with gcc version 2.95.3 20010315 (release). ... Store the file aoIdl.tar in the directory you want to keep the idl routines. ... tar -xf - . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/download/download.html -- 9.9 Кб -- 11.02.2015
Похожие документы

12. Index of /software/archive/colorspec/colorspec-1.0/examples
Name Last modified Size Description . Parent Directory - ppm/ 2009-02-10 15:26 - tif/ 2009-02-10 15:26 - . Apache/2.4.6 (Linux/SUSE) Server at www.astro.louisville.edu Port 80
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/archive/colorspec/colorspec-1.0/examples/ -- 2.0 Кб -- 10.04.2016
Похожие документы

13. Image directory
08/24/2009 1:48:13 PM . full size | details . ... empty . ... page created on Mon Aug 24 14:17:54 2009 . by imageindex 1.0.7 . Edwin Huffstutler <edwinh at computer dot org> . John Reynolds <johnjen at reynoldsnet dot org> ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/mas/foto/Baikal-2009/ -- 16.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/mas/foto/Baikal-2009/ -- 16.9 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1544) - jet.sao.ru/ )

14. AstroAsciiData
... AstroAsciiData is a Python module to handle ASCII tables. ... The idea to develop this Python module emerged from the fact that ASCII tables continue to be one of the most popular and widely used data exchange formats in astronomy and probably science in general. ... To load this ASCII table, go into Python, load the AstroAsciiData module and read in the table with: . ... demo = asciidata.open('webexa.txt') . ... Users who only want to work with ASCII tables neeed no further python modules. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/ -- 13.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>264) - www.stecf.org/ )

15. Intl collabration
The IAA RAS . ... View details . ... Observatories 'Svetloe' and 'Zelenchukskaya' participate in frequent VLBI-observation sessions organized by the International VLBI Service for Geodesy and Astrometry . ... As part of collaboration with the U. S. Naval observatory in the areas of EOP determination and analysis the USNO uses IAA RAS daily EOP data obtained from SLR and VLBI. ... The IAA RAS and the Centre National d'Etudes Spatiales carry out joint DORIS observations on the Badary observatory. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/en/intl_collab/ -- 26.3 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>495) - www.ipa.nw.ru/ )

16. Stellarium: /home/aw/devel/stellarium/trunk/doc/fileStructure.doxygen Source
... 19 љ*</tt>: landscape textures and data files</li> . ... 73 љIf a file exists in the <em>User Data Directory</em>, it will be used in preference to a file with the same name existing in the <em>Installation Data Directory</em>. ... 79 љ <li>Users who modify files in the <em>Installation Data Directory</em> will likely have their work deleted or overwritten when they upgrade Stellarium. ... In this case , all the files would be in the <em> \<Installation Data Directory>/stars/default</em> directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure_8doxygen_source.html -- 18.0 Кб -- 28.02.2014
Похожие документы

17. Apache module mod_vhost_alias
This module provides support for dynamically configured mass virtual hosting . ... Source File: mod_vhost_alias.c . ... For simple name-based virtual hosts you might use the following directives in your server configuration file: UseCanonicalName Off VirtualDocumentRoot /usr/local/apache/vhosts/%0 . A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... Module: mod_vhost_alias . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_vhost_alias.html -- 13.1 Кб -- 15.10.2001
Похожие документы

18. Open Source Convention
... The following files are installed: / usr / local / pgsql / share / contrib /english.stop The English stopwords file . / usr / local / pgsql / share / contrib /russian.stop The Russian stopwords file . / usr / local / pgsql / share / contrib /tsearch2.sql SQL commands to load Tsearch into a database. / usr / local / pgsql / share / contrib /untsearch2.sql SQL commands to remove ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/oscon_tsearch2/readme_detail_02.html -- 2.4 Кб -- 22.12.2007
Похожие документы

19. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>637) - www.mso.anu.edu.au/ )

20. Detailed Moon Map For HandMap And Handheld PCs (Palm Or Pocket) - an Astronomy
Software Forum Message . ... Astronomy Software Discussion | ... Detailed Moon Map For HandMap And Handheld PCs (Palm Or Pocket) . ... Detailed Moon Map for HandMap . The first vectorised Moon Map for Pocket PC and Palm devices. ... Palm site: http://www.handmap.net/Palm/Moon-Map.htm . ... Pocket PC site: http://www.handmap.net/WinCE/Moon-Map-W.htm . ... 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/software/messages/56.shtml -- 13.9 Кб -- 09.04.2016
Похожие документы

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


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

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

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