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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/ekcii_c.html.

1. CSPICE Routines: EKSSUM_C
... Abstract Return summary information for a specified segment in a specified EK. ... Detailed_Output segsum is a pointer to an EK segment summary. ... Loop through the segments, dumping the desired summary information for each one./ printf ( \n \n Segment summary for file %s\n \n \n , ek ); for ( segno = 0; segno nseg; segno ++ ) { ekssum_c ( handle , segno , segsum ); printf ( ======================================== ======================================== \n ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/ekssum_c.html -- 12.5 Кб -- 17.12.2005
Похожие документы

2. Description
... The filter extensions include a region expression, to cover cases where we know there are spatial variations, and the transmission values corresponding to each energy bin datum. ... CAL_getFilterTransmission() : Retrieve filter transmission data as a function of energy for the THIN1 filter; the function exists in two flavors the second of which integrates the efficiency curve over a specified energy range . ... Columns: . ... The description of the region in which the transmission values are valid. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node715.html -- 9.6 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>16957) - xmm.vilspa.esa.es/ )

3. Stellarium: TuiNodeActivate Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... TuiNodeActivate Class Reference . ... voidљ . ... TuiNodeActivate (const QString &text, QObject *receiver, const char *method, TuiNode *parent=NULL, TuiNode *prev=NULL) . Create a TuiNodeActivate node. ... virtual TuiNodeResponse љ . handleKey (int key) . ... TuiNode (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) . ... virtual TuiNode *љ . ... virtual voidљ . ... Contains the numbers of the parent nodes in the hierarchy. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTuiNodeActivate.html -- 22.0 Кб -- 28.02.2014
Похожие документы

4. casacore: casa::ImageMetaData Class Reference
... casa::ImageMetaData . ... ImageMetaData (const ImageInterface < T > &image) . ... Get the axis number of the spectral axis of this image (0-based). uInt . ... Get the axis number of the polarization axis of this image (0-based). ... Get the number of channels in this image. uInt casa::ImageMetaData::nStokes . ... Return -1 if the specified stokes parameter is not present or if this image does not have a polarization axis. const CoordinateSystem & casa::ImageMetaData::itsCoordinates [private] . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ImageMetaData.html -- 35.0 Кб -- 14.02.2011
Похожие документы

5. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/weasel2.0.txt
... Supports the use of aliases for lists of e-mail addresses. ... Proposed directory for placement: /pub/os2/apps/internet/mail/server Your name: Peter Moylan Email address: peter@pmoylan.org Program contact name: (same) Program contact email: (same) Program URL: http://www.pmoylan.org/pages/os2/Weasel.html Would you like the contact email address included in listings? no Operating System/Version: OS/2 Warp 3 or later Additional requirements: Replaces: weasel1.82.zip ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/weasel2.0.txt -- 2.1 Кб -- 17.09.2014
Похожие документы

6. Table Filtering
This document contains a summary of the user interface for filtering rows in binary tables. Table filtering allows a program to select rows from an table (e.g., X-ray event list) by checking each row against one or more expressions involving the columns in the table. When a table is filtered, only valid rows satisfying these expressions are passed through for processing. ... select rows whose pha value is exactly 10 . ... 10 pha select rows whose pha value is in the range of 10 to 50 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/filters.html -- 11.3 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2207) - hea-www.harvard.edu/ )

7. lsst.tcc: tcc::ChebyshevPolynomial Class Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Classes . Files . ... ChebyshevPolynomial . ... tcc::ChebyshevPolynomial Class Reference . include < cheby.h > . ChebyshevPolynomial (std::vector< double > params , double minX=-1, double maxX=1) . ... getMinX () const . ... Definition at line 29 of file cheby.h . ... double tcc::ChebyshevPolynomial::getMaxX . ... double tcc::ChebyshevPolynomial::getMinX . ... double tcc::ChebyshevPolynomial::operator() . ... Definition at line 112 of file cheby.h . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_chebyshev_polynomial.html -- 18.5 Кб -- 14.09.2015
Похожие документы

8. mod_reqtimeout - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Set timeout and minimum data rate for receiving requests . ... Allow 10 seconds to receive the request including the headers and 30 seconds for receiving the request body: RequestReadTimeout header=10 body=30 . ... If the client sends data, increase the timeout by 1 second for every 1000 bytes received, with no upper limit for the timeout (except for the limit given indirectly by LimitRequestBody ): RequestReadTimeout body=10,MinRate=1000 . ... mod_reqtimeout . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_reqtimeout.html -- 12.0 Кб -- 19.11.2015
Похожие документы

