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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/exchange_8h-source.html.

1. http://www.stsci.edu/~valenti/idl/struct_add_field.pro
pro struct_add_field, struct, tag, data, before=before, after=after $ , itag=itag ;Add a new field to an existing structure. ... Append new field . if itag gt 0 then begin ;target field occurs first new = create_ struct ( tags [0], rec.(0)) ;initialize structure for i=1, itag -1 do begin ;insert leading unchange new = create_ struct ( new , tags [i], rec.(i)) endfor new = create_ struct ( new , tag , data [0]) ;add new field endif else begin new = create_ struct ( ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~valenti/idl/struct_add_field.pro -- 5.6 Кб -- 22.06.2011
Похожие документы

2. Event File Specifications
SAOtng supports display of photon event data contained in raw files, similar to its support for FITS Binary Table extensions (e.g., X-ray event lists). ... Because event files do not usually contain enough information to generate an image, we have adopted some conventions for specifying how to interpret the data in these files and for how to bin rows of events into images. To image an event file, it is first of all necessary to define the structure of the events in the event file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/event_spec.html -- 7.1 Кб -- 01.10.2012
Похожие документы

3. Specifying Sub-Image
Next: Command Syntax Up: MIDAS Data Structures Previous: Specifying Pixels in . In all MIDAS commands which accept images as parameters you can also provide subimages in the syntax specified above. For example, the command LOAD/IMAGE loads an image into the MIDAS display (window). ... Midas 567> LOAD/IMAGE mygalaxy . would try to display the whole 2-dim image mygalaxy.bdf , whereas . Midas 568> LOAD/IMAGE mygalaxy[@100,@200:@199,@299] . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node32.html -- 2.9 Кб -- 23.02.1996
Похожие документы

4. Astronomy 123 Distance Education Class
.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/2000/astr123.html -- 12.8 Кб -- 14.03.2004
Похожие документы
Еще в разделе: (Показать все результаты (>140) - zebu.uoregon.edu/ )

5. Cummings generator routines
... AINTRO- USING THE CGEN ROUTINES: . ... CGENPLOT - PLOT GENERATOR DATA . Next Routine] [ List of Routines ] help,d[500].geni[2],/st ** Structure CGEN1, 40 tags, length=160, data length=160: DEVTYPE LONG 3 CTRLSW LONG 2 STATE LONG 3 FAULTCODE LONG 0 FAULTTYPE LONG 0 KWPERCENT FLOAT 76.0000 TOTKWST FLOAT 755.000 NFPA110 LONG 24576 EXTENDEDST LONG 0 FREQ FLOAT 59.0000 TOTPF FLOAT 0.921850 TOTKVA FLOAT 821.000 TOTKW FLOAT 755.000 TOTKVAR FLOAT 319.000 VOLTSAB ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/cgendoc.html -- 10.5 Кб -- 02.02.2016
Похожие документы

6. NPOI raw packet data files
Next: VOLVOX Up: COBRA Previous: Compound plot procedures Contents . A small number of procedures capable of directly accessing NPOI raw packet files. packetdir , file Function. Return packet directory for specified file. This is an array of structures, each one specifying file, day number, time, type, length, and offset in bytes from the beginning of the file for a packet. ... packetlist , YYYY-MMDD Open all raw packet files corresponding do embedded system date YYYY-MMDD. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node244.html -- 5.4 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>29901) - www.eso.org/ )

7. Heliophysics, Internal structure and seismology
This home page belongs to small group of scientists working at . Sternberg Astronomical Institute which is a part of Moscow State University . ... Электронная библиотека научно-технической и художественной литературы (доступна только из ГАИШ) . ... Local staff . Dr. Edward Kononovich (konon -at- sai.msu.ru), Associate Professor . ... Dr. Sergey Ayukov (asv -at- sai.msu.ru), Research Fellow, Webmaster of the group . ... Joint seminar of Solar Studies Structure Group and Solar Photometry Group . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ -- 5.6 Кб -- 21.03.2012
Похожие документы

8. Stellarium: StelCircleArcRenderer Class Reference
Stellarium 0.12.3 . ... StelCircleArcRenderer Class Reference . Provides functions to draw circle arcs using StelRenderer . ... drawGreatCircleArc (const Vec3d &start, const Vec3d &stop, const SphericalCap *clippingCap=NULL, void(*viewportEdgeIntersectCallback)(const Vec3d &screenPos, const Vec3d &direction, void *userData)=NULL, void *userData=NULL) . ... Create a circle arc renderer to draw multiple circle arcs . ... void(*)(const Vec3d &screenPos, const Vec3d &direction, void *userData)љ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelCircleArcRenderer.html -- 26.8 Кб -- 28.02.2014
Похожие документы

9. comedi_open
. Comedi Documentation . Prev . Next . comedi_open -- open a Comedi device . #include <comedilib.h> . comedi_t comedi_open (const char * filename); . Open a Comedi device specified by the file filename. If sucessful, comedi_open returns a pointer to a valid comedi_t structure. This structure is transparent; the pointer should not be dereferenced by the application. NULL is returned on failure. Prev . Home . Next . comedi_close . Up . comedi_loglevel
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-open.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-open.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-open.html -- 3.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>487) - jet.sao.ru/ )

10. WCSLIB: fitskeyid Struct Reference
... fitskeyid Struct Reference . Keyword indexing. ... intљ . ... The struct contains three members, the first of which, fitskeyid::name , must be set by the user with the remainder returned by fitshdr() . ... If the keyword is found in the header the first index will be set to the array index of its first occurrence, otherwise it will be set to -1. If multiples of the keyword are found, the second index will be set to the array index of its last occurrence, otherwise it will be set to -1. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structfitskeyid.html -- 7.0 Кб -- 10.04.2016