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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/Animator.html.

1. Tools (ImageJ API)
... public class Tools . ... Tools () . ... static java.lang.String . ... Converts a Color to an 7 byte hex string starting with '#'. public static java.lang.String f2hex (float f) . Converts a float to an 9 byte hex string starting with '#'. public static double[] getMinMax (double[] a) . ... Converts the float array 'a' to a double array. public static float[] toFloat (double[] a) . Converts the double array 'a' to a float array. public static java.lang.String fixNewLines (java.lang.String s) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/util/Tools.html -- 19.2 Кб -- 02.12.2010
Похожие документы

2. casacore: casa::CompiledParam< T > Class Template Reference
... Classes . ... casa . casa::CompiledParam< T > . ... Parameters for a compiled string function object. More... #include < CompiledParam.h > . ... CompiledParam (const CompiledParam < T > &other) . Make this object a (deep) copy of other. template<class W > . ... const String & casa::CompiledParam < T >::errorMessage . ... References casa::CompiledParam< T >::msg_p . ... const FuncExpression & casa::CompiledParam < T >::function . ... const String & casa::CompiledParam < T >::getText . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1CompiledParam.html -- 34.3 Кб -- 14.02.2011
Похожие документы

3. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm
... The type of a wrapped Java object accessed from within JavaScript code. ... Instantiating a Java object in JavaScript. The following code creates the JavaObject theString , which is an instance of the class java.lang.String : var theString = new Packages.java.lang.String("Hello, world") Because the String class is in the java package, you can also use the java synonym and omit the Packages keyword when you instantiate the class: var theString = new java.lang.String("Hello, world") Example 2. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm -- 6.5 Кб -- 07.10.1999
Похожие документы

4. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

5. lsst.coordConv: coordConv::OtherCoordSys Class Reference
lsst.coordConv љ unknown . ... Classes . ... coordConv::OtherCoordSys Class Reference . ... OtherCoordSys (std::string const &name, double date=0, DateTypeEnum dateType= DateType_None , bool isMean =false) . ... virtual Coord љ . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom ( CoordSys const &fromCoordSys, Coord const &fromCoord, Site const &site, double tai=0) const . ... virtual Coord coordConv::OtherCoordSys::removePM . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_other_coord_sys.html -- 47.5 Кб -- 07.05.2015
Похожие документы

6. Python: module fileinput
fileinput . ... Helper class to quickly write a loop over all standard input files. ... for line in fileinput. input (): . ... Functions filename (), lineno () return the filename and cumulative line . number of the line that has just been read; filelineno () returns its . ... been read, returns the line number of that line within the file. filename () . ... Before the first line has been read, returns None. input (files =None , inplace =0 , backup ='' , bufsize =0 , mode ='r' , openhook =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/fileinput.html -- 18.5 Кб -- 05.11.2015
Похожие документы

7. Query Operations
... to_tsquery( [ configuration , ] querytext text) RETURNS TSQUERY . ... Query rewriting is a set of functions and operators for tsquery type. ... We'll expand query supernovae using table-driven rewriting rules. =# create table aliases (t tsquery primary key, s tsquery); =# insert into aliases values(to_tsquery('supernovae'), to_tsquery('supernovae|sn')); =# select rewrite(to_tsquery('supernovae'), 'select * from aliases') && to_tsquery('crab'); ?column? --------------------------------- ( 'supernova'...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-query.html -- 13.1 Кб -- 13.04.2008
Похожие документы
Еще в разделе: (Показать все результаты (>1569) - www.sai.msu.su/ )

8. API Help
Package . Class . ... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ... These links take you to the next or previous class, interface, package, or related page. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/docs/help-doc.html -- 9.3 Кб -- 16.05.2008
Похожие документы

9. WCS(3)
WCS - Reference counted C++ wrapper class for managing World Coordinates . include WCS .h class WCSRep; class SAOWCS : public WCSRep {...}; class WCS { ... public: WCS (); WCS ( const WCS ); WCS (WCSRep* rep); ~ WCS (); WCS operator=( const WCS ); int isWcs() const ; int pixWidth() const ; int pixHeight() const ; double dist( double ra0, double dec0, double ra1, double dec1) ... WCS() WCS(WCSRep* rep) The default constructor creates a null WCS object. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/astrotcl/astrotcl.18.html -- 8.1 Кб -- 11.09.1998
Похожие документы
Еще в разделе: (Показать все результаты (>1994) - www.sao.ru/ )

10. DUST: Dust::RadField Class Reference
... Classes . ... Dust :: RadField . ... List of all members. virtual . ... virtual double . ... Edens (void) . ... Edens (double elow_J, double ehigh_J) . ... Class represtation of a radiation field, in terms of u_E. Dust::RadField::~RadField . ... virtual double Dust::RadField::operator() . ... The Specific Energy density. ... double Dust::RadField::Edens . ... Returns the specific energy by integrating the differential energy density between the cutlow and cuthigh limits. double Dust::RadField::Edens...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1RadField.html -- 9.2 Кб -- 11.07.2008
Похожие документы

11. Appendix D: The grammar of CSS2
... D.1 Grammar . ... D.3 Comparison of tokenization in CSS2 and CSS1 . This appendix is normative. ... STRING ] S* ]? ']' ; pseudo : ':' [ IDENT | ... LENGTH S* | ... return CDC;} ~= { return INCLUDES;} |= { return DASHMATCH;} { string } { return STRING ;} { ident } { return IDENT ;} # {name} { return HASH;} @import { return IMPORT_SYM;} @page { return PAGE_SYM;} @media { return MEDIA_SYM;} @font-face { return FONT_FACE_SYM;} @charset { return CHARSET_SYM;} @ { ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/grammar.html -- 10.3 Кб -- 12.05.1998
Похожие документы

