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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.eso.org/~qc/dfos/ABbuilder.txt.

1. QPOE Files
Next: *.imh and *.qp Extensions Up: IRAF/PROS Files Previous: IRAF Image Arrays . The x-ray data are stored in QPOE files (Quick Position-Ordered Events, *.qp ) rather than image arrays. ... Note that, unlike IRAF images, QPOE files have no associated header file, and are always stored in the current directory, unless explicitly specified otherwise. Non-PROS IRAF tasks can also access QPOE data files in place of image arrays. ... rp110590.qp[pi=2:30] . ... The ROSAT PSPC qp file images are . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node15.html -- 11.5 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2817) - hea-www.harvard.edu/ )

2. casacore: casa/Containers.h Source File
... Classes . Files . ... casa . ... National Radio Astronomy Observatory 00023 //# 520 Edgemont Road 00024 //# Charlottesville, VA 22903-2475 USA 00025 //# 00026 //# $Id: Containers.h 20551 2009-03-25 00:11:33Z Malte.Marquarding $ 00027 00028 #ifndef CASA _ CONTAINERS _H 00029 #define CASA _ CONTAINERS _H 00030 00031 # include casa / Containers /Block.h 00032 # include casa / Containers /Link.h 00033 # include casa / ... Generated on Fri Sep 3 2010 13:06:54 for casacore by 1.7.1 ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/Containers_8h_source.html -- 15.0 Кб -- 14.02.2011
Похожие документы

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

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

5. ESO - Phase 3 Policies for ESO Spectroscopic Public Surveys
... Science Users Information > Observing with ESO Telescopes > Phase 3 > Phase 3 Policies - Spectro PS . ... Public Surveys . Publications with ESO Data . ... Data Handling and Products . ... Survey products will be delivered to the ESO archive in a format specified in Sect. 4 of the ESO Science Data Products standard [PDF] , which is accessible from the top-level Phase 3 web page . ... The Phase 3 submission for the data products from spectroscopic public surveys will be opened on July 15th, 2016. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/observing/phase3/policies_eps_spectro.html -- 34.7 Кб -- 10.04.2016
Похожие документы

6. Dynamic HTML in Communicator
Contents] [Prev page] [Next page] [Index] . Navigator 4 from Netscape, which is part of the Communicator product suite, includes three new areas of functionality that taken together give you Dynamic HTML. The three components of Dynamic HTML are style sheets, content positioning, and downloadable fonts. Used together, these three components give you greater control over the appearance, layout, and behavior of your web pages. ... Introducing Downloadable Fonts . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/intro.htm -- 7.8 Кб -- 13.08.1997
Похожие документы

7. lsst.tcc: include Directory Reference
. lsst.tcc љ 1.2.2-3-g89ecb63 . MainљPage . RelatedљPages . Namespaces . Classes . Files . љ All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . include . include Directory Reference . directory љ . tcc . љ . Generated on Mon Sep 14 2015 15:25:42 for lsst.tcc by љ 1.8.5
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/dir_598e6c27e8b53710534fbc3672fc1a23.html -- 6.8 Кб -- 14.09.2015
Похожие документы

8. Simon's Software - howto 1-3
a. Decide on the root directory where your software is going to go.... [/home/friday] , for example. b. In your .cshrc file, define . setenv OSROOT /home/friday . ... Holder for object libraries . ... Holder for shared source code (f77 include files) . ... Collect the appropriate tar files from Simon's Software Store . ... build - extract fortran from the source library, compile source, pack object code into object libary . ... clean - remove source and object files from library folder . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_install_f.html -- 4.7 Кб -- 02.06.2003
Похожие документы

9. Directory Manipulation
. Next: File Manipulation Up: C Standard Library Functions Previous: Data Conversion . #include <dir.h> . int chdir(char *path) - Change current directory to given path. char *getcwd(char *path, int numchars) - Returns name of current working directory. int mkdir(char *path) - Create a directory u sing given path name. int rmdir(char *path) - Delete a specified directory. Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 02.10.2012
Похожие документы

10. Pipeline Processing of Data in the VLT Era
Next: The Client Server Design of the Gemini Data Handling System . Up: Data Pipelines . ... The VLT Data Flow System pipeline and quality control subsystem provides a general infrastructure for standard reduction and quality assessment of data obtained at the VLT facility. ... re-processing of data from the VLT Science Archive. ... Each instrument must define a unique classification of all frames used by the pipeline including raw frames, calibration data and products generated. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/grosbolp/ -- 13.5 Кб -- 16.07.1999
Похожие документы

