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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/manual/en/mod/mod_include.html.

21. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/indiutil/setINDI.1
TH setINDI 1 .SH NAME setINDI \- set one or more writable INDI property values .SH SYNOPSIS \fBsetINDI [options] device.property.e1[;e2...]=v1[;v2...] ... \fP .SH DESCRIPTION .na .nh .PP setINDI connects to an indiserver and sends commands to set new values for specified properties. ... TP -p <p> connect using alternate port p; the default is 7624. ... SH EXIT STATUS The setINDI program exits with a status of 0 if it suceeded in setting the new value for each specified property. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/indiutil/setINDI.1 -- 3.2 Кб -- 03.08.2011
Похожие документы

22. Journal "Peremennye Zvezdy"
Peremennye Zvezdy ( Variable Stars ) 26 , No. ... Moscow 119992, Russia . ... 84/32, Moscow 117997, Russia . ... Our CCD observations compared to times of minima derived from the archival photographic plates and from the NSVS and ASAS-3 data clearly show that the orbital period of the system is variable. ... The phased light curve for the light elements . ... CCD, Moscow . ... and for the current linear light elements (in excellent agreement with the NSVS, ASAS, and our CCD observations): . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1217495 -- 18.2 Кб -- 09.11.2006
Похожие документы
Еще в разделе: (Показать все результаты (>49793) - www.astronet.ru/ )

23. sfit help file
... SFIT is a general-purpose code designed to optimize theoretical stellar spectra to an observed spectrum. ... While the programme expects input from "stdio", it is more natural to save commands in a file (eg "sfit_input") and run the code simply by . ... If the spectra to be fitted have a filename "star_spectrum", then the best fit spectrum will be written out, together with the renormalized input spectrum, to a file called "star_spectrum.fit". ... sets up model spectrum grid (and for 2nd star) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/sfit2_help.html -- 7.6 Кб -- 18.10.2004
Похожие документы

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

25. http://xray.sai.msu.ru/~ivan/gmt/man/pstext.html
... Various map projections are provided, with the option to draw and annotate the map boundaries. ... CYLINDRICAL PROJECTIONS : -Jc lon0 / lat0 / scale (Cassini) -Jj lon0 / scale (Miller) -Jm scale ( Mercator - Greenwich and Equator as origin) -Jm lon0 / lat0 / scale ( Mercator - Give meridian and standard parallel) -Joa lon0 / lat0 / azimuth / scale (Oblique Mercator - point and azimuth) -Job lon0 / lat0 / lon1 / lat1 / scale (Oblique Mercator - two points) -Joc ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/pstext.html -- 11.1 Кб -- 19.03.1999
Похожие документы

26. http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/python_reference.pdf
Python Reference Introduction These notes contain commands useful for analysing and plotting data using the Python programming language, together with the Numpy and Matplotlib libraries. ... So for example, the plot command (from matplotlib) would be executed by typing pylab.plot(.. ... Pulling out part of an array. ... To pick out only the chosen elements, and put them in a new array, use something like: new_array = my_array[index_array] Plotting We use Matplotlib (included in pylab) to plot. ...
[ Текст ]  Ссылки http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/python_reference.pdf -- 102.3 Кб -- 29.07.2013
Похожие документы

27. Meade Instruments Corp. - Meade Customer Support
... Home About Meade Product Information Dealer Locator Customer Support Investor Relations Dealer Support Employment Opportunities Site Map . Meade Instruments Corp. ... Meade Autostar Supplementary Software Downloads . ... To upgrade your Autostar first click on the link below to download the Autostar Update (ASU) Client Application for Windows. ... The most recent versions of AutoStar Update automatically check for the newest versions of the AutoStar Updater and download it if necessary. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/support/auto.html -- 29.3 Кб -- 14.01.2016
Похожие документы

28. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы

29. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы

31. WIP -- An Interactive Graphics Software Package
... WIP is an interactive package with a simple to use interface designed to produce high quality graphical output. WIP was developed as part of the Berkeley-Illinois-Maryland Association (BIMA) project and is available via anonymous ftp. ... Included in the WIP distribution is a complete manual which contains several sample figures with associated commands, a frequently asked questions section, and a descriptive listing of all available commands. ... Figure illustrates WIP's ability to handle images. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/morganj.html -- 11.8 Кб -- 03.11.2000
Похожие документы

32. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы

33. Software Develpment: ST-ECF IRAF Package
Software Development: ST-ECF IRAF Package : Installation instructions . ST-ECF quit 2) Create a directory to contain the STECF external package files. ... 3) Log in as IRAF and edit the extern.pkg file in the hlib directory to define the package to the CL. From the IRAF account, outside the CL, you can move to this directory with the command: % cd $hlib Define the environment variable stecf to be the pathname to the stecf root directory. ... Maintained by Richard Hook Richard.Hook@eso.org ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/install.html -- 8.9 Кб -- 06.06.2006
Похожие документы

