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

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

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

1. CSPICE Routines: EKOPR_C
... Abstract Open an existing E-kernel file for reading. Required_Reading EK . ... Detailed_Input fname is the name of an existing E-kernel file to be opened for read access. ... This handle is used to identify the file to other EK routines. ... Opening an EK file with this routine makes the EK accessible to the CSPICE EK readers ekrcec_c ekrced_c ekrcei_c all of which expect an EK file handle as an input argument. ... Examples 1) Open the file my.ek for read access: ekopr_c ( "my.ek", &handle ); . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/ekopr_c.html -- 5.9 Кб -- 17.12.2005
Похожие документы

2. Reading Client Input in Apache 1.2
Apache 1.1 and earlier let modules handle POST and PUT requests by themselves. The module would, on its own, determine whether the request had an entity, how many bytes it was, and then called a function ( read_client_block ) to get the data. ... This step also sends a 100 Continue response to HTTP/1.1 clients, so should not be called until the module is *definitely* ready to read content. (otherwise, the point of the 100 response is defeated). ... Finally, call ap_get_client_block in a loop. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/client_block_api.html -- 4.8 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>115) - neptun.sai.msu.ru/ )

3. OptInt PmWiki : PmWiki / Upgrades
OptInt PmWiki : Pm Wiki / Upgrades . ... PmWiki is designed to make it easy to upgrade the PmWiki software without affecting your existing data files or installation. For most upgrades, you simply copy the files in the new release over your existing installation. ... See PmWiki:Upgrading From PmWiki 1 for more details. ... For example, if your existing PmWiki installation is in a directory called pmwiki , then one way to copy the new files over the existing ones is to enter the command: . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Upgrades?action=print -- 13.6 Кб -- 01.03.2014
Похожие документы

4. GUIDARES: Reading the Guide Star Catalog in Very Many Ways
... Malkov, O. M. Smirnov . ... We present some current and future variations of our Guide Star Catalog Data Retrieval Software (GUIDARES). ... The GUIDARES software was born in 1991 (Malkov et al. 1992) as a PC-based tool for easy access to the Guide Star Catalog. ... Several applications arose (e.g., Malkov & Smirnov 1994b) where it was very useful for a program to be able to read the Guide Star Catalog easily, without the burden of sorting through its (very complicated) internal structure. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/malkovo2.html -- 9.6 Кб -- 03.11.2000
Похожие документы

5. http://xmm.vilspa.esa.es/sas/7.1.0/doc/barycen.ps.gz
... In more detail, the task requires as main input a table in a data set which contains a column with times in XMM MET (Mission Elapsed Time) frame[1]. ... Correct all time tags stored in a speci ed column of the table 3. ... Please note: This process is irreversible - if the original time column is to be kept a copy of the data set should be made a priori. withsrccoordinates no boolean false true|false The barycentric correction algorithms needs the coordinates of the celestial source. ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/barycen.ps.gz -- 48.1 Кб -- 09.07.2007
Похожие документы

6. Reading and Writing Blanking Information
... Though the box routines are the preferred way to read blanking information, it is possible to read the blanking information associated with an image directly. Also a routine is needed to write blanking information. ... These routines are: subroutine xyflgrd(tno,index,mask) subroutine xyflgwr(tno,index,mask) subroutine xymkrd(tno,index,runs,n,nread) subroutine xymkwr(tno,index,runs,n) Here tno is the image handle returned by xyopen , index gives the row number (analogous to xyread and xywrite ). ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/progguide/node37.html -- 6.1 Кб -- 05.02.2013
Похожие документы

7. Format conversion
... If you have a program to convert data to MIDAS input format, fine. ... All you need to do is cannibalize the part of the existing program that reads the data, and add a short piece of code to re-format the data first as a flat ASCII file, one measurement per line; and then convert this to *.tbl format. ... It's just like the process of creating a program-star table. ... You may decide to write a short MIDAS script to apply your format-conversion program and the edited *.fmt file to each night's data...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node285.html -- 7.5 Кб -- 23.02.1996
Похожие документы