11. Removing directories
. To remove a directory use the command: rmdir directory_name . The directory must be empty before you can delete it. You will need to remove any files and subdirectories that it contains. To remove a directory that contains files use the command: rm -r directory_name . This deletes all the contents of the directory including any subdirectories. **Caution** . Examples . Problems? . Did You Know? .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/rm1.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>550) - comet.sai.msu.ru/ )

12. http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html
... The files in this directory are for installing the latest version 3.0.0 of AstroImageJ on Linux, Windows, and Mac operating systems. ... If you have Java already installed on your system (32-bit or 64-bit), download the following version of AstroImageJ that does not include Java embedded in installation. ... To install AstroImageJ on a 64-bit Windows machine, install the following file which includes the Java 7 64-bit runtime environment ( jre ). ... Run AIJ by double-clicking AstroImageJ.exe. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html -- 55.1 Кб -- 07.12.2014
Похожие документы

13. SPUTNIK home page
... Average resolution at altitude H=668 km . ... Swath width at H=668 km and inclination of beginning of swath 20.48 degrees . ... Resolution at H=668 км . ... Наименование параметра . ... 1 канале . ... Полоса обзора при H=668 км . ... 1-5 спектральной зоне, не более . ... 1 спектральной зоне . 0,48-0,52 мкм . ... 0,915-0,997 мкм . ... 1-4 канал . ... 1-4 каналов . ... Спектральные характеристики каналов (по уровню 0,5): . ... For more information send a mail to: info@sputnik.infospace.ru . ...
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/ocean_o/engl/ocean_1.htm -- 19.8 Кб -- 21.01.2002
Похожие документы
Еще в разделе: (Показать все результаты (>21) - sputnik.infospace.ru/ )

14. Stellarium: SphericalRegion::DrawParams Struct Reference
Stellarium 0.12.3 . ... FileљStructure . ... SphericalRegion . DrawParams . ... SphericalRegion::DrawParams Struct Reference . Parameters specifying how to draw a SphericalRegion . More... #include < StelSphereGeometry.hpp > . DrawParams (class StelProjector *projector) . Construct DrawParams with default parameters and specified projector. ... Do not subdivide the region to follow projection distortions. ... class StelProjector * SphericalRegion::DrawParams::projector_ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structSphericalRegion_1_1DrawParams.html -- 22.0 Кб -- 28.02.2014
Похожие документы

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

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

17. Kendrick Astro Instruments, AstroGuide Listing
The AstroGuide . ... AstroGuide | ... AstroGuide Listing . ... See many more Astronomy Listings by: Category or Alphabet . Products include dew removal system, astronomy tents (aka Shelter Dome), portable battery packs, flexible dew caps and Kwik Focus lens cap. Last Update August 28, 2005 . Listed Since August 20, 2005 . ... 416) 762-7946 . ... 416) 762-2765 . Web Site . http://www.kendrick-ai.com/ . ... Web . ... dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/astroguide/ag245.html -- 12.6 Кб -- 09.04.2016
Похожие документы

18. S.P.Korolev RSC Energia - PRODUCTION OF CONSUMER GOODS
CATALOG OF CONSUMER GOODS . KEY TECHNOLOGIES FOR CONSUMER GOODS PRODUCTION . ... PRODUCTION OF CONSUMER GOODS . ... Development of article design based upon customer's input data, including generation of a 3D-Model of an article and creation of design-mock-up by 3D-Model using quick prototyping methods. ... Customer's design documentation updating to suit the conditions of specitic or ZEM mass or full-scale production. ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/conversion/tnp/facility.html -- 13.6 Кб -- 02.10.2012
Похожие документы

19. Specification
Symbolic circuit-matrix processor and evaluator . ... This software is reliable over the range of benchmark circuit complexity (both *.CIR and *.MAT file). ... SYMBOL is a symbolic-algebra package which in contrast to REDUCE, MACSYMA, MAPLE, MATHEMATICA, MathLAB, MathCAD and other known multi-purpose systems is especially intended for analysis of any lumped, linear, time-invariant circuit. ... pure ASCII text . ... CIRSYM - SYMbolic CIRcuit processor used to format ASCII text file *.out for CALCSYM. ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/specification.html -- 11.5 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>18) - astrometric.sai.msu.ru/ )

20. Ground Radio Telescope (GRT) Products
... Previous: Ground Tracking Station (GTS) Products . ... GRT Log File . ... GRT Gain Curves . ... What: Co-observing GRTs will each generate a log file identical to those for ground-based VLBI experiments. ... Where: Files are placed by GRTs on their regional server ( Regional Servers for GRT logs etc ) in the sub-directory named for the month and year (e.g. may97 ) below the sub-directory named gps . ... Where: Files are placed by GRTs on their regional server ( Regional Servers for GRT logs etc ). ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/grt.htm -- 9.2 Кб -- 16.05.2001
Похожие документы

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


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

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

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