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

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
Похожие документы
Еще в разделе: (