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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1FITSKeywordUtil.html.

1. WCSLIB: fitskey Struct Reference
WCSLIB љ 5.15 . ... DataљStructures . ... fitskey Struct Reference . ... fitshdr() returns an array of fitskey structs, each of which contains the result of parsing one FITS header keyrecord. ... Returned ) Keyvalue data type: . ... Returned ) Logical ( fitskey::type == 1) and 32-bit signed integer ( fitskey::type == 2) data types in the fitskey::keyvalue union. int64 fitskey::k . Returned ) 64-bit signed integer ( fitskey::type == 3) data type in the fitskey::keyvalue union. int fitskey::l . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structfitskey.html -- 23.4 Кб -- 10.04.2016
Похожие документы

2. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>4018) - hea-www.harvard.edu/ )

3. AO Schedule
. Old Schedule . (from Jan 1995 to Apr_9_2016) . Project Identification: . Investigator Name: . Year: . All Years 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 . Current and Upcoming Schedule . (from Apr_10_2016 to Apr_22_2016) . Project Identification: . Investigator Name: . If you have any Comments/Problems, please contact Gomathi Thai (gomathi@naic.edu)
[ Сохраненная копия ]  Ссылки http://www.naic.edu/vscience/schedule/aoschedule.html -- 4.6 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3220) - www.naic.edu/ )

4. TextRoi (ImageJ API)
... TextRoi (int x, int y, java.lang.String text, java.awt.Font font) . ... Creates a new TextRoi. public TextRoi (int x, int y, java.lang.String text, java.awt.Font font) . ... public TextRoi (int x, int y, java.lang.String text, java.awt.Font font, java.awt.Color color) . ... Sets the global font face, size and style that will be used by TextROIs interactively created using the text tool. public static void setFont (java.lang.String fontName, int fontSize, int fontStyle, boolean antialiased) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/TextRoi.html -- 31.1 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>703) - www.astro.louisville.edu/ )

5. Python: module mag_field_util
mag_field_util (version 10/18/10) . ... A module dealing with the Earth's magnetic field in 2-gyro mode. ... configure_util . ... configure_util.configured_product ( configure_util.pickled_product ) . ... class pass_mf_model ( configure_util.configured_product ) . ... configure_util.configured_product . ... init__ (self, version =None , directory =None ) . ... get_version (self) . ... Methods inherited from configure_util.configured_product : . ... configures product to pickle file. copy (self) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/mag_field_util.html -- 11.7 Кб -- 08.04.2016
Похожие документы

6. Stargazing the Night Sky Course Returns in April | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Space Flight . ... Monthly Sky Notes . ... April . ... By admin March 16, 2015 Posted in: Armagh Planetarium . ... Stargazing the Night Sky is a short and very informal course is for complete beginners who want to know more about the wonders of the cosmos. ... If you want to experience the amazing objects we can all see at night, this is the course for you. ... Copyright Armagh Planetarium 2014 All Rights Reserved. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/stargazing-the-night-sky-course-returns-in-april.html -- 42.9 Кб -- 09.04.2016
Похожие документы

7. Low Level Operators and Bit Fields
... Bit Fields . Bit Fields: Practical Example . ... NOTE: The combination of pointers and bit-level operators makes C useful for many low level applications and can almost replace assembly code. ... To illustrate many points of bitwise operators let us write a function, Bitcount , that counts bits set to 1 in an 8 bit number ( unsigned char ) passed as an argument to the function. int bitcount(unsigned char x) { int count; for (count=0; x != 0; x>>=1); if ( x & 01) count++; return count; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
Похожие документы

8. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

9. mod_authn_dbd - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... User authentication using an SQL database . ... Please note that you need to load an authorization module , such as mod_authz_ user , to get it working. # mod_dbd configuration DBDriver pgsql DBDParams dbname=apacheauth user = apache password =xxxxxx DBDMin 4 DBDKeep 8 DBDMax 20 DBDExptime 300 Directory /usr/www/myhost/private # core authentication and mod_auth_basic configuration # for mod_authn_dbd AuthType Basic AuthName My ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_authn_dbd.html -- 14.7 Кб -- 21.01.2013
Похожие документы

10. TUI:TUI Menu:Log Windows
Log windows display messages from all "actors" (instruments, the TCC, the hub...) and allow you to send commands. Controls along the top allow you to filter out unwanted garbage or highlight messages of particular interest. ... Regular Expressions . ... The entry field for "+ Actors" and "+ Commands" filtering accept space-separated regular expressions . ... If you plan to send many messages to a particular actor, you may select the actor from the menu next to the command entry field. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/LogWin.html -- 8.3 Кб -- 05.09.2014
Похожие документы

11. SciSim Advanced Search
The SciSim SPR search service helps you to find Software problem reports in the SciSim SPR database. You tell the search service what you are looking for by typing in a pattern for the SPR Id's and one or more regular expressions for the fields within an SPR. ... If a field in the search form is omitted, the search service will assume that you are looking for any match for that particular field. ... An SPR consists of fields that contain information. ... Date% le '1999-04-01' and . ... Field . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/scisim/spr/help/advanced.html -- 5.0 Кб -- 05.10.2000
Похожие документы

12. JavaScript Form Validator Documentation
The Form validation script is distributed free from JavaScript-Coder.com . ... When there are many fields in the form, the JavaScript validation becomes too complex. ... Each field in the form can have 0, 1, or more validations. ... Just after defining your form, Create a form validator object passing the name of the form . ... FORM> . ... You can add any number of validations.The list of validation descriptors are provided at the end of the documentation. ... option value="" selected>[choose yours] . ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/Z-90/scripts/Documentation.html -- 15.5 Кб -- 03.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>307) - hea.iki.rssi.ru/ )