8. LWN: Using read-copy-update
... LWN.net FAQ . ... Read-copy-update (RCU) is a mutual exclusion technique which can operate without locking most of the time. It can yield significant performance benefits when the data to be protected is accessed via a pointer, is read frequently, changed rarely, and references to the structure are not held while a kernel thread sleeps. The core idea behind RCU is that, when the data requires updating, a pointer to a new structure containing the new data can be stored immediately. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/37889.html -- 15.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/37889.html -- 15.8 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/37889.html -- 15.8 Кб -- 02.10.2012
Похожие документы

9. Nuclear fusion of hydrogen into helium powers stars, but fusion requires a lot
... Star Atlas . ... stars . ... Nuclear fusion of hydrogen into helium powers stars, but fusion requires a lot of energy. Where does this energy come from? ... You re in good company: This question also stumped the physicists who first tried to understand nuclear fusion in stars. In a star s core, all atomic nuclei have been separated from their electrons, so each hydrogen atom is really just a proton and thus holds a positive charge. ... Get instant access to subscriber content on Astronomy.com! ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2014/09/fusions-fuel -- 63.7 Кб -- 10.04.2016
Похожие документы

10. SSL/TLS Strong Encryption: How-To - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > SSL/TLS . ... Client Authentication and Access Control . ... How can I create an SSL server which accepts strong encryption only? How can I create an SSL server which accepts all types of ciphers in general, but requires a strong cipher for access to a particular URL? ... How can I allow only clients who have certificates to access a particular URL, but allow all clients to access the rest of the server? ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/ssl/ssl_howto.html -- 16.5 Кб -- 19.11.2015
Похожие документы

11. XFree86/OS2 Download Page
... These HTML pages can be downloaded from SET.GMD.DE (/pub/misc/XFree86OS2/html) by FTP. This is XFree86 for OS/2, version 3.3.6 You don't have to download all files; just get the marked required files first, and then read the files and decide what you further need. ... Latest Information required (LATEST.OS2) . ... There are two flavours available, the full server and the small server which does not have the seldomly used PEX, XI, XIE extensions built in. 8514 server, full small (X8514.zip) . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/xf86dist.html -- 6.7 Кб -- 23.10.2000
Похожие документы

12. ngasClient
... ngas for file availability; qc_products for product file names and for ngams server names . ... You can download fits files or their headers only. ... use option -P for downloading any product header file . ... to download the header of a product file. Note: although you want to download a header, you must specify the fits file name since this is used in a query, and it is not possible to safely predict the name of a product fits file from its hdr name (it could have extension .fits or .tfits!) ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ngasClient.html -- 11.2 Кб -- 21.09.2015
Похожие документы

13. GiST - Introduction
GiST home | Introduction | ... GiST is a height-balanced tree structure with tree nodes containing (p, ptr) pairs, where p is a predicate ( attribute ),which is used as a search key, and ptr is the pointer to data for a leaf node or a pointer to another tree node for a non-leaf node. ... Every node contains between min and max index entries unless it is the root . ... For each index entry (p, ptr) in a non-leaf node, p is true when instantiated with the values of any tuple reachable from ptr . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/doc/intro.shtml -- 8.7 Кб -- 22.12.2007
Похожие документы

