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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/lrpg/lrpg_mitupid.html.

1. Task LRP Catalog Tools Page
Tool . ... Date Completed . COPY-LRP . ... Coding Completed . ... Coding . ... Supersnap Management Process . ... Requirements Completed . ... process improvement in the LRP . documentation on functional and data requirements for LRPG task areas . ... These are documents which the OPT subgroups have prepared concerning overviews of individual LRP processes (both as currently done, and as projected to be as a goal), documentation on goals, methods, and areas for process improvement. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/lrpg/documentation/unix_migration/mupid/Task-CatalogManagement.html -- 5.2 Кб -- 09.05.2001
Похожие документы
Еще в разделе: (Показать все результаты (>22654) - www.stsci.edu/ )

2. Interface Definition Libraries
... Though Flint knows the interface definitions (i.e. number, type and intent of each argument) of standard FORTRAN functions, it is desirable for users to build and use a file (or files) describing the interfaces to their own library. ... The format is: flint -o file .. ... While these interface definitions could be input along with normal source files, preceding the interface file with the -l (library) switch has the advantage that the source of this file does not appear in the listing file. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/progguide/node53.html -- 6.1 Кб -- 05.02.2013
Похожие документы

3. Script library files
Next: C libraries Up: Code Previous: Code Contents . Here we list the files (in italics ) which contain IDL code. ... Note that except for the IDL specific widget libraries, all code is in the same area ( common ). oyster.pro . Contains the setup script and common data functions. idlfunctions.pro . ... All scripts related to the top level widgets of CHAMELEON and AMOEBA. misc.pro . ... All higher level HDS data file access scripts. hds.pro . ... All general plot scripts. AMOEBA . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node34.html -- 6.4 Кб -- 28.04.2015
Похожие документы

4. Simon Jeffery's Software Store: TAP library
... The Theoretcial Astrophysics subroutine library provides constants and functions commonly used in astrophysical modelling. It began in 1992 as a joint project between CCP7 and Starlink, initiated by Simon Jeffery and Paul Rees. ... SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . ... SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... SUBROUTINE TAP_ABINI ( TAP_ABUND, STATUS ) . ... SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . ... SUBROUTINE TAP_ERREP ( TAP_ROUTN, STATUS ) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap.html -- 8.7 Кб -- 06.07.2002
Похожие документы

5. SAS Packages
The SAS is a collection of packages . ... header files . ... documentation A new SAS compliant package directory structure can be created automatically by running the SAS package maker SAS package maker . ... This will create a new directory with the name of the package and will fill out a number of templates with the aswers you gave. pkgmaker creates templates for Fortran, Perl, and C++ tasks. ... The version number is written in the file VERSION in the top level directory of the package. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/packages.html -- 5.2 Кб -- 09.08.2000
Похожие документы
Еще в разделе: (Показать все результаты (>12246) - xmm.vilspa.esa.es/ )

6. ESO-MIDAS Documentation
... ESO-MIDAS is decribed in full detail in a number of documents. ... ESO-MIDAS User's Guide ( Release 95NOV or Release 94NOV ) : . ... Describes the basic MIDAS system with all general purpose facilities such as MIDAS Control Language, all available commands, data input/output (including plotting and image display), table system (MIDAS Data Base). ... Apart for this "standard" set of documentation, the MIDAS Users community is provided with two other sources of information: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/midas-document.html -- 7.1 Кб -- 23.02.1996
Похожие документы

7. From Power Up To Bash Prompt: The GNU C Library
... However, init, like almost all programs, uses functions from libraries. ... It comes from the standard C libraries, on a GNU/Linux system, glibc. ... They are libraries of these functions. ... There are two ways programs can use these library functions. ... For example, here are the libraries that bash uses: . ... Use ldd to find out what libraries init uses. ... Write, compile and link a program that uses this library. source code, see Building a Minimal Linux System from Source Code for urls . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1048) - jet.sao.ru/ )

8. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README
CFITSIO Interface Library CFITSIO is a library of ANSI C routines for reading and writing FITS format data files. ... The CFITSIO library is built on Unix systems by typing: > ./configure [--prefix=/target/installation/path] > make (or 'make shared') > make install (this step is optional) at the operating system prompt. The configure command customizes the Makefile for the particular system, then the `make' command compiles the source files and builds the library. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README -- 6.9 Кб -- 30.12.2010
Похожие документы

9. Simulating Atmospheric Phase Errors, Phase Correction and the Impact on ALMA
... Bojan Nikolic web pages (r. 329) . ALMA . We present a framework for modelling atmospheric phase errors and their correction by both the fast-switching and water vapour radiometeric techniques. ... We use this framework to simulate relative point source sensitivity and effective resolution for a range of atmospheric conditions, with and without phase correction. ... Published as ALMA Memo #582. ... Simulating Atmospheric Phase Errors, Phase Correction and the Impact on ALMA Science . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/memo-turb.html -- 14.2 Кб -- 04.04.2016
Похожие документы

10. Use of program libraries
The two main numerical libraries in Fortran 90 are . NAG Numerical Libraries for Fortran 90 Users . IMSL Fortran 90 MP Library Both of these offer both a modified version of the Fortran 77 library, recompiled for Fortran 90, and a completely new library, using all the new facilities of Fortran 90. ... On the Sun using Sun OS 4.2.1 we also got completely wrong results when using library functions in single precision, since the C system on Sun converted all function calls into double precision. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c15.html -- 5.2 Кб -- 30.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c15.html -- 5.2 Кб -- 30.03.1996
Похожие документы
Еще в разделе: (Показать все результаты (>16473) - crydee.sai.msu.ru/ )

11. The film version of the UKST surveys, completely trashed. Like the books in the
... The film version of the UKST surveys, completтАж . ... Title: The film version of the UKST surveys, completely trashed. Like the books in the library, these crumbled to fine ash when touched . ... The film version of the UKST surveys, completely trashed. Like the books in the library, these crumbled to fine ash when touched NOTE: All images and movies are copyright and must not be reproduced or mirrored in any form without written permission. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/reconstruction/album36/DSCN1073 -- 31.4 Кб -- 10.04.2016
Похожие документы

12. Электронная библиотека астронома-любителя. Астрономический Календарь -
Электронная библиотека астронома-любителя. Книги по астрономии, телескопостроению, оптике. главная . библиотека . ... Общая литература по астрономии . ... Название: Астрономический Календарь - Постоянная часть. Изд. ... Год: 1981. ... сайт служит астрономическому сообществу с 2005 года . ...
[ Сохраненная копия ]  Ссылки http://www.astrolib.ru/library/45.html -- 7.9 Кб -- 09.04.2016
Похожие документы

13. A C Programming Interface to the IRAF VOS Libraries
... Up: Iraf Packages . ... We have developed a methodology for building C programming interfaces to the IRAF Virtual Operating System (VOS) libraries. The IRAF VOS is the fundamental programming interface to the IRAF system, providing the environment for the development of scientific applications. C interface functions for the more commonly used IRAF, STSDAS, and TABLES libraries, as well as the semi-automated interface generation mechanism comprise the C Virtual Operating System interface, CVOS. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-28/ -- 12.5 Кб -- 11.10.2000
Похожие документы

14. Ботинки Kenzo - Kenzo - Kenzo Шорты мужские. 6401474.00.12 6401474.00.12_8260
... Цвет: синий . ... Материал верха: натуральная кожа, текстиль . ... Пол: Мужской . Ботинки Kenzo. ... Возраст: Взрослый . Стильные мужские шорты TOM TAILOR средней посадки изготовлены из высококачественного материала, послужат отличным дополнением к вашему современному образу. ... Book DescriptionDESCRIPTION: America's favorite pediatric experts turn their attention to the hottest topic in parenting--solving babies' sleep problems--in a definitive book that offers immediate results. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5762.html -- 19.3 Кб -- 14.02.2016
Похожие документы

15. Main results of the experimental and theoretical research completed in 2011
... Space Research Institute . Main . ... Main results of the experimental and theoretical research completed in 2011 . An automated method for mapping of vegetation cover over Russia using Earth observation data . ... The Space Research Institute of Russian Academy of Sciences . ... P.285-302. (in Russian) . ... P.103-116. (in Russian) . ... Main results of the experimental and theoretical research completed in 2010 . Main results of the experimental and theoretical research completed in 2009 ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/eng/2011investig.htm -- 8.4 Кб -- 01.02.2012
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/eng/2011investig.htm -- 8.4 Кб -- 01.02.2012
Похожие документы

16. Астронет > Страница 25
... Первая страница Назад Продолжить Последняя страница Обзор Изображения . Публикации с ключевыми словами: Галактика - звездная астрономия . Публикации со словами: Галактика - звездная астрономия . ... Дальний рукав в 3 кпк от центра . Лекции по Галактической Астрономии. ... Стрелец A*: быстрые звезды вблизи центра Галактики . ... KINO.RU - фильмы, кино театры, кино, расписание кино в г. Москва | ... Дизайн квартир и дизайн интерьера . ... Нужно рекламное агентство? ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/msg/1228263/text24.html -- 15.9 Кб -- 17.06.2008
Похожие документы

17. ОТЧЕТ
... After delivery of all engineering models and SRT test sets to LA main ASC activities were moved to LA as well. ... Special attention was paid to the problem of tests on the electromagnetic compatibility between service and scientific on-board payload. ... The SRT was attached to special supporting frame, and LNA cooling system (NSOTR) was installed on the Focal Container. ... FC Focal Container - hermetic package with the scientific payload; it contains receivers, . ... TVT Thermo-Vacuum Tests . ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/archives/2003/month_notic/sep.html -- 27.1 Кб -- 03.11.2011
Похожие документы

18. lsst.coordConv: include/coordConv/physConst.h Source File
lsst.coordConv љ unknown . ... Files . ... include . ... physConst.h . ... 17 љ const double Pi = std::atan(1.0)*4; . 18 љ const double HoursPerDeg = 24.0 / 360.0; // hours per degree . 19 љ const double RadPerDeg = Pi / 180.0; // radians per degree . 20 љ const double KmPerAU = 149597871.0; // kilometers per astr. unit (Astr. ... 38 љ // const double JY_per_BY = 36524.2198781 / 36525.0; // Julian years per Besselian (troPical) Years (Taff) . ... Definition: physConst.h:26 . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/phys_const_8h_source.html -- 22.9 Кб -- 07.05.2015
Похожие документы

19. SAO RSDC Home Page - RRA - PSPC
... The ROSAT Consortium (the Max-Planck-Institut fuer extraterrestrische Physik, the Goddard Space Flight Center, the Smithsonian Astrophysical Observatory, Leicester University, and the Astrophysikalisches Institut Potsdam) announces the release of the completed source catalogs of all ROSAT pointed observations. ... Detailed information about the catalog and methods of access to the catalog and data products can be obtained from the ROSAT Results Archive web pages in Germany, in the US, and in the UK:...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/rosat/rra_pspc.html -- 9.3 Кб -- 01.10.2012
Похожие документы

20. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/HEAP.INC
... size of segment start dw ? ... far pointer to previous _heap_seg_desc _heap_seg_desc ends ; ; _heap_seg_desc.flags bit offsets ; _HEAP_MODIFY equ 01h ; heap segment size can be modified _HEAP_FREE equ 02h ; heap segment may be freed up to OS _HEAP_NEAR equ 04h ; heap segment is part of the near heap _HEAP_BASED equ 08h ; heap segment is part of the based heap ; ; --- Heap Linked List Descriptor --- ; ; [***NOTE*** Some heap routines make assumptions about the layout of the ; heap list descriptor. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/HEAP.INC -- 3.9 Кб -- 06.03.2001
Похожие документы

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


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

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

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