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

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

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

1. CSPICE Routines: BODVRD_C
... Abstract Fetch from the kernel pool the double precision values of an item associated with a body. ... It's an error to supply an output array that is too small to hold all of the values associated with the requested kernel variable. Detailed_Output dim is the number of values returned; this is always the number of values associated with the requested kernel variable unless an error has been signaled. values is the array of values associated with the requested kernel variable. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/bodvrd_c.html -- 10.5 Кб -- 17.12.2005
Похожие документы

2. Package: j
These routines are meant to provide general purpose associative array support (also know as lists of joined pairs). ... Create a general purpose associative array of key-value pairs. j_destroy . ... Add a key-value pair to an associative array. j_get_pair . Find a key-value pair in an associative array. j_destroy_pair . Remove a key-value pair from an associative array. j_get_all_pairs . Get all the key-value pairs on an associative array. j_get_pair_info . ... pair : The key-value pair. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/j.html -- 12.3 Кб -- 24.12.2007
Похожие документы

3. The AstroStat Slog Blog Archive P Values: What They Are and How to Use Them
... Archives . ... ArXiv] 3rd week, Sept. 2007 . ... P Values: What They Are and How to Use Them by Luc Demortier emerged from my mind. ... Comment ( RSS ) | ... Algorithms arXiv Astro Bad AstroStat Bayesian CHASC Cross-Cultural Data Processing Fitting Frequentist Galaxies gamma-ray High-Energy Imaging Jargon Job Languages MC MCMC Meta Methods Misc News Nuggets Objects Optical Physics Quotes Spectral Stars Stat Timing Uncertainty X-ray . ... Chandra Blog . ... Entries (RSS) and Comments (RSS) . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/2007/p-values-what-they-are-and-how-to-use-them/index.html -- 19.9 Кб -- 01.03.2014
Похожие документы

4. Menus (ImageJ API)
... FIELD | ... public class Menus . ... ImageJ . ... static char . ... static int . ... Returns the size (in points) used for the fonts in ImageJ menus. static java.lang.String . ... Returns a list of the plugins in the plugins menu. static java.lang.String . ... Field Detail public static final char PLUGINS_MENU . ... public static final char IMPORT_MENU . ... public static int installPlugin (java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Menus.html -- 35.2 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>465) - www.astro.louisville.edu/ )

5. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы

6. http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_mssql_basic.sql
- mssql $Id: attach_mssql_basic.sql,v 1.9 2003/08/30 15:47:39 acydburn Exp $ */ BEGIN TRANSACTION; /* -- attachments_config */ INSERT INTO phpbb_attachments_config ( config_name , config_value ) VALUES ('upload_dir','files'); INSERT INTO phpbb_attachments_config ( config_name , config_value ) VALUES ('upload_img','images/icon_clip.gif'); INSERT INTO phpbb_attachments_config ( config_name , config_value ) ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_mssql_basic.sql -- 9.5 Кб -- 19.01.2013
Похожие документы

7. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

8. Uniqueness of LABEL and INDEX values.
... These column values are maintained unique in order to provide the user with convenient ways to select either the prime source or (via the selection expression parameters of rgsregions ) a subset of sources for which spectrum-extraction regions are desired. When a previously-made RGS source list is modified, the task checks to make sure the labels and index values in this list are unique. ... An INDEX value equal to the next highest unused value is given to each added source. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/rgssources/node17.html -- 5.0 Кб -- 09.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>14043) - xmm.vilspa.esa.es/ )

9. http://hea.iki.rssi.ru/integral06/internal/include/bibtex.php~
--------------------------------------------------------------- // Module : bibtex parser class // Description : generates a 2d array of all bibtex items // Author : Hartmut Seichter // Acknowledgement : Zhe Wu at Univ. of Rochester, http://qcite.com // License : GPL // CVS : $Id: ... 2005/01/24 06:18:38 seichter Exp $ // --------------------------------------------------------------------------- require_once(' template .php'); class BibTeX { var $ count ; var $ ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/internal/include/bibtex.php~ -- 7.4 Кб -- 21.03.2007
Похожие документы

