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

1 | 2 | 3 | 4 | 5 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/miriad/progguide/node29.html.

1. Massaging Steps Performed by UVREAD - UVSET
... Object . ... data . channel . ... As mentioned above, the uvread routine can perform, at the programmers request, extra processing steps on the visibility data. ... If the original channels are numbers from 1 to , then, by using type='channel' , uvread will return massaged channels, where channel of the massaged channels is formed by averaging channels of the original data, starting at channel . ... If is specified as 0, then uvread will return as many channels as possible. object='reference' . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/progguide/node26.html -- 12.9 Кб -- 05.02.2013
Похожие документы

2. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы

3. Line (ImageJ API)
... java.lang.Object ij.gui.Roi ij.gui.Line . ... public class Line . ... int . ... protected double . ... Constructor Detail public Line (int ox1, int oy1, int ox2, int oy2) . Creates a new straight line selection using the specified starting and ending offscreen integer coordinates. public Line (double ox1, double oy1, double ox2, double oy2) . Creates a new straight line selection using the specified starting and ending offscreen double coordinates. public Line (int sx, int sy, ImagePlus imp) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/Line.html -- 37.4 Кб -- 02.12.2010
Похожие документы

4. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы

5. Stellarium: EmptySphericalRegion Class Reference
Stellarium 0.12.3 . ... Classes . ... EmptySphericalRegion Class Reference . virtual SphericalRegionType љ . getType () const . ... Return the area of the region in steradians. ... virtual boolљ . ... Public Member Functions inherited from SphericalRegion . ... virtual SphericalRegionP љ . ... virtual const QVector< Vec3d > &љ . ... updateFillVertexBuffer (class StelRenderer *renderer, const DrawParams &params, bool handleDiscontinuity) . ... virtual bool EmptySphericalRegion::isEmpty . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classEmptySphericalRegion.html -- 60.2 Кб -- 28.02.2014
Похожие документы

6. Galileo Returns New Insights into Callisto and Europa
... Jupiter's icy moon Europa has a metallic core and layered internal structure similar to the Earth's , while the heavily cratered moon Callisto is a mixture of metallic rock and ice with no identifiable central core, according to new results from NASA's Galileo mission . In addition, recent plasma wave observations from Galileo show no evidence of a magnetic field or magnetosphere around Callisto, but do hint at the prospect of a tenuous atmosphere. ... Jupiter Galileo . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/solar/eng/galpr8.htm -- 6.3 Кб -- 15.10.1997
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/Astro/solar/eng/galpr8.htm -- 7.1 Кб -- 15.03.1998
Похожие документы

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

8. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1049) - jet.sao.ru/ )

9. Apache module mod_alias
This module provides for mapping different parts of the host filesystem in the document tree, and for URL redirection. ... The directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. ... The ScriptAlias directive has the additional effect of marking the target directory as containing only CGI scripts. The Redirect directives are used to instruct clients to make a new request with a different URL. ... Syntax: Alias URL-path file-path | ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_alias.html -- 15.9 Кб -- 20.05.2004
Похожие документы

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

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

12. World Coordinate System Display
If the image header contains World Coordinate System information, SAOtng will display WCS positions as the mouse is moved across the image. The format for the display is controlled by the Coords Menu (or using the right mouse button on the screen WCS display). ... WCS information is displayed on the lower part of the image. ... The coordinates are returned in the current format, (e.g. if your image supports WCS information, you can get RA/Dec output). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/coords.html -- 2.8 Кб -- 01.10.2012
Похожие документы

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

14. http://www.astrosociety.org/products/returnsnew.txt
Astronomical Society of the Pacific Product Return Information We want you to be completely satisfied with every purchase you make with us. If you are in any way dissatisfied with a product you ordered, we will exchange it, replace it, or refund your money within 30 days of receipt. ... Customers are responsible for postage on all returns back to the ASP. ... Damaged shipments: If your package was damaged in shipment via UPS, we will contact UPS direct for claim instructions. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/products/returnsnew.txt -- 3.7 Кб -- 30.07.2012
Похожие документы

