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

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

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

1. Python: module check_eps_ovr
check_eps_ovr . ... Perform various functions relating to the EPS override file. ... Modules . ... angle_pair_check (min_angle, max_angle) . ... Returns the time as an spss_time object. run (cclname =None , eps_ovr_file =None , *args) . Validated an EPS override file. ... do check_eps_ovr <ccl_name> <eps_ovr_file> [-move] . The '-move' option will cause the validated EPS override file to be copied . ... file. verify_eps_ovr (sms, eps_ovr_file) . Verify an existing EPS override file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/check_eps_ovr.html -- 6.7 Кб -- 08.04.2016
Похожие документы

2. casacore: casa/BasicMath/Primes.h Source File
... Files . ... File List . ... casa . BasicMath . ... 00001 //# Primes.h: This class provides some prime number operations using a cached table 00002 //# Copyright (C) 1994,1995,1999,2001 00003 //# Associated Universities, Inc. ... The class maintains an internal cache table of 00053 // prime numbers. ... The function "aLargerPrimeThan" accepts a number and returns a 00058 // larger prime number from the table of prime numbers. ... The hash table class works best with a table whose size is prime. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/Primes_8h_source.html -- 26.0 Кб -- 14.02.2011
Похожие документы

3. http://www.eso.org/projects/dfs/team/QA-code-review-form.doc
... Readability |Check number: 1 | Description: Header existence for each |Evaluation (always/often/sometimes/| |source file and for each method, class, |never) : | ... Description: Naming conventions existence |Evaluation (always/often/sometimes/| |(variables start with lowercase, then |never) : | ... limited and commented |(always/often/sometimes/ | ... Description: Error message are formated : when an|Evaluation | error or an exception is raised, report the |(always/often/sometimes/ | ...
[ Текст ]  Ссылки http://www.eso.org/projects/dfs/team/QA-code-review-form.doc -- 128.5 Кб -- 29.09.2003
Похожие документы

4. Stellarium: core/modules/Nebula.hpp Source File
Stellarium 0.12.3 . ... Classes . ... FileљStructure . FileљList . FileљMembers . core . modules . Nebula.hpp . ... 51 љ virtual QString getInfoString ( const StelCore *core, const InfoStringGroup& flags) const ; . ... 54 љ virtual double getCloseViewFov ( const StelCore * core = NULL) const ; . 55 љ virtual float getVMagnitude ( const StelCore * core, bool withExtinction= false ) const ; . 56 љ virtual float getSelectPriority ( const StelCore * core) const ; . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Nebula_8hpp_source.html -- 26.2 Кб -- 28.02.2014
Похожие документы

5. Software Modifications
... The MIDAS release 95NOV is the 10th official release of portable MIDAS. A number of new applications have been added to this version. ... After one year of working with the GNATS problem report database, new PR categories have been created, in particular for GUIs and for each context. ... Documentation for the EMMI calibration is provided with the command INITIALIZE/EMMI. ... For a more complete list of all updates/additions use the MIDAS command HELP [NEWS] after having installed this release. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node209.html -- 5.8 Кб -- 23.02.1996
Похожие документы

6. Apache mod_rewrite - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 . ... mod_rewrite provides a way to modify incoming URL requests, dynamically, based on regular expression rules. ... The URL manipulations can depend on various tests: server variables, environment variables, HTTP headers, time stamps, external database lookups, and various other external programs or handlers, can be used to achieve granular URL matching. ... mod_rewrite reference documentation . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/rewrite/ -- 7.3 Кб -- 19.11.2015
Похожие документы

7. http://www.naic.edu/~astro/talks/abstracts/lerner_01jul05.htm
... Presentation of CIMA version 2.0 . A new version of the CIMA observing user interface, version 2.0, is officially coming on-line. This version includes quite a number of modifications to CIMA. Some of them are internal to CIMA (such as modifications to support libraries) but a number of them are highly visible such as a new start-up sequence and new windows added. ... It is aimed at anyone who is using CIMA or needs to support someone using CIMA (friends, operators etc.) ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/talks/abstracts/lerner_01jul05.htm -- 1.6 Кб -- 28.06.2005
Похожие документы

8. http://www.sai.msu.su/~megera/postgres/gist/gevel/README.gevel
... postgres (2 rows) regression=# \di List of relations Schema | ... polytmp (2 rows ) * gist _stat(INDEXNAME) - show some statistics about GiST tree regression =# select gist _stat(' pix '); Number of levels: 2 Number of pages: 30 Number of leaf pages: 29 Number of tuples: 3129 Number of leaf tuples: 3100 Total size of tuples: 137676 bytes Total size of leaf tuples: 136400 bytes Total size of index : 245760 bytes * gist _tree(INDEXNAME,MAXLEVEL) - show GiST tree up to MAXLEVEL ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/gevel/README.gevel -- 9.2 Кб -- 03.04.2008
Похожие документы

9. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

10. Manpage of FITSHDR_EXPAND
fitshdr_expand - expand/extend FITS-file header fitshdr_expand [options] FITSfile_name . fitshdr_expand utility allows to expand/extend existent FITS headers. FITS MultiExtentionsFiles included). fitshdr_expand is just simple shell script around fitshdr utility. --header-no= NNN . Where NNN - FITS-header's number (0,1,.. ... By default 1. --help . Output a brief help message and exit. --version . Print the version number of fitshdr_expand to standard output and exit. --nobackups . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr_expand.1.html -- 3.1 Кб -- 21.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>409) - lnfm1.sai.msu.ru/ )

11.