10. http://www.sao.ru/hq/zhe/DBMS/testdb.sql
Создание тестовой базы данных Kafedra BEGIN; DROP TABLE lectures; DROP TABLE students; DROP TABLE semestrs ; DROP TABLE courses ; DROP TABLE balls; COMMIT; */ BEGIN; /* Лекторы */ CREATE TABLE lectures ( id_lect INTEGER PRIMARY KEY, surname VARCHAR (50) NOT NULL , name VARCHAR (20) NOT NULL , patronim VARCHAR (50) NOT NULL , phone VARCHAR (20) NOT NULL , mail VARCHAR (20) NOT ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/zhe/DBMS/testdb.sql -- 5.4 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/zhe/DBMS/testdb.sql -- 5.4 Кб -- 24.02.2010
Похожие документы

11. Simon Jeffery's Software Store: TAP housekeeping
SUBROUTINE TAP_ERMES ( TEXT, TEXLEN, STATUS ) . Return an error message associated with a TAP status value. SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . Report an error message. ... Report an error message associated with a TAP status value. ... Purpose: return an error message associated with a TAP status value. ... TEXT = CHARACTER * ( * ) (Given) TAP error message text. ... Invocation: CALL TAP_REP( NAME, TEXT, STATUS ) Description: An error message is built in the form: !! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_house.html -- 5.5 Кб -- 04.07.2002
Похожие документы

12. TUI:Telescope:User Catalogs
User catalogs allow you enter positions for your objects into a file, to save time during an observing run. ... Before diving into the details, here is an example: # default coordinate system and object # (these are the standard defaults, so if you like them you can omit this line) CSys=FK5; Date =2000; RotType= Object ; RotAng=0 # some random objects # Name Pos1 (e.g. RA) Pos2 (e.g. Dec) Options in keyword-value format NGC6543 rot 90 ... Object Data . Defaults . Catalog Options . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/UserCatalogs.html -- 10.3 Кб -- 05.09.2014
Похожие документы

13. Apache module mod_imap
This module provides for server-side imagemap processing. ... Configurable generation of imagemap menus. The lines in the imagemap files can have one of several formats: directive value [x,y ...] . ... The directives can come in any order, but are processed in the order they are found in the imagemap file. base Directive . ... Module: mod_imap . ... Its value is overridden by a default directive within the imagemap file. ... Its value is overridden by a base directive within the imagemap file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_imap.html -- 14.4 Кб -- 01.08.2003
Похожие документы

14. (Untitled)
If necessary, the observations and corresponding O – C values belonging to some observatory can be separated from the other data. Besides, O – C satisfying some conditions imposed on their value can be separated. ... To separate O – C by value, mark O – C check box and enter positive numbers limiting absolute values of O – C from above or from bottom or both and click on Run . ... The restrictions imposed on observatory code and on O – C values are indicated in status bar. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user39bb.htm -- 2.8 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>374) - www.ipa.nw.ru/ )

15. Zen: Gin
Hide Zen home . ... GIN . ... contains: value_array @> query_array . ... An example for a Gin opclass can be found in ginarayproc.c. Datum * extractValue( Datum inputValue, uint32* nentries) Returns an array of Datum of entries of the value to be indexed. nentries should contain the number of returned entries . int compareEntry( Datum a, Datum b) Compares two entries (not the indexing values) Datum * extractQuery( Datum query , uint32* nentries, StrategyNumber n) Returns an ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/Gin -- 12.5 Кб -- 10.04.2016
Похожие документы

16. http://www.mao.kiev.ua/staff/yp/TXT/atlases.txt
... Cheers, -Mike Data Providers (e.g., data centers, archives) Provider Name: NOAO Collection: High Resolution Atlas of Arcturus Spectra - 0.92-5.36 microns Characteristics: 310 ASCII tables of wavenumber vs flux Storage Format: Text tables Available online: ftp://ftp.noao.edu/catalogs/arcturusatlas/ir Comments: Tables contain three flux values (arcturus spectrum, telluric spectrum and ratio) for both summer and winter observations. ... Linelists also available as text table ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/staff/yp/TXT/atlases.txt -- 6.6 Кб -- 25.05.2015
Похожие документы
Еще в разделе: (Показать все результаты (>215) - www.mao.kiev.ua/ )

17. http://www.naic.edu/~phil/calcb/meascalJan01/measCaljan01.html
Measuring the hcorcal . Measuring the ratio of the "other" cals to the hcorcal. ... The cal value was measured on 19jan01 using absorber in front of the horn. On 22jan01 the cal value was measured while tracking blank sky. ... On 20dec01 blank sky was tracked and the ratio of the "other" cals was measured relative to the hcorcal. see measuring cals on the telescope using sky and absorber for how the cal value was computed. ... Red shows cal polA, polB measured relative to the absorber. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/calcb/meascalJan01/measCaljan01.html -- 9.9 Кб -- 01.03.2006
Похожие документы

18. API Help
Package . Class . ... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ... These links take you to the next or previous class, interface, package, or related page. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/docs/help-doc.html -- 9.3 Кб -- 16.05.2008
Похожие документы

19. Stellarium: TuiNodeEnum Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ... TuiNodeEnum Class Reference . ... setValue (QString s) . TuiNodeEnum (const QString &text, QObject *receiver, const char *method, QStringList items, QString defValue, TuiNode *parent=NULL, TuiNode *prev=NULL) . ... virtual TuiNodeResponse љ . ... virtual QStringљ . ... TuiNodeEditable (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) . ... TuiNode (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTuiNodeEnum.html -- 20.0 Кб -- 28.02.2014
Похожие документы

20. DIGITAL WDC EXCHANGE FORMAT FOR OBSERVATORY 1.0 MINUTE VALUES
DIGITAL WDC EXCHANGE FORMAT . FOR OBSERVATORY 1.0 MINUTE VALUES 1. ... DATA-1 .. DATA-60 are 1-minute values of the given element for that hour. ... Typically, digital 1-minute values received by WDCs from organizations operating automatic magnetic observatory instruments are averages of more frequendy sampled values, e.g. 10-second point samples. ... If the method used to obtain 1-minute average values is important to a user, the WDC will assist in determining the exact procedure applied. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/HTML/WDCFORM.HTM -- 6.6 Кб -- 03.07.2001
Похожие документы

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


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

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

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