15. lsst.tcc: python/tcc/cmd/showTime.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . FileљList . ... python . ... cmd . showTime.py . ... 4 љ Returns the current time in several time systems. ... 5 љ time the command was parsed. ... Note that there is a SET TIME command, but it . 8 љ calibrates the TCC's clock from the observatory's time standard. ... 18 љ """Implement the Show Time command . ... 24 љ currTAI = tcc.base.tai() . ... 27 љ # making a copy is probably silly, but avoids the possibility that the "show time" command . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/show_time_8py_source.html -- 14.5 Кб -- 14.09.2015
Похожие документы

16. Mars returns to glory | Astronomy.com
... Tonight's Sky . ... SUN MOON MERCURY VENUS MARS, JUPITER SATURN . ... Mars . ... The Magazine . ... Observing . ... Gravitational wave search provides insights into galaxy evolution and mergers . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... Astronomy for Kids . ... Mars returns to glory . ... Get instant access to subscriber content on Astronomy.com! ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/sky-this-month/2012/01/mars-returns-to-glory -- 63.9 Кб -- 10.04.2016
Похожие документы

17. Candidate Assignments
... This applet generates an observing list based on an observer's location and time. ... To use this program, enter in your location, and the local times at which you wish to begin and end observing. The date you enter should correspond to the calendar day at the time at which you begin observing. For example, if you wish to observe from 9:37 PM October 23, 2007 until 3:21 AM October 24, 2007, you would enter 21:37 for the starting time, 03:21 for the finish time, and 10/23/2007 for the date. ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/evgeny/transitsearch/transitassignment.html -- 4.0 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>226) - observ.pereplet.ru/ )

18. http://www.asc.rssi.ru/RadioAstron/meetings/telecon/aug25_2010.pdf
... It was done. ... Agenda of the RadioAstron teleconference August 25, 2010 Corrections to the Agenda 1 2 3 N. Kardashev N. Kardashev N. Babakin Project status Present status of tests of science payload in LA Brief review of Pushchino TS verifications with Venus Express: current status and outlook Current status and activities related to TS in South Africa and in New Zealand Action items L.Gurvits S.Likhachev S.Gulyaev M.Popov 4 5 Chairman: N.Kardashev List of ...
[ Текст ]  Ссылки http://www.asc.rssi.ru/RadioAstron/meetings/telecon/aug25_2010.pdf -- 34.7 Кб -- 17.03.2011
Похожие документы
Еще в разделе: (Показать все результаты (>159) - www.asc.rssi.ru/ )

19. Cylinders
For an infinitely long circular cylinder, the solution of the light scattering problem for the perpendicular incidence was first derived by Rayleigh [ 418 ] who returned to this problem once again in his last work [ 417 ] written a short time before his death. The problem for oblique incidence was solved in 1955 by J.R. Wait [ 491 ] (Kerker [ 274 ] at p.256 mentions also the paper of Blank, 1955); a bit later the same result was obtained in [ 172 ]). ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/3-REVS/KHLEB1/node5.html -- 4.7 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>218) - www.astro.spbu.ru/ )

20. http://vo.astronet.ru/arxiv/dict_regex.html
... Configuration The dictionary accepts one obligatory parameter - RULES, which has to be set to the file describing parsing rules and output recipes. ... Each non-empty line is either a comment (when started with '#' symbol), or a conversion rule, and in the latter case has to contain whitespace-separated pattern and output recipe. Currently, pattern has to match the _integer_ (one, two or more) number of input tokens; they will be replaced with a single one. ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/arxiv/dict_regex.html -- 4.9 Кб -- 24.10.2008
Похожие документы

1 | 2 | 3 | 4 | 5 | След.


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

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

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