13. Entering carriage returns
For vi , a line is the string of characters between two <RETURN> characters. Although vi will automatically wrap the text onto a new line when it reaches the right-hand side of the screen, it does not insert a <RETURN> character. ... Adding a <RETURN> at the end of every line ensures that the appearance of the text on your screen corresponds to vi 's understanding of how text is structured. Setting the wrapmargin option automatically inserts a <RETURN> character whenever vi wraps text. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/didyou/vi.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

14. Retrieving the selection
... Managing Selections . ... Retrieving the selection is an asynchronous process. ... In the following example, we retrieve the special target TARGETS , which is a list of all targets into which the selection can be converted. #include stdlib.h #include gtk/gtk.h void selection _received( GtkWidget *widget, GtkSelectionData * selection _ data , gpointer data ); /* Signal handler invoked when user clicks on the Get Targets button */ void get_ targets ( ... Supplying the selection...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-retrievingtheselection.html -- 8.2 Кб -- 19.07.2002
Похожие документы

15. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

16. The Hubble Deep Field in Infrared
Astronomy Picture of the Day . The Hubble Deep Field in Infrared . ... Credit: R. I. Thompson ( U. Arizona ), NICMOS , HST , NASA Explanation: Galaxies this faint have never been seen before. In 1996 the Hubble Space Telescope (HST) created one of the most famous pictures of modern astronomy, the Hubble Deep Field (HDF). ... Publications with keywords: Hubble space telescope - infrared - Hubble Deep Field . Publications with words: Hubble space telescope - infrared - Hubble Deep Field . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1163359 -- 14.2 Кб -- 11.08.2004
Похожие документы

17. write_fits.c File Reference
... int . write_oi_array (fitsfile *fptr, oi_array array, int extver, int *status) . Write OI_ARRAY fits binary table. ... write_oi_target (fitsfile *fptr, oi_target targets, int *status) . ... write_oi_wavelength (fitsfile *fptr, oi_wavelength wave, int extver, int *status) . ... write_oi_vis (fitsfile *fptr, oi_vis vis, int extver, int *status) . ... write_oi_vis2 (fitsfile *fptr, oi_vis2 vis2, int extver, int *status) . ... write_oi_t3 (fitsfile *fptr, oi_t3 t3, int extver, int *status) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/write__fits_8c.html -- 16.0 Кб -- 07.04.2003
Похожие документы

18. SAI Web Services - WCSfix
SAI VO . ... Web Services . Catalog Access Services . ... SAI Web Services . ... This service aims to automatically match stars in FITS image provided with catalogue and add the correct WCS keywords to its FITS header. ... Service Web Interface . ... The service is available here To use it, you has to provide the image as a Base64-encoded string, along with the rough information on image field of view size and center (the latter may be deduced from FITS header keywords like 'RA' and 'DEC'). ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/ws/wcsfix/ -- 9.2 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3491) - vo.astronet.ru/ )

19. Dnepr successfully returns to flight
... ISC Kosmotras . ... Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... Being the 8th commercial launch for Dnepr, this is also its first 'return to flight' mission since the failure encountered on July 27, 2006 during liftoff from Baikonur. In parallel with the successful completion of its first launch campaign in 2007, ISC Kosmotras continues preparations for the next two Dnepr launch missions scheduled to fly from Baikonur and Yasny launch bases. ... Dnepr Program . ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/news/23/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>95) - www.kosmotras.ru/ )

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

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


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

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

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