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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/psrfdoc.html.

1. difx:vdifio [ATNF VLBI Wiki]
... VDIFIO is a library to create, access and modify headers for VDIF formatted data. ... int createVDIFHeader ( vdif_header * header , int dataarraylength , int threadid , int bits , int nchan , int iscomplex , char stationid [ 3 ] ) ; . ... Return the number of bytes occupied by the entire VDIF frame (note internally VDIF divides this values by 8) int getVDIFFrameNumber ( vdif_header * header ) ; . Return the current VDIF frame number int getVDIFStationID ( vdif_header * header ) ; . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/difx/vdifio -- 23.5 Кб -- 10.04.2016
Похожие документы

2. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

3. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы
Еще в разделе: (Показать все результаты (>1832) - www.adass.org/ )

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

5. http://www.naic.edu/~astro/IDLCODE/bintotab.pro
... CHECK_ FITS : BITPIX value of -32 added to FITS header ;% Program caused arithmetic error: Floating divide by 0 ; ; On further detail, I didn't get data with sensible RA and DEC (Probably ; because the tolerance was set to 'IGN', XS expects the data to be written ; IN DEGREES. hdrtab =headfits( fname ) ; get the header table from the file fxbopen,poo, fname ,1,hdrbin ; open binary file, extract ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/IDLCODE/bintotab.pro -- 4.3 Кб -- 30.04.2004
Похожие документы

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

7. Register_*dev() can assign an unused major number.
... Re : Can register_*dev() assign an unused major number? Keywords: register_chrdev major device . Date: Mon, 03 Feb 1997 17:48:13 GMT . ... If the first parameter to register_chrdev() is zero (0), register_chrdev() will attempt to return an unused major device number. If it returns <0, then the return value is an error code. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/library/linux/khg/HyperNews/get/devices/reference/10/1.html -- 2.6 Кб -- 23.03.2000
Похожие документы

8. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы

9. Examples of reading mail
To read the current message: <Return> . This will display the current message, as indicated by the > symbol. To display a message by its number: 5 . This will display the contents of message number 5. To display a range of messages by number: 4-7 . This will display messages 4 through 7, starting at message 4. ... To display all the messages from a specific user: p bob . This displays all the messages in your mailbox from the user bob , starting from the first message received. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/mail7.html -- 2.6 Кб -- 17.01.1997
Похожие документы

10. Stellarium: gTimeSpan Class Reference
... Classes . ... gTimeSpan Class Reference . ... gTimeSpan (const gTimeSpan &timeSpanSrc) . ... Operation: getDays() This method returns the integer days number stored in the gTimeSpan object. ... Operation: getHours() This method returns the integer hours number stored in the gTimeSpan object. ... Operation: getMinutes() This method returns the integer Minutes number stored in the gTimeSpan object. ... Operation: getSeconds() This method returns the integer seconds number stored in the gTimeSpan...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTimeSpan.html -- 20.9 Кб -- 28.02.2014
Похожие документы

11. DIS Commands
... Some commands are not yet documented. bin . ... expose . ... number . ... If basename is not specified, the filenames are determined by the ICC's path , name , places , and number If neither red nor blue is specified, both images will be saved. ... Returns: basename , name , number path , places . ... For example, with path= /export/images/DD01 , name= bias. , places= 3 , and number= 11 , the blue image file would be /export/images/DD01/bias.011b.fits . ... name , number , places , path , basename ,...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Commands.html -- 16.5 Кб -- 21.08.2003
Похожие документы

12. Apache module mod_vhost_alias
This module provides support for dynamically configured mass virtual hosting . ... Source File: mod_vhost_alias.c . ... For simple name-based virtual hosts you might use the following directives in your server configuration file: UseCanonicalName Off VirtualDocumentRoot /usr/local/apache/vhosts/%0 . A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... Module: mod_vhost_alias . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_vhost_alias.html -- 13.1 Кб -- 15.10.2001
Похожие документы