12. The XPA Message Bus (xpamb)
The xpamb program can act as a "classical" message bus interface between clients and servers. A client can send a data request to the message bus, which then interfaces with multiple servers and returns the data back to the client. ... For example, if the -info switch is used: xpaget xpamb -info foo then the info about that stored data buffer will be returned. If the -data is used with a specific name: xpaget xpamb -data foo then the stored data itself will be returned. ... data [name] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpamb.html -- 7.8 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы

13. http://www.naic.edu/~tghosh/software/parcheck.pro
Viewing contents of file '/net/www/deutsch/idl/idllib/ghrs/pro/ parcheck .pro' ;********************************************************************* ;+ ; ;*name: ; parcheck (general idl library 01) 30-mar-1987 ; ;*class: ; error checking ; ;*category: ; ;*purpose: ; to check that a procedure has been called with the minimum of allowed ; number of parameters . ; ;*calling sequence: ; parcheck , nparm , minparms , callingpro ; ;* parameters : ; ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/parcheck.pro -- 4.4 Кб -- 24.01.2003
Похожие документы

14. comedi_trigger
. Comedi Documentation . Prev . Next . comedi_trigger -- perform streaming input/output (deprecated) . #include <comedilib.h> . int comedi_trigger (comedi_t * device, comedi_trig * trig); . deprecated . The function comedi_trigger() instructs Comedi to perform the command specified by the trigger structure trig. The return value depends on the particular trig being issued. If there is an error, -1 is returned. Prev . Home . Next . comedi_set_buffer_size . Up . comedi_do_insnlist
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-trigger.html -- 3.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-trigger.html -- 3.9 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-trigger.html -- 3.9 Кб -- 02.10.2012
Похожие документы

15. Proposal change classes
... XMM-Newton SOC Home Page Conferences & Meetings . ... Data Analysis SAS News What is SAS? How to use SAS SAS Workshops SAS Version Changes Download and Install SAS Science Simulator (SciSim) . ... EPIC cameras optical loading . ... The PI is invited to cross-check the expected X-ray flux from the target source (and from any other potentially bright source in the target field of view), or to provide the SOC with her/his own estimate, if not originally specified in the proposal. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/external/xmm_sched/indications.shtml -- 17.1 Кб -- 09.04.2016
Похожие документы

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

17. Dnepr successfully returns to flight
... ISC Kosmotras . ... Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... Being the 8th commercial launch for Dnepr, this is also its first 'return to flight' mission since the failure encountered on July 27, 2006 during liftoff from Baikonur. In parallel with the successful completion of its first launch campaign in 2007, ISC Kosmotras continues preparations for the next two Dnepr launch missions scheduled to fly from Baikonur and Yasny launch bases. ... Dnepr Program . ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/news/23/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>95) - www.kosmotras.ru/ )

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

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

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


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

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

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