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

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

Показаны документы, содержащие фрагменты текста из документа
http://hea-www.harvard.edu/RD/saotng/coords.html.

1. Stellarium: Nebula Class Reference
... Classes . ... Nebula Class Reference . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getCloseViewFov (const StelCore *core=NULL) const . ... getVMagnitude (const StelCore *core, bool withExtinction=false) const . ... getSelectPriority (const StelCore *core) const . ... getEquinoxEquatorialPos (const StelCore *core) const . ... getJ2000GalacticPos (const StelCore *core) const . ... getPositionInfoString (const StelCore *core, const InfoStringGroup &flags) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classNebula.html -- 41.7 Кб -- 28.02.2014
Похожие документы

2. Analyzer (ImageJ API)
... public class Analyzer . ... This plugin implements ImageJ's Analyze/Measure and Analyze/Set Measurements commands. ... static int . ... Constructs a new Analyzer using the specified ImagePlus object and the current measurement options and default results table. public Analyzer ( ImagePlus imp, int measurements, ResultsTable rt) . ... Returns true if an image is selected in the "Redirect To:" popup menu of the Analyze/Set Measurements dialog box. public static void setRedirectImage ( ImagePlus imp) ....
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Analyzer.html -- 38.1 Кб -- 02.12.2010
Похожие документы

3. casacore: casa::RegexBase Class Reference
... casa::RegexBase . ... find (const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const =0 . ... match (const Char *s, String::size_type len, String::size_type pos=0) const . ... rfind (const Char *s, String::size_type len, Int &matchlen, String::size_type pos= String::npos ) const . ... search (const Char *s, String::size_type len, Int &matchlen, Int pos=0) const . ... String::size_type find(const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const;...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RegexBase.html -- 26.8 Кб -- 14.02.2011
Похожие документы

4. Vector Operations
... to_tsvector( [ configuration , ] document TEXT) RETURNS TSVECTOR . Parses a document into tokens, reduces the tokens to lexemes, and returns a tsvector which lists the lexemes together with their positions in the document in lexicographic order. strip( vector TSVECTOR) RETURNS TSVECTOR . ... Returns the number of lexemes stored in the vector. text ::TSVECTOR RETURNS TSVECTOR . ... The text should be formatted like the vector would be printed by the output of a SELECT . ... Query Operations ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-vec.html -- 9.5 Кб -- 13.04.2008
Похожие документы

5. Python TI: Reading, manipulating, and displaying image data: PyFITS function
... Python TI: Reading, manipulating, and displaying image data: PyFITS function reference documentation . ... Data . ... Data Analysis . ... documentation written by Vicki Laidler and JC Hsu) Functional interface in PyFITS (0.9.8) These functions can be divided into three groups: reading, writing, and getting information. ... Specifying the FITS extension ----------------------------- All the read and write functions support a flexible means of specifying the desired FITS extension, for user...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/Python/readManDispImages_PyFITS.html -- 20.3 Кб -- 11.04.2016
Похожие документы

6. NVSS Image ftp service Documentation Help for NVSS Image ftp service
This WWW form allows the user simplified access to images produced by the NRAO/VLA Sky Survey (NVSS). This service determines which NVSS image is desired based on a celestial position and returns either the image directly or a Web page with a link to the file. ... The NVSS Postage stamp (small FITS file) server can be used to obtain images with other geometries.) ... Web browsers use external viewers to display files like FITS images which they do not understand. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/nrao/NVSS/findhelp.html -- 6.6 Кб -- 11.02.1999
Похожие документы

7. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы

8. The Markers Menu
The left mouse button controls the creation and manipulation of region markers or cursors. ... Text When a marker type of selected, new markers of that type can be created using the left mouse button. The current default marker type is displayed below the menu. ... Set Default Marker Name (and Color) . ... Reset the fix parameter state of currently existing markers to match the global state set by the -fix command switch or by the Edit Global Fix Params For New Markers option in the Markers menu. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/regions_menu.html -- 6.2 Кб -- 01.10.2012
Похожие документы

9. Getting Started
GTK+ 2.0 Tutorial . ... This program will create a 200x200 pixel window and has no way of exiting except to be killed by using the shell. #include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *window; gtk_init (&argc, &argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_widget_show (window); gtk_main (); return 0; } . ... All programs will of course include gtk/gtk.h which declares the variables, functions, structures, etc. that will be used in your GTK application. ... gtk-debug . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-gettingstarted.html -- 10.4 Кб -- 19.07.2002
Похожие документы

