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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingManual.html.

1. CSPICE Routines: GCPOOL_C
... Abstract Return the character value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. lenout I The length of the output string. n O Number of values returned for name. cvals O Values associated with name. found O True if variable is in pool. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gcpool_c.html -- 10.2 Кб -- 17.12.2005
Похожие документы

2. Details of Rotang
AO Home AO Astronomy Robert Minchin Blog Publications IDL Routines . ... rotang, Date, RA, Dec, Time, accS, ast=ast, ha=ha, lst=lst, jd=jd, az=az, za=za, sep=sep, rotang=rotang, alfabeams=alfabeams . ... alfa_angle - script to launch the GUI . alfa_ang.pro - the GUI: provides input to rotang and a graphical display of the results. rotang.pro - the main routine of the program: finds the required time, the other associated times, Az and ZA using ao_idl routines. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~rminchin/idl/rotang_detail.shtml -- 8.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>4263) - www.naic.edu/ )

3. WCSLIB: celprm Struct Reference
... celprm Struct Reference . ... It consists of certain members that must be set by the user ( given ) and others that are set by the WCSLIB routines ( returned ). ... Given and returned) This flag must be set to zero whenever any of the following celprm struct members are set or changed: . ... Given ) The native longitude, [deg], and ... double celprm::theta0 . Given ) ... the native latitude, [deg], of the fiducial point, i.e. the point whose celestial coordinates are given in celprm::ref [1:2]. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structcelprm.html -- 18.7 Кб -- 10.04.2016
Похожие документы

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

5. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>123) - neptun.sai.msu.ru/ )

6. Astrometry procedures
... Returns UT1 in seconds, with UTC input in seconds. ut12gst ( utc _real [, ut1 _real ]) Function. Returns GST in hours, inputs are in seconds. hourangle ( gst _real , ra _real ) Function. Return hourangle in hours, with inputs also in hours. zenithangle ( ha _real , dec _real ) Function. Return zenithangle in degrees with inputs ha in hours and dec in degrees. mirrorangle ( ha _real , dec _real ) Function. ... Return horizon coordinates for input azimuth and elevation angle in degrees. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node185.html -- 9.5 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>16856) - www.eso.org/ )

7. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Execution of CGI scripts . ... Source File: . mod_cgi.c . Any file that has the handler cgi-script will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/mod/mod_cgi.html -- 15.5 Кб -- 25.02.2008
Похожие документы

8. TUI:Scripts:Scripting Tutorial:Get Info
It is easy to incorporate information from an instrument or the telescope into your scripts. ... mess with the getKeyVar statements because getKeyVar returns None in debug mode, making the commands run, which is perfect. import TUI .TCC.TCCModel import TUI .Inst. DIS .DISModel from TUI .Inst. DIS .StatusConfigInputWdg import StatusConfigInputWdg InstName = DIS class ScriptClass(object): Simple script to configure DIS . def __init__(self, sr): Display ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/GetInfo.html -- 6.4 Кб -- 05.09.2014
Похожие документы

9. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Execution of CGI scripts . ... Source File: . mod_cgi.c . Any file that has the handler cgi-script will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_cgi.html -- 17.5 Кб -- 19.11.2015
Похожие документы