13. http://www.armaghplanet.com/pdf/Administration/teacher_checklist.pdf
Teacher checklist for external trips Children 1. Numbers attending 2. Departure time ________________________________________________ 3. ... Parental permission slip signed and returned 8. Parental permission for photographs gained/not gained 9. Arrangements agreed for children with special needs 10. Parent/Guardian contact details obtained (in case of delay, or emergency) 11. ... Emergency contact number for school ____________________________________________________________ ...
[ Текст ]  Ссылки http://www.armaghplanet.com/pdf/Administration/teacher_checklist.pdf -- 26.5 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>2324) - www.armaghplanet.com/ )

14. Jonathan's ASC/SDS documents
ASC-FITS-2.0.1: ASC FITS File Designers' Guide (Rots and McDowell) (1999 Jun) . ASC-FITS-REGION-1.0: FITS region document (McDowell and Rots) (1998 Mar) . ... CXC-DM-001 Introduction: Data Analysis with the Chandra Data Model (2001 Oct) . ... 1998 Feb 26: SDS-1.0: Data Product List: obsolete . ... 1998 Mar 09: SDS-10.0: (ASC-FITS-REGION-1.0) FITS region document: see ASC-FITS-REGION-1.0 . 1998 Feb 09: SDS-11.0: FITS function document (superseded by ASC-FITS-FUNCTION-1.2) . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~jcm/asc/docs/ -- 5.2 Кб -- 02.10.2012
Похожие документы

15. Search by subdirectory on archive XFree86/OS2
Search engine provided by WebGlimpse . String to search for: . ... Return only files modified within the last days. Maximum number of files returned: 10 50 100 1000 . Maximum number of matches per file returned: 10 30 50 500 . Maximum number of characters output per file: . ... sorted by author . sorted by date . sorted by subject . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/xf86search.html -- 3.4 Кб -- 23.10.2000
Похожие документы

16. Head Litter of Minor Planet Names
Present section contains two Tables: the first one lists the names of all minor planets in alphabetic order as of the last updating of the Table. ... For each minor planet the Table, apart from number represents also the name of minor planet, if any, and its principal preliminary designation. ... Apart these preliminary designations special ones are used for minor planets discovered in the course of special surveys, undertaken between 1960 and 1977. ... Survey . ... Second Trojan Survey (1973) . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/engthelp.htm -- 6.6 Кб -- 09.04.2016
Похожие документы

17. 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
Похожие документы
Еще в разделе: (Показать все результаты (>417) - lnfm1.sai.msu.ru/ )

18. http://www.iki.rssi.ru/RCSGSO/metro_instr.doc
... For example, IKI is located near Kaluzhskaya station of the orange colored line (line number 6). [pic] To help you find your way, there are several multicolored metro maps in every car, and a loud speaker that announces the name of the station at every stop. ... After you got out the train doors, turn right and proceed to the escalator (moving staircases) in the direction of your train movement. ... Enter the Kaluzhskaya metro station, go downstairs and take the train on the RIGHT side. ...
[ Текст ]  Ссылки http://www.iki.rssi.ru/RCSGSO/metro_instr.doc -- 1437.5 Кб -- 13.06.2007
[ Текст ]  Ссылки http://www.cosmos.ru/RCSGSO/metro_instr.doc -- 1437.5 Кб -- 13.06.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1329) - www.cosmos.ru/ )

19. OptInt PmWiki : PmWiki / Markup Expressions
OptInt PmWiki : Pm Wiki / Markup Expressions . ... The {(...)} "expression markup" allows for a variety of string and formatting operations to be performed from within markup. Operations defined by this recipe include substr , ftime , strlen , rand , toupper / tolower , ucfirst , ucwords , pagename and asspaced . ... Note that the initial position argument is zero-based (i.e., the first character is referenced via a "0"). the number of characters to extract . ... ftime "fmt" "when")} . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupExpressions?action=print -- 19.9 Кб -- 10.04.2016
Похожие документы

20. Algebraic Number Theory
We present the basics of number theory emphasizing the striking similarity between the properties of usual integers and those of polynomials over a finite field. This leads to understanding that number theory and algebraic geometry is in fact one and the same domain. The core of number theory being an elementary problem, we stick to concrete examples. ... P-adic numbers. ... Algebraic number fields. ... Geometry of numbers. ... S. Lang, Algebraic number theory, Springer, 1994. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/mathinmoscow/courses/view.php?name=Algebraic%20Number%20Theory.htm -- 4.7 Кб -- 10.04.2016
Похожие документы

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


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

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

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