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

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

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

1. CSPICE Routines: EKNSEG_C
... Abstract Return the number of segments in a specified EK. ... Brief_I/O Variable I/O Description -------- --- -------------------------------------------------- handle I EK file handle. The function returns the number of segments in the specified E-kernel. ... Particulars This routine is used to support the function of summarizing an EK file. ... Examples 1) Open an EK file and count the segments in it. ekopr_c ( ekname, &handle ); n = eknseg_c ( handle ); . ... Link to routine source . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/eknseg_c.html -- 5.0 Кб -- 17.12.2005
Похожие документы

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

3. casacore: casa::Primes Class Reference
... casa::Primes . ... Creates a reference table of prime numbers, and some functions. ... This function returns the closest integer larger than number from the table of primes. static uInt . ... If there is no entry in the table of primes which is larger than number, a zero is returned. static Block < uInt > casa::Primes::cachedPrimes . ... This function finds the next largest prime than number, returns that value and stores it in the table of primes. static uInt casa::Primes::smallestPrimeFactor . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Primes.html -- 27.5 Кб -- 14.02.2011
Похожие документы

4. Version, UI, and Status Information
... This chapter describes the functions that allow a plug-in to display a message on the status line, get agent information, and check on the current version of the Plug-in API and Communicator. ... Displaying a Status Line Message . ... The Communicator and Plug-in API major version numbers represent code release numbers, and their minor version numbers represent point release numbers. ... Differing version numbers may mean that the current Plug-in API and Communicator versions are incompatible. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/plugin/vrsn.htm -- 12.0 Кб -- 15.01.1997
Похожие документы

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

6. NPOI raw packet data files
Next: VOLVOX Up: COBRA Previous: Compound plot procedures Contents . A small number of procedures capable of directly accessing NPOI raw packet files. packetdir , file Function. Return packet directory for specified file. This is an array of structures, each one specifying file, day number, time, type, length, and offset in bytes from the beginning of the file for a packet. ... packetlist , YYYY-MMDD Open all raw packet files corresponding do embedded system date YYYY-MMDD. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node244.html -- 5.4 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>53963) - www.eso.org/ )

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

8. Stellarium: StarMgr Class Reference
... StarMgr Class Reference . ... Get the current color used to label bright stars. ... Get Epoch for maximum light for a variable star with a specified Hipparcos catalogue number. static int StarMgr::getGcvsMagnitudeFlag . ... Get the magnitude flag code for a variable star with a specified Hipparcos catalogue number. static float StarMgr::getGcvsMaxMagnitude . ... Get the minimum magnitude or amplitude for a variable star with a specified Hipparcos catalogue number. static int StarMgr::getGcvsMM . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStarMgr.html -- 63.2 Кб -- 28.02.2014
Похожие документы

9. Running processes as background jobs
To run a process in the background as a job and carry on working add an (ampersand) at the end of the command line. ... The shell forks a child process to run the command and displays the job number ( [ n ] ) and the PID (Process IDentifier) number. ... If the command is likely to produce error messages you will need to redirect standard error. ... Do not run an interactive command that requires you to type something at the terminal as a background job. ... You will then have to kill its process . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz2.html -- 2.7 Кб -- 17.01.1997
Похожие документы

10. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/number.htm
... Lets you work with numeric values. The Number object is an object wrapper for primitive numeric values. ... JavaScript 1.3: added toSource method . ... value . ... JavaScript 1.2: Number(x) now produces NaN rather than an error if x is a string that does not contain a well-formed numeric literal. ... The following example uses the Number object's properties to assign values to several numeric variables: biggestNum = Number.MAX_VALUE . ... ECMA-262 JavaScript prints the value Number.NaN as NaN . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/number.htm -- 28.7 Кб -- 07.10.1999
Похожие документы

11. getNum1stDssCompWithValue
... Returns the number of the first component which has a filter of the specified column or 'axis' name which passes the specified value. This searches only filters on single columns. ... Component numbers start from zero. subroutine getNum1stDssCompWithValue(dssPointer, axisName, axisValue& , firstCompNum) type(DssT), intent(in) :: dssPointer character(*), intent(in) :: axisName real(single), intent(in) :: axisValue integer, intent(out) :: firstCompNum end subroutine getNum1stDssCompWithValue . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node81.html -- 3.9 Кб -- 01.07.2008
Похожие документы