9. OptInt PmWiki : Page List Templates
... page). (:if false:) [[#default]] (:template first {=$Group}:) :[[{=$Group}/]] /: (:template each:) : :[[{=$Group}/{=$Name}]] [[#defaultend]] (:ifend:) (:pagelist group={$Group} fmt=#default count=6:) . ... if false:) [[#count]] (:template defaults wrap=inline list=normal :) (:template last:) {$$PageCount} [[#countend]] (:ifend:) Number of pages in the {$Group} group: (:pagelist group={$Group} fmt=#count :). ... There are (:pagelist group=PmWiki fmt=#count wrap=html :) pages in the PmWiki group. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/Site/PageListTemplates -- 36.3 Кб -- 28.02.2014
Похожие документы

10. http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/CCM_S-1422.pdf
... Ц 2003 Cummins Power Generation Specifications May Change Without Notice S-1422a (3/03) Specifications Network ® Echelon L ONW ORKS ® ,Twisted-Pair 78KBPS, FT-10 Power Voltage Current Temperature Operating Storage Humidity Relative 5 - 36 VDC, 120 VAC 1.25 A (max) -25 to +70 °C (-13 to +158 °F) -25 to +85 °C (-13 to +185 °F) 25 - 95% (non-condensing) Protocol Echelon LonW orks, GOAL Inputs 3-Phase Voltage 3-Phase Current 32 Discrete 10 Analog 0 - 600 ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/CCM_S-1422.pdf -- 243.6 Кб -- 05.02.2013
Похожие документы

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

12. comedi_data_write
... comedi_data_write -- write single sample to channel . ... int comedi_data_write (comedi_t * device, unsigned int subdevice, unsigned int channel, unsigned int range, unsigned int aref, lsampl_t data); . Writes a single sample on the channel that is specified by the Comedi device device, the subdevice subdevice, and the channel channel. If appropriate, the device is configured to use range specification range and analog reference type aref. ... On sucess, comedi_data_write() returns 0. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-data-write.html -- 4.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-data-write.html -- 4.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-data-write.html -- 4.1 Кб -- 02.10.2012
Похожие документы

13. HTML Tag Reference
... This section discusses the tags for defining scripts in a document. Scripts allow you to include JavaScript code in your HTML documents. ... The SCRIPT tag specifies client-side JavaScript code, which means JavaScript code that runs directly in the browser. ... For example, the browser interprets text within angle brackets as a script element, not as an HTML element. ... You can also use SCRIPT tags in the body of your document to define JavaScript code to be executed in that part of the document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags13.htm -- 10.7 Кб -- 26.03.1998
Похожие документы

14. Manpage of FITSHDR_EDIT
fitshdr_edit - FITS-file headers interactive editor fitshdr_edit [options] FITSfile_name . fitshdr_edit utility allows to modify FITS headers' lines interactively (FITS MultiExtentionsFiles included). fitshdr_edit is just simple shell script around fitshdr utility. ... It means, that You can't remove line from header! ... 560:CRDELT2 = 21.0 / this is example 640: 720:HISTORY header No.0: 1st history line 123456789012345678901234567 880:COMMENT Sat Sep 25 21:17:34 CEST 2004 / by fitshdr_edit . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr_edit.1.html -- 4.6 Кб -- 21.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>434) - lnfm1.sai.msu.ru/ )

15. List Item
... The LI or list item element is used for items in both ordered and unordered lists. ... An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. ... CLASS . This a space separated list of SGML NAME tokens and is used to subclass tag names. ... CLEAR . This attribute is common to all block-like elements. ... The CLEAR attribute allows you to move down unconditionally: . clear=left . move down until left margin is clear . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/listitem.html -- 5.0 Кб -- 19.12.1996
Похожие документы

16. http://www.eso.org/sci/observing/phase3/release-description-tmpl.doc
ESO Phase 3 Data Release Description Please start from this template when preparing the documentation for your ESO Phase 3 data release. ... Finally, the release description will be published as submitted - without further editing by ESO - to support the user community in utilizing the data. ... Please indicate if this is a catalogue data release. ... Data Reduction and Calibration Please address the following questions for scientific catalogue data, particularly in case of source catalogues: . ...
[ Текст ]  Ссылки http://www.eso.org/sci/observing/phase3/release-description-tmpl.doc -- 62.0 Кб -- 24.05.2012
Похожие документы

17. Reference Clock Options
The NTP Version 3 daemon currently supports several different radio, satellite and modem reference clocks plus a special pseudo-clock used for backup or when no other clock source is available. Detailed descriptions of individual device drivers and options can be found in the Reference Clock Drivers page. Additional information can be found in the pages referenced there, including the Debugging Hints for Reference Clock Drivers and How To Write a Reference Clock Driver pages. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/clockopt.html -- 7.6 Кб -- 21.12.2007
Похожие документы

18. General description of the database
It is a matter of common knowledge that in processes of genesis and evolution of many solar phenomena participate magnetic fields of sunspots. ... As a basis for formation of the database we take data on magnetic fields, collected by set of observatories during many years of observations. ... Section "Magnetic field data" contains data of magnetic field observation for separate sunspots, presented in standard text format (ASCII). ... Description of structure of these files is presented here . ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/database/mfbase/info_e.html -- 5.3 Кб -- 21.05.2007
Похожие документы
Еще в разделе: (Показать все результаты (>225) - www.gao.spb.ru/ )

19. Description of SED models
... FTP access the basic models is here . ... Below, we put short descriptions of the used SED models for the photometric redshifts providing by the current server . ... The uniqueness of this model consists in expanding to the near IR (NIR) of Rocca-Volmerange and Guiderdoni's (1988) atlas of synthetic spectra with a revised stellar library, which includes parameters of cool stars. ... Homepage of the GISSEL model). ... Another model used earlier is the model of synthetic spectra of Poggianti (1997). ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/sed_E_models.html -- 9.2 Кб -- 12.01.2005
Похожие документы
Еще в разделе: (Показать все результаты (>35) - sed.sao.ru/ )

20. ASNCOMBINE (Nov98) --- nictools --- ASNCOMBINE (Nov98)
asncombine -- Process and combine images in one or two NICMOS associations asncombine association . ... set to yes to include error planes in co-added images error. background . ... This is useful to use different background subtractions for different images. fheader . set to yes in order to multiply the background by the value of keyword "factor" in the image header. ... Set to yes to use quadrants statistics save in the image header from previous runs of asncombine. regquad1 . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/nictools/asncombine.hlp.html -- 8.9 Кб -- 06.06.2006
Похожие документы

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


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

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

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