34. Ground Radio Telescope (GRT) Products
... Previous: Ground Tracking Station (GTS) Products . ... GRT Log File . ... GRT Gain Curves . ... What: Co-observing GRTs will each generate a log file identical to those for ground-based VLBI experiments. ... Where: Files are placed by GRTs on their regional server ( Regional Servers for GRT logs etc ) in the sub-directory named for the month and year (e.g. may97 ) below the sub-directory named gps . ... Where: Files are placed by GRTs on their regional server ( Regional Servers for GRT logs etc ). ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/grt.htm -- 9.2 Кб -- 16.05.2001
Похожие документы

35. WW 6.0 SPICE Documents
. The following SPICE System description documents in WinWord 6.0 format are available from Mars-96 SPICE Data Archive via anonymous FTP: . SPICE System Overview (in Russian) (file naifov_r.doc), . Most Used SPICELIB Subroutines (in Russian) (file naifqr_r.doc), . SPICE System Overview (in English) (file naifov_e.doc), . Most Used SPICELIB Subroutines (in English) (file naifqr_e.doc). These documents are located in the directory pub/naif/doc . back to SPICE documentation page
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/naif/ww60docs.htm -- 1.9 Кб -- 21.02.1996
Похожие документы

36. http://www.mccme.ru/ium/postscript/f00/notes/comb04.ps
S.Duzhin COMBINATORICS Lecture 4: Combinatorial species According to N. Bourbaki, a structure in a set U is an element of a tower of sets over U . ... De nition. ... 1) Two species, F 1 and F 2 , are said to be equipotent, if the sets F 1 [U ] and F 2 [U ] have equal cardinality for any nite set U . ... The type generating series of a combinatorial species F is ~ F (x) = 1 X n=0 ~ f n x n ; where ~ f n = jF [n]=  j is the number of F -structures in a set of n elements considered up to isomorphism. ...
[ Текст ]  Ссылки http://www.mccme.ru/ium/postscript/f00/notes/comb04.ps -- 64.8 Кб -- 23.01.2003
Похожие документы

37. http://www.wdcb.ru/stp/data/geo_hour.val/Readme.txt
This Directory contains mean hour values of geomagnetic field components at observatories in Russia and other repub- lic of Former Soviet Union (FSU). The List of these observatories has indication of Data Years. ... Files are prepared in the DOS format. The Format for mean values follows after this list of the geomagnetic observatories. ... 21-116 24I4 24 4-digit hourly mean values for the day. ... If any of the hourly mean values for the day are missing 9999 will appear as the daily mean. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/geo_hour.val/Readme.txt -- 7.0 Кб -- 26.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>9268) - www.wdcb.ru/ )

38. ASP: Making Your Own Astronomical Camera
Turning the Camera Skyward . A reconfigured camera can take wide-field exposures of astronomical objects (constellations, the Milky Way, zodiacal light, moving artificial satellites, meteor showers, variable stars, etc.) to reveal much fainter objects and structures than seen by naked eye. ... This picture reveals objects more than 2.5 times fainter than can be seen by the naked eye, including not only stars but also the Orion nebula (M42), where new stars are being born. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/50/camera3.html -- 12.8 Кб -- 02.10.2012
Похожие документы

39. Project Space Hotel
... Space flight . ... Space Hotel . ... Small orbital stations (SOS) are intended for the arrangement of flexible manned programs on commercial basis with the possibility of using the traditional Russian manned , cargo spacecrafts, their modifications and new modules oriented for the minimum costs and terms of orbital objects development . оThe principle of SOS building is as follows: it is developed not as a separate self-sufficient project of an ... It means a possibility of: . ...
[ Сохраненная копия ]  Ссылки http://www.atlasaerospace.net/eng/spacehotel.htm -- 35.5 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>64) - www.atlasaerospace.net/ )

40. Posting to VSNet
Posting Observations . ... You will need to subscribe to vsnet-acc (to allow you access to post your observations). ... VSNet has several different e-mail sigs, and sub sigs. ... These list are controlled by a software package called " Majordomo ", which allows you to subscribe and unsubscribe yourself from these list with an e-mail message (automated). ... Once you have subscribed to vsnet-acc (which will only send you a welcome message back and nothing else) you can post to the other list. ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/SNIMAGES/vsnet.html -- 11.3 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>867) - www.rochesterastronomy.org/ )

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


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

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

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