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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_obsmode.dc2.

1. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javarray.htm
... A wrapped Java array accessed from within JavaScript code is a member of the type JavaArray . Core object . ... JavaScript 1.1, NES 2.0 Any Java method which returns an array. ... Use zero-based indexes to access the elements in a JavaArray object, just as you do to access elements in an array in Java. ... Method . ... In this example, the JavaArray byteArray is created by the java.lang.String.getBytes method, which returns an array. var javaString = new java.lang.String("Hello world!"); . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javarray.htm -- 8.3 Кб -- 07.10.1999
Похожие документы

2. http://www.atnf.csiro.au/computing/software/gipsy/tsk/create.dc1
Program: CREATE Purpose: Creates a SET (and subsets) Category: UTILITY File: create.shl Author: K.G. Begeman Keywords: OUTSET= Name of set to create. ... N] This keyword is asked only when the set you want to create already exists. ... This item will be put in the header and will determine the coordinate system CTYPE1= Enter axis name of first axis [stop axis input] For the n_th axis the keyword will be CTYPEn=, like all the following keywords NAXIS1= Size of axis in grids. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/create.dc1 -- 7.1 Кб -- 02.04.1998
Похожие документы

3. ESO - Overview
... Science Users Information > Observing with ESO Telescopes > Phase 3 > Overview . ... Publications with ESO Data . ... Phase 3 FTP Upload . ... Create and upload the release description - 7. ... More about the concepts of data collection and release, see the Phase 3 User Guide , Sect. ... You validate the data before uploading them to ESO using the Phase 3 Release Validator , a java-based tool to be run locally on your system. ... You close the data release using the Phase 3 Release Manage r . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/observing/phase3/overview.html -- 34.4 Кб -- 10.04.2016
Похожие документы

4. CREATE FULLTEXT PARSER
... CREATE FULLTEXT PARSER -- create a parser for full-text search . CREATE FULLTEXT PARSER prsname START= start_function GETTOKEN gettoken_function END end_function LEXTYPES lextypes_function [ HEADLINE headline_function ] ; . CREATE FULLTEXT PARSER will create a new parser used to break document onto lexemes. If a schema name is given (for example, CREATE FULLTEXT PARSER myschema.prsname ... ) then the parser is created in the specified schema. ... DROP FULLTEXT PARSER ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createparser.html -- 6.2 Кб -- 13.04.2008
Похожие документы

5. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

6. Python: module create_contacts
create_contacts (version 14.05.08) . ... Run the PASS AVTUT tool. ... Allow for user input tdrs.dat file. ... Modules . ... time_util . ... pass_product.pass_product ( configure_util.pickled_product ) . ... class avtut ( pass_product.pass_product ) . ... pass_product.pass_product . ... init__ (self, ms =None , tut_file ='' , tdrs_dat =None ) . ... Get the run name this product is associated with. get_run_time (self) . ... set the run name this product is associated with. set_run_time (self, runtime) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/create_contacts.html -- 21.3 Кб -- 08.04.2016
Похожие документы

7. http://xmm.vilspa.esa.es/sas/5.4.1/doc/obssumm.ps.gz
... NoHTML (error) No HTML written, could not parse enough from in le. ... IndexInvalidIndexKey ( error ) A supplied indexkey is invalid NoLogoBanner ( warning ) No LOGO written to HTML . corrective action : NoPropTargetTbl ( warning ) No Proposal Target Information table written to HTML . corrective action : NoObsRecTbl ( warning ) No Observation Record table written to HTML . corrective action : NoGOInfoTbl ( warning ) No Guest Observer Information table written to HTML . corrective ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/obssumm.ps.gz -- 51.9 Кб -- 10.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>21339) - xmm.vilspa.esa.es/ )

8. 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. For example, if the hook returns an int and takes a request_rec * and an int and is called do_something , then declare it like this: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/developer/hooks.html -- 11.9 Кб -- 10.12.2010
Похожие документы

9. ImageStack (ImageJ API)
... Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null. public int getSize () . Returns the number of slices in this stack. public java.lang.String[] getSliceLabels () . ... Returns null if the stack is empty or the label of the first slice is null. public java.lang.String getSliceLabel (int n) . ... Returns null if the slice does not have a label. public void setSliceLabel (java.lang.String label, int n) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/ImageStack.html -- 29.5 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>1877) - www.astro.louisville.edu/ )

10. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

11. Manual Page: htpasswd - Apache HTTP Server
NAME htpasswd - Create and update user authentication files SYNOPSIS htpasswd [ - c ] [ - m | ... p ] passwdfile username password htpasswd - n [ - m | ... p ] username password DESCRIPTION htpasswd is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users. ... Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by htpasswd. ... The user is prompted for the password. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/htpasswd.html -- 9.8 Кб -- 20.06.2002
Похожие документы
Еще в разделе: (Показать все результаты (>108) - neptun.sai.msu.ru/ )