10. http://hea-www.harvard.edu/PINTofALE/pro/bland.pro
function bland, flstr , dwvl , flx = flx , wflx = wflx , arstr = arstr , _extra=e ;+ ;function bland ; returns a blending factor for each line in the emissivity list, ; defined as the ratio of the flux in the line to that within the ; given range. (i.e., small values mean heavily blended lines) ; ;syntax ; b=bland( flstr , dwvl , flx = flx , wflx = wflx , arstr = ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/pro/bland.pro -- 5.3 Кб -- 29.05.2007
Похожие документы

11. orRangesPair
... This function takes as input two sequences of ranges and returns a sequence which contains the sum of the input ranges. ... NOTE however that the same considerations re pointer deallocation also apply here. function orRangesPair(rangesA, rangesB) result(oredRanges) type(RangeT), intent(in) :: rangesA(:), rangesB(:) type(RangeT), pointer :: oredRanges(:) end function orRangesPair . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node104.html -- 3.7 Кб -- 01.07.2008
Похожие документы

12. Convolver (ImageJ API)
... METHOD . ... All Implemented Interfaces: . ... public class Convolver . ... This method is called by ImageJ to inform the plugin-filter about the passes to its run method. int . ... Method Detail public int setup (java.lang.String arg, ImagePlus imp) . ... This method is called once when the filter is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt or in the plugins.config file of a jar archive containing the plugin. 'imp' is the currently active image. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Convolver.html -- 26.1 Кб -- 02.12.2010
Похожие документы

13. Adding Variables to CONFIG.SYS
README for XFree86 on OS/2 : Adding Variables to CONFIG.SYS . ... ETC . Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as SET ETC=C:\TCPIP\ETC For Warp 4 and later, this may point to the \MPTN\ directory. ... Normally you will set this variable to the same value as the HOSTNAME variable and simply add a :0.0 after it, such as SET DISPLAY=myhost:0.0 Read the X11 man page on the exact meaning of these postfixes and other options. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS29.html -- 8.3 Кб -- 23.10.2000
Похожие документы

14. Special shell variables
There are some variables which are set internally by the shell and which are available to the user: Name Description . ... 0 the name of the command currently being executed. $# the number of positional arguments given to this invocation of the shell. $? the exit status of the last command executed is given as a decimal string. ... For example '1 2' 3 becomes "1 2 3" . is identical to the arguments received by the shell, the resulting list of words completely match what was given to the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.2.html -- 3.2 Кб -- 17.01.1997
Похожие документы

15. http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro
... In the median ; function of IDL, the higher of the two values is returned. ... Felix Stoehr, [ST-ECF] xxx = xx(sort(xx)) n = n_elements(xxx) if ((n mod 2) eq 0) then begin return , 0.5 * (max([0,xxx(n/2-1)])+xxx(n/2)) endif else begin return , xxx((n-1)/2) endelse end ;----------------------------------------------------------------------------------------- ; ;***************************************************************************************** function DER_SNR , ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro -- 4.6 Кб -- 01.10.2007
Похожие документы

16. OptInt PmWiki : PmWiki / Functions
OptInt PmWiki : Pm Wiki / Functions . ... Page file format > . ... See Custom Markup and Custom Actions for more information on how these functions are typically called via Markup() or $HandleActions[] . The PSS() function removes the backslashes that are automatically inserted in front of quotation marks by the /e option of PHP's preg_replace function. ... From PM: PmWiki expects PSS() to always occur inside of double-quoted strings and to contain single quoted strings internally. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Functions?action=print -- 23.3 Кб -- 01.03.2014
Похожие документы

17. http://www.adass.org/adass/proceedings/adass03/reprints/P2-4.pdf
... 314, 2004 F. Ochsenbein, M. Al len, and D. Egret, eds. Chandra FITS Dictionary S. Winkelman, A. Rots, K. Michaud, S. Blecksmith Chandra X-Ray Center/Smithsonian Astrophysical Observatory Abstract. ... We have collected the complete body of FITS keywords, as used in Chandra data products, into a dictionary database that provides easy access to their use and meaning. ... A list of filetypes using the keyword is also returned. ... A filetype is composed of one or more Header-Data Units (HDU). ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass03/reprints/P2-4.pdf -- 151.3 Кб -- 27.08.2004
Похожие документы

18. 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
Похожие документы
Еще в разделе: (Показать все результаты (>534) - hea.iki.rssi.ru/ )

19. LWN: Driver porting: per-CPU variables
... Return to the Kernel page . ... This article is part of the LWN Porting Drivers to 2.6 series . The 2.6 kernel makes extensive use of per-CPU data - arrays containing one object for each processor on the system. Per-CPU variables are not suitable for every task, but, in situations where they can be used, they do offer a couple of advantages: . Per-CPU variables have fewer locking requirements since they are (normally) only accessed by a single processor. ... DEFINE_PER_CPU(type, name); . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 02.10.2012
Похожие документы

20. INTERNATIONAL SPACE STATION
... TO THE INTERNATIONAL SPACE STATION . ... Following a 188-day flight program the Expedition 9 crew of the International Space Station (ISS-9) consisting of the commander Gennady Padalka, Russian cosmonaut, and the flight engineer Michael Fincke, U.S. astronaut, returned to Earth in Soyuz TMA-4 descent vehicle. ... The Russian Soyuz TMA-4 manned transport spacecraft docked to the International Space Station (ISS) Orbital Complex. ... The Soyuz-FG - Soyuz TMA-4 system was erected on the launcher. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/iss09/photo_archive-iss09.html -- 21.9 Кб -- 02.10.2012
Похожие документы

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


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

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

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