14. Electronic version of Russian Bulletin
... Corresponding authors will receive an e-mail with a PDF file of paged proof for checking and correction. The file can be read and edited using Adobe Acrobat Reader (version 9 and higher) which can be free downloaded via the Internet ( http://get.adobe.c om/reader/ ). ... You can use text correction tools to make corrections (after selecting the necessary text fragment). ... For users of Adobe Reader 9: . ... to insert text without replacing the existing text, use the "Insert text at cursor" tool. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/electronic.html -- 8.9 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/electronic.html -- 8.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>192) - mavr.sao.ru/ )

15. Plasma
Plasma is sometimes called "the fourth state of matter", beyond the familiar three--solid, liquid and gas. It is a gas in which atoms have been broken up into free-floating negative electrons and positive ions , atoms which have lost electrons and are left with a positive electric charge. ... The fluorescent lamp , widely used in the home and at work, contains plasma (main constituent, mercury vapor) which is heated and agitated by electricity, from the power line to which the lamp is connected. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/EAMAGSPH/wplasma.html -- 7.3 Кб -- 21.12.2007
Похожие документы

16. DIS Keywords
For all keywords that contain a red and a blue value, the blue value comes first. ... The full pathname, but without the trailing "b.fit" and "r.fit", that would be given to the next exposure if the basename argument is not given to the expose command. ccdHeaters=float,float . ... bluelambda2=float [M] . The center wavelength for the given grating: the 1 or 2 indicates the grating bay. The bluelambda and redlambda keywords match one set of these, depending on the position of the turret. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Keywords.html -- 12.6 Кб -- 23.04.2003
Похожие документы

17. http://vo.astronet.ru/files/ivoa_interop2006.pdf
Storing and accessing the largest astronomical catalogues with the SAI CAS project S. Koposov1,2,3, O. Bartunov2, S. Karpov4 et al2. ... Why we want to build our own Catalogue Access Service The requirements for our CAS system The importance of the Database for the CAS (PostgreSQL & Q3C) The technical realization of CAS What has been already done Example of work TODO Storing and Accessing Astronomical Catalogues Existing projects CDS OpenSkyQuery CASjobs with SDSS They are all really great! ...
[ Текст ]  Ссылки http://vo.astronet.ru/files/ivoa_interop2006.pdf -- 2922.2 Кб -- 29.12.2009
[ Текст ]  Ссылки http://lnfm1.sai.msu.ru/~math/docs/ivoa_interop2006.pdf -- 2922.2 Кб -- 22.09.2006
Похожие документы

18. EINSTEIN data
Next: Reading Einstein FITS files Up: DATA I/O Previous: *rarc2pros* - Converting Archived . This section deals with tasks that are required to read Einstein data into PROS. The first section deals with reading FITS files from Einstein CD ROMs, the second deals with MPC data. Please note that several tasks described in previous versions of this document that convert original Einstein format files ( .xpr, .img, .gzm and .exp ) are now obsolete. ... Reading Einstein FITS files . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node32.html -- 4.1 Кб -- 01.10.2012
Похожие документы

19. Ministry of Space: Warren Ellis? future that wasn?t | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Solar System . ... Space Flight . ... The Future . ... Science Fiction . ... Written by Warren Ellis and illustrated by Chris Weston and published by Image Comics in 2004, the book is a graphic novel (a posh comic aimed at adults) set in a 2001 where Britain dominates the Solar System. The story is told from the viewpoint of the elderly Sir John Dashwood, mastermind of the British space program, jumping between 2001 and flashbacks to his past. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/warren-ellis-ministry-of-space.html -- 43.2 Кб -- 09.04.2016
Похожие документы

20. AVI_Reader (ImageJ API)
... Class . ... ImageJ Plugin for reading an AVI file into an image stack (one slice per video frame) Version 2008-07-03 by Michael Schmid, based on a plugin by Daniel Marsh and Wayne Rasband Restrictions and Notes: - Only few formats supported: - uncompressed 8 bit with palette (=LUT) - uncompressed 8 16 bit grayscale - uncompressed 24 32 bit RGB (alpha channel ignored) - uncompressed 32 bit AYUV (alpha channel ignored) - various YUV 4:2:2 compressed formats - png or jpeg-encoded individual frames. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/AVI_Reader.html -- 24.5 Кб -- 02.12.2010
Похожие документы

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


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

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

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