12. ATOMS by Number
... Position Switching Separation Tolerance with Arecibo in L-Band . ... Arecibo Elevation Wheel and Track Life . ... Carl Heiles . ... Dynamics of the Arecibo Radio Telescope . ... The Future: Ultra Wide Band Feeds and Focal Plane Arrays . ... 2002-03 (pdf) . ... 2002 May . ... 2001-09.pdf . ... Multi-Beam Array System Feed Selection . ... 2000-07.pdf . ... The LBW Feed: The Mueller matrix in 1999 and 2000 . ... P. Perillat . ... Feed Resonances in Wide L-Band Gregorian Feed . ... J. Cordes, J. Lazio ....
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/aotms/bynumber.shtml -- 22.6 Кб -- 27.02.2014
Похожие документы

13. Integer Functions, Random Number, String Conversion, Searching and Sorting:
... Arithmetic Functions . Random Numbers . String Conversion . Searching and Sorting . ... There are 4 basic integer functions: . int abs(int number); long int labs(long int number); div_t div(int numerator,int denominator); ldiv_t ldiv(long int numerator, long int denominator); . ... In practice no functions produce truly random data -- they produce pseudo-random numbers. ... The stdlib.h provides 2 useful functions to perform general searching and sorting of data on any type. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1135) - jet.sao.ru/ )

14. Getting Common Information About Access Points
There are various kinds of generic information you can retrieve about an XPA access point by using the xpaget command. ... Each XPA access point supports a number of reserved sub-commands that provide access to different kinds of information, e.g. the access control for that access point. ... acl get (set) the access control list [options: host type acl, for set] . ... This access point is available only on the server machine. -env get (set) an environment variable [options: name (value, for set)] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/info.html -- 7.9 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы

15. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 Кб -- 13.04.2008
Похожие документы
Еще в разделе: (Показать все результаты (>1871) - www.sai.msu.su/ )

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

17. OptInt PmWiki : PmWiki / Page Directives
OptInt PmWiki : Pm Wiki / Page Directives . ... attachlist NAME:) shows a list of attachments of the group or page NAME. (:attachlist ext=xxx:) specifies an extension for filtering by type of file. (:attachlist *:) shows the uploads directory and permits browsing of all uploaded files by directory ( will not work if $EnableDirectDownload is set to 0 ). (:description text:) . ... If supported by the skin , each of these turns off the corresponding portion of the page. (:redirect PageName:) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageDirectives?action=print -- 17.9 Кб -- 01.03.2014
Похожие документы

18. http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz
... IRAF Multiple Extensions FITS (MEF) Files Interface Nelson Zarate National Optical Astronomy Observatories Tucson, AZ 85719 (zarate@noao.edu) Abstract. ... If there are no values to match then `extver' should be INDEFL. 3.2. mef rdhdr gn (mef,group) Read extension number `group'. ... The header should have been read by now. mefo The output file MEF pointer returned by mef open. 4.2. mef copy extn (mefi, mefo, group) Copy a FITS extension given by its number `group' into an output file. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz -- 76.0 Кб -- 12.06.2006
Похожие документы

19. http://xray.sai.msu.ru/~polar/xmgr/status.html
The Status popup displays useful information about the state of sets, regions, and graphs. ... When the number of sets is less than 30, this button is not needed, use the scroll bars to view the status of the sets that are not shown in the display. ... Operations in the Status popup are performed by clicking on the operation, then clicking on one or more set numbers shown in the display. ... Clicking on Copy followed by clicking on a set number in the scrolled window will select the set to copy from. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/xmgr/status.html -- 7.4 Кб -- 25.08.1997
Похожие документы

20. Search by subdirectory on archive XFree86/OS2
Search engine provided by WebGlimpse . String to search for: . ... Return only files modified within the last days. Maximum number of files returned: 10 50 100 1000 . Maximum number of matches per file returned: 10 30 50 500 . Maximum number of characters output per file: . ... sorted by author . sorted by date . sorted by subject . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/xf86search.html -- 3.4 Кб -- 23.10.2000
Похожие документы

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


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

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

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