10. POW: A Tcl/Tk Plotting and Image Display Interface Tool for GUIs
... We present a new Tcl/Tk based GUI interface tool which features plotting of curve and image data and allows for user input via return of regions or specific cursor positions. ... Curves and Images may then be combined to form a displayed Graph. ... With the development of several GUI based tools for High Energy Astrophysics at the HEASARC, we found a need for a interface tool that supports combined curve plotting and image display in a native Tcl/Tk environment. POW is our answer. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/brownl.html -- 11.0 Кб -- 23.06.1998
Похожие документы
Еще в разделе: (Показать все результаты (>1811) - www.adass.org/ )

11. 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
Похожие документы
Еще в разделе: (Показать все результаты (>17529) - www.eso.org/ )

12. GALFA Coordinate Search
. Coordinates . RA (J2000): . h m s . Dec (J2000): . o ' '' . Search box in degrees: . +/- (Default 1.5 degrees) . (Must specify RA DEC) .
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~iojalvo/searchgalfa.html -- 2.9 Кб -- 27.07.2006
Похожие документы

13. http://xmm.vilspa.esa.es/sas/5.4.1/doc/srcdisplay.ps.gz
... Circles are used to depict the source positions. ... A optional ID label can also be displayed alongside the circle, corresponding to the row num- ber of that source in the input source list. ... These circles are in fact DS9-type regions, which can be written out to a le for future use (for example, when running a later DS9 session) by setting withregionfile to true, and specifying the desired le name via the regionfile parameter. ... This is a text le containing region descriptions for each source...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/srcdisplay.ps.gz -- 46.9 Кб -- 10.01.2003
Похожие документы

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

15. pynifs.nifscube
... source code A class to hold all the information from a NIFS-produced data cube. ... Returns the data content of scidata as a numpy array. source code . ... Returns a spectrum from the specified spaxel, over the designated wavelength or velocity range. source code . ... source code Returns the data content of scidata as a numpy array. ... The fitscube instance is updated in-situ. source code Returns a spectrum from the specified spaxel, over the designated wavelength or velocity range. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/pynifs.nifscube-class.html -- 28.0 Кб -- 27.02.2014
Похожие документы

16. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/password.htm
... A text field on an HTML form that conceals its value by displaying asterisks (*). ... Client-side object . ... For a given form, the JavaScript runtime engine creates appropriate Password objects and puts these objects in the elements array of the corresponding Form object. ... Specifies the form containing the Password object. name . ... Reflects the current value of the Password object's field. ... JavaScript 1.0 focus() None Use the focus method to navigate to the password field and give it focus...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/password.htm -- 24.1 Кб -- 07.10.1999
Похожие документы

17. Accesibility
... Planetarium Staff . ... Freedom of Information . ... The Armagh Planetarium website has been enabled to use BrowseAloud software. ... See the following instructions on how to increase the size of the text on any web page you are viewing. тАв Press ' Ctrl ' and ' + ' to increase the text size, ' Ctrl ' and ' - ' to decrease the text size. ... For information on changing the text size in older browsers and on different operating systems visit the BBC My Web My Way site for Windows, MAC and Linux . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/html/accessibility.html -- 30.9 Кб -- 20.02.2014
Похожие документы

18. DIS Commands
... Some commands are not yet documented. bin . ... expose . ... number . ... If basename is not specified, the filenames are determined by the ICC's path , name , places , and number If neither red nor blue is specified, both images will be saved. ... Returns: basename , name , number path , places . ... For example, with path= /export/images/DD01 , name= bias. , places= 3 , and number= 11 , the blue image file would be /export/images/DD01/bias.011b.fits . ... name , number , places , path , basename ,...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Commands.html -- 16.5 Кб -- 21.08.2003
Похожие документы

19. (Untitled)
To see the manner in which position of planets and their coordinates vary with time click on icons with arrows Right or Left in menu bar. ... The current moment of time and object coordinates are therewith displayed. ... Clicking on icons with symbols of sun or crescent leads to appearance of images of the Sun or the Moon in that point of the sky which correspond to their coordinates in current moment unless it lies within not displayed region; see below). ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user5gfb.htm -- 3.8 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>566) - www.ipa.nw.ru/ )

20. Compton Returns
... 6.03.2001 . ... Credit Copyright: AMOS, AEOS ; Courtesy Compton GRO Science Support Center Explanation: On 2000 June 4, the 17-ton Compton Gamma-Ray Observatory returned to Earth after 9 years in orbit -- ending its remarkable voyage of discovery. ... March 2001 . ... 1999 2000 . 2001 2002 . ... NASA Web Site Statements, Warnings, and Disclaimers . ... Publications with keywords: orbit - satellite - compton - gro . Publications with words: orbit - satellite - compton - gro . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1166455 -- 15.3 Кб -- 12.03.2001
Похожие документы

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


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

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

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