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

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

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

1. Package: iedit
These routines provide a simple interface to the recursive, heirarchical data structure supported in Karma, to define 2-dimensional (image) editing instructions. ... iedit_create_list . Create a managed image edit instruction list. iedit_free_list . ... Get the list descriptor for image edit instructions. iedit_alloc_edit_coords . ... ilist : The managed image edit instruction list. instruction : The edit instruction. info : A pointer to the arbitrary information pointer for the list. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/iedit.html -- 11.3 Кб -- 24.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>3639) - www.atnf.csiro.au/ )

2. Stellarium: StelQGLTextureBackend Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . ... StelQGLTextureBackend Class Reference . ... constructFromImage (class StelQGLRenderer *renderer, const QString & path , const TextureParams &params, QImage &image) . Construct a StelQGLTextureBackend from an image. ... constructFromPVR (class StelQGLRenderer *renderer, const QString & path , const TextureParams &params) . ... constructAsynchronous (class StelQGLRenderer *renderer, const QString & path , const TextureParams &params) . ... path . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelQGLTextureBackend.html -- 37.6 Кб -- 28.02.2014
Похожие документы

3. Menus (ImageJ API)
... FIELD | ... public class Menus . ... ImageJ . ... static char . ... static int . ... Returns the size (in points) used for the fonts in ImageJ menus. static java.lang.String . ... Returns a list of the plugins in the plugins menu. static java.lang.String . ... Field Detail public static final char PLUGINS_MENU . ... public static final char IMPORT_MENU . ... public static int installPlugin (java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Menus.html -- 35.2 Кб -- 02.12.2010
Похожие документы

4. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

5. http://hea-www.harvard.edu/PINTofALE/pro/findscale.pro
... 0: MexicanHat wavelet ; 1: use inverse of 1st derivative ; 2: radius of curvature ; 3: stepped toggle ; eps [INPUT; default=1e-7] small number ; _extra [JUNK] ignore. here only to prevent crashing program. ; ;subroutines ; WVLT_ SCALE [ROOFN] ; ;history ; vinay kashyap (Apr97) ; added CHOICE option 3 (VK; Feb03) ;- ; usage if n_elements( curve ) eq 0 then begin print,'Usage: ls=findscale( curve , dim ,/crunch,/half, pick = pick , choice = ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/pro/findscale.pro -- 4.8 Кб -- 26.05.2003
Похожие документы

6. comedi_fileno
... Prev . Next . comedi_fileno -- integer descriptor of Comedilib device . include <comedilib.h> . int comedi_fileno (comedi_t * device); . The function comedi_fileno returns the integer descriptor for the device dev. This descriptor can then be used as the file descriptor parameter of read(), write(), etc. ... If dev is an invalid comedi_t pointer, the function returns -1 and sets the appropriate Comedilib error value. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-fileno.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-fileno.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-fileno.html -- 3.8 Кб -- 02.10.2012
Похожие документы

7. APO Home Page
... Current APO Weather . ... Search Site . ... Information for New Users . ... Technical Staff pages . Night Logs and Mailing Lists (maintained by APO) . ... Technical Documents and Database Search . ... Observer's Documentation and Procedures . ... Problem Reporting and APO Technical Documents Database Search . ... APO Drawing/Document Management Procedures . ... APO Technical Documents Database Search . Home Astrophysical Research Consortium . ... Mail Lists (maintained by APO) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/ -- 13.9 Кб -- 11.02.2016
Похожие документы

8. Argument association
... Fortran . Storage rules Dummy argument is a quantity in the specification of a procedure, function or subroutine. Actual argument is a quantity in the call of a procedure, function or subroutine. ... Becomes 101 END PROGRAM EXAMPLE SUBROUTINE SUB(X, Y, Z) IMPLICIT NONE REAL, INTENT(IN) :: X REAL, INTENT(INOUT) :: Y REAL, INTENT(OUT) :: Z Y = Y**2 Z = X + Y END SUBROUTINE SUB In Fortran there is really only one kind of argument usage, called argument association. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/a10.html -- 9.0 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы

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

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

11. Comet Hale-Bopp Returns
Astronomy Picture of the Day . ... AAC Explanation: Comet Hale-Bopp has returned from behind the Sun. In December and early January, Comet Hale-Bopp was too near the Sun to be easily visible from Earth . ... The above photo was taken on January 31 st and shows the two emerging tails of Comet Hale-Bopp . ... Publications with keywords: Comet Hale-Bopp . Publications with words: Comet Hale-Bopp . ... Comet Hale-Bopp Over Val Parola Pass . ... The Dust and Ion Tales of Comet Hale-Bopp . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1162827 -- 13.8 Кб -- 21.06.2003
Похожие документы

12. 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
Похожие документы
Еще в разделе: (Показать все результаты (>219) - comet.sai.msu.ru/ )

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

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

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

16. Amateur Astronomers Association of New York ? Amateur Astronomers Association
... Observing . ... Solar Observing . ... April 3 (SUN) - Solar Observing, Central Park , Manhattan . ... APRIL'S SKY . ... Lecture Series at the American Museum of Natural History The Amateur Astronomers Association is proud to present an astronomy lecture series from October through May each year for our members and the .. ... The€аAmateur Astronomers Association of New York€аwas organized in 1927 to promote the study of Astronomy, emphasizing its cultural and inspirational value. ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/ -- 49.7 Кб -- 09.04.2016
Похожие документы

17. Apache module mod_isapi
This module supports ISAPI Extensions within Apache for Windows. ... This module implements the Internet Server extension API. It allows Internet Server extensions ( e.g. ISAPI .dll modules) to be served by Apache for Windows, subject to the noted restrictions. ISAPI extension modules (.dll files) are written by third parties. ... Review the Additional Notes and the Programmer's Journal for additional details and clarification of the specific ISAPI support offered by mod_isapi. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_isapi.html -- 14.1 Кб -- 25.01.2002
Похожие документы

18. http://hea.iki.rssi.ru/conf/hea2007/presentations/after_dinner_speech/4-Disk/16C.FFF
... Version # 5 from Aug-01-1999 c********************************************************** nt=nvers; call fildsph(&ni,&nj,&nk,&nc,&nm,namef) 10 call cdirsph ! ... Next step stop; end function funcrat(ff) c************************************************************ c Calculation of the right hand function c ff(15) - dimension of parameters : c (ff(1),ff(2),ff(3)) = (r,q,f) - point coordinats; c ff(4) - Ph (pressure); ff(5) - Pz (phase); c ff(6) - Th (themperature ... Th)*(1.+0.*rx) return; end...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/presentations/after_dinner_speech/4-Disk/16C.FFF -- 13.2 Кб -- 18.03.2001
Похожие документы

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

20. SAI Open Star Clusters (SAI OCL) Catalog
... Structure of Data . ... Catalog . ... In SAI OCL Catalog, we introduce our work on investigation of the Milky Way system of open star clusters. The main goal of our study is a search for new clusters using huge surveys. 168 new clusters have been already discovered by us using J,H,Ks data from 2MASS point source catalog. ... For 141 new clusters, we found their physical parameters using J,H,Ks data from 2MASS catalog and, for a number of clusters, our UBVRI CCD observational magnitudes. ...
[ Сохраненная копия ]  Ссылки http://ocl.sai.msu.ru/ -- 5.0 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>6) - ocl.sai.msu.ru/ )

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


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

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

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