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

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

11. Two Story Dome Structure In Progress - an Astronomy Net Domes Forum Message
Domes Forum Message . Forums: . Atm ћ Astrophotography ћ Blackholes ћ Blackholes2 ћ CCD ћ Celestron ћ Domes ћ Education . ... Domes and Observatories Discussion | ... Two Story Dome Structure In Progress . ... I am in the middle of planning a two story building with a metal dome on top to get better horizon to horizon viewing. ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/domes/messages/31.shtml -- 13.6 Кб -- 09.04.2016
Похожие документы

12. The Structure of HTML 3.0 Documents
... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ... To identify the document as being HTML 3.0, it is recommended that documents start with the prologue: <!doctype HTML public "-//W3O//DTD W3 HTML 3.0//EN"> . ... HTML 3.0 documents formally have the following structure: <HTML> <HEAD> head elements .. ... HTML> . ... The permitted syntax of HTML 3.0 compliant documents is specified by the...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/overview.html -- 4.2 Кб -- 19.12.1996
Похожие документы

13. A prototype build system for CASA using SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... Introduction to SCons . I have designed a prototype implementation of a build system for CASA based on the SCons tool. ... This system is experimental and not the official way of building CASA. ... The main version of the code for this build system is contained in a bzr branch, together with the remainder of the CASA system. ... Build: . ... To debug the SCons build process: . ... A prototype build system for CASA using SCons . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casascons.html -- 16.6 Кб -- 04.04.2016
Похожие документы

14. CCF Components
Next: General CCF Components Up: Calibration Access and Data Previous: List of CAL Routines Contents . This section contains descriptions of the structure of CCF constituents. ... The calibration team of the SOC is also providing additional CCF components where required in conjunction with data that were generated with SciSim. ... These CCF components are generated on a need basis and are identical in structure to the real life components. ... Generation from Ground Calibration Data . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node653.html -- 30.1 Кб -- 20.09.2011
Похожие документы

15. Laboratory of spectroscopy of defect structures ISSP RAS
. Solid oxyde fuel cell: from the side of the Ni-YSZ cermet anode . Publications . Staff . Seminars . Investigations . Techniques . Error404. No page found . Try to specify the adress of the page, use web-search system or try searching for the page of intrest from the index . Вход выполнен 10 Apr 2016, 03:44:25 . с адреса zeon.sai.msu.ru ( 93.180.27.85 ) .
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lsds/en/lsds/ -- 4.2 Кб -- 10.04.2016
Похожие документы

16. WindowManager (ImageJ API)
... public class WindowManager . ... This class consists of static methods used to manage ImageJ's windows. ... static void . ... Adds the specified window to the Window menu. static boolean . ... Returns a reference to the active image or null if there isn't one. static ImageWindow . ... Makes the image contained in the specified window the active image. static void . ... Returns the first image that has the specified title or null if it is not found. public static void addWindow (java.awt.Frame win) ....
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/WindowManager.html -- 25.4 Кб -- 02.12.2010
Похожие документы

17. A Program Complex Equipped With a GUI for Investigation of 3D Structure of
... A program packet is developed for the detailed research into the 3D structure of the magnetic fields of solar active regions as well as the overall solar magnetic field. ... Solar activity is the result of motion and interaction of the coronal magnetic fields, so their study is of primary interest of solar physicists. We have developed a program packet for the detailed research into the 3D structure of the magnetic fields of solar active regions as well as the overall solar magnetic field. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/rudenkogv/ -- 15.8 Кб -- 16.07.1999
Похожие документы

18. Pulkovo NEO Page: Ephemeris Support
Pulkovo NEO Page . ... EPOS Software Package . ... EPOS ( E phemeris P rogram for O bjects of the S olar system) is the Windows PC application for study and ephemeris support of observations of the Solar system objects. ... It controls the part of common data and transfers the control to one of the programs that solve the restricted set of tasks. ... So with the EPOS software package one can calculate the accurate ephemerides for many objects and get the quick illustration of their motion as well. ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/personal/neo/eng/esupp/main.htm -- 15.5 Кб -- 06.04.2015
Похожие документы

19. http://www.jsc.nasa.gov/history/oral_histories/LlewellynJS/JSL_Bio.pdf
... Triangle Service Station, Seaford, Virginia (Summer 1954) York Air Conditioner, Warwick, Virginia (Summer 1955) Colonial National Park, Yorktown, Virginia (Summer 1956) NACA Langley Aeronautical Laboratory, Hampton, Virginia Math Aid, Structural Dynamic Section, High Temperature Branch , Pilotless Aircraft Research Division (1957-1958) Research Engineer , Analysis and Computation Branch , Structures Research Division , ... B. Johnson Space Center, Houston, TX. ...
[ Текст ]  Ссылки http://www.jsc.nasa.gov/history/oral_histories/LlewellynJS/JSL_Bio.pdf -- 96.5 Кб -- 22.07.2002
Похожие документы
Еще в разделе: (Показать все результаты (>1108) - www.jsc.nasa.gov/ )

20. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы

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


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

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

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