12. Create a file with the cat command
. Type the command cat > name_of_file . Now type in your text. Press the <Return> key to start a new line. When you have finished typing in your text, enter Ctrl-d (Press and hold down the Ctrl key and type a "d"). This stops the cat command and returns you to the system prompt. **Caution** . Did You Know? . Examples .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/create_cat.html -- 2.2 Кб -- 17.01.1997
Похожие документы

13. CIMA Auto-Observing
Plans are under way to create a new way of performing non-interactive observations which will be called auto-observing . ... Non-interactive observing with CIMA has for a long time been available with the use of CIMA command files. Contrary to normal command file observing which requires a command file with a set of commands to be executed sequentially, auto-observing will use a list of sources and a list of instructions on how to observe each of the sources. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_auto_observing.html -- 8.1 Кб -- 01.03.2012
Похожие документы
Еще в разделе: (Показать все результаты (>7480) - www.naic.edu/ )

14. Getting Common Information About Access Points
There are various kinds of generic information you can retrieve about an XPA access point by using the xpaget command. ... Each XPA access point supports a number of reserved sub-commands that provide access to different kinds of information, e.g. the access control for that access point. ... acl get (set) the access control list [options: host type acl, for set] . ... This access point is available only on the server machine. -env get (set) an environment variable [options: name (value, for set)] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/info.html -- 7.9 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы

15. Exploring Interactive Archive Data Presentation at the COSSC
... Hughes STX/COSSC NASA/GSFC, Greenbelt, MD 20771 . ... The exploration of hypertextual data presentation at the COSSC was facilitated by the creation of tables of data, in electronic form, which describe the BATSE and EGRET datasets available in the Compton Observatory archive. ... As our store of data continues to grow, we will continue to explore new and novel ways in which hypertext allows the data in the COSSC archive to be presented and selected. 56 kB PostScript reprint . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/jordanj.html -- 9.9 Кб -- 03.11.2000
Похожие документы

16. Armagh Planetarium Events
News of events at Armagh Planetarium . ... Events . ... Coming to galaxy near you is The Stars Awaken, a wonderful exhibition of€а full-size fan-built props and creations inspired by the amazing Star Wars saga! ... Our course Stargazing the Night Sky€аwill be presented this spring at Queens University of Belfast. ... Celebrate Stars Wars at the Stars Awaken Exhibition Posted on March 3, 2016 . ... Click here to receive news of special events at Armagh Planetarium . 2016 Armagh Planetarium Events. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/events/ -- 43.4 Кб -- 09.04.2016
Похожие документы

17. pipe() - Low level Piping
Next: Interrupts and Signals Up: Piping in a C program Previous: popen() - Formatted Piping . int pipe(int fd[2]) - creates a pipe and returns two file descriptors, fd[0], fd[1] . fd[0] is opened for reading, fd[1] for writing. pipe() returns 0 on success, -1 on failure and sets errno accordingly. ... Pipes opened with pipe() should be closed with close(int fd) . ... An example of piping in a C program is plot.c and subroutines and is detailed in Appendix . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 02.10.2012
Похожие документы

18. XWare > APOD
... The Hubble Deep Field in Infrared . 12.10.1998 . ... Resolving Mira . ... Early last year, Betelgeuse became the second star, after our Sun, to have it surface resolved. Later last year, Mira was added to the list. Mira.. ... M27: Not A Comet . ... Far Side of the Moon . ... These North (left) and South Pole projections are based on SeaWiFS measurements made between September 1997 and July 1998. Comet Williams in 1998 . ... On July 20th, 1969, a human first set foot on the Moon. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=94&d=2001-04 -- 14.9 Кб -- 12.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>86735) - www.astronet.ru/ )

19. Since the discovery of the "Pillars of Creation," what changes have occurred
... Astronomy for Kids . ... Since the discovery of the "Pillars of Creation," what changes have occurred within them and the surrounding area? ... The Hubble Space Telescope s iconic image of the Eagle Nebula s Pillars of Creation heralded the instrument s rebirth in 1995 and showed the public just how incredible astrophotography could be above Earth s atmosphere. ... Get instant access to subscriber content on Astronomy.com! ... If you are already registered on Astronomy.com, please log in below. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2015/10/shifting-pillars-of-creation -- 64.0 Кб -- 10.04.2016
Похожие документы

20. Activity Feed
... Seidewand created the event FREE WEEKLY TELESCOPE VIEWING AT STRASENBURGH PLANETARIUM: 4/2 cancelled for clouds, snow, . ... Free! ... Call Jim at 703-9876 for more info. 1 week ago . ... Seidewand created the event FREE TELESCOPE VIEWING AT STRASENBURGH PLANETARIUM . ... Seidewand created the event FREE TELESCOPE VIEWING AT STRASENBURGH PLANETARIUM: 3/26 outlook is hopeful . ... Seidewand created the event FREE TELESCOPE VIEWING AT STRASENBURGH PLANETARIUM: 3/19 outlook is excellent . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/Activity-Feed/UserId/157 -- 45.9 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>889) - www.rochesterastronomy.org/ )

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


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

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

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