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

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

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

1. http://www.atnf.csiro.au/computing/software/gipsy/sub/gdsinp.dc2
Function: GDSINP Purpose: GDSINP prompts the user to enter the name of a set and the subsets, and returns the number of subsets entered. ... If defaults are allowed and used by user, and SET is on input blank, then GDSINP returns 0 for the number of subsets. ... KEYWORD Keyword prompts the user for set and subset(s). ... If on input CLASSDIM is zero then the user is free to determine the number of axes of the subsets for class 1 and the number of axes outside the subset for class 2 applications. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/gdsinp.dc2 -- 6.2 Кб -- 21.07.2000
Похожие документы

2. CSPICE Routines: ISORDV_C
... Abstract Determine whether an array of n items contains the integers 0 through n-1. ... The function returns SPICETRUE if the array contains the integers 0 through n-1, otherwise it returns SPICEFALSE. ... Often this will be an array that is a candidate order vector to be passed to a routine for re-ordering some parallel array. n is the number of elements in array. Detailed_Output The function returns SPICETRUE if the array contains the integers 1 through n. Otherwise it returns SPICEFALSE. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/isordv_c.html -- 6.5 Кб -- 17.12.2005
Похожие документы

3. Doug Burke's Perl/S-Lang pages: Array examples
... Using sl_array . Array information . ... Inline::SLang . Doug's Home Page . ... Since the support for arrays in S-Lang and Perl do not match, the conversion of array values between the two languages is not entirely seemless, as shown in the examples below. ... The third option is to use a Perl Array_Type object to store the data; the Array_Type class is part of Inline::SLang and is as inefficient as using an array reference but does retain knowledge about the array size and type. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_array.html -- 11.6 Кб -- 02.10.2012
Похожие документы

4. Input Files
... A FITS dataset containing a 2-dimensional image array in the primary extension. The datatype of the image may be 8-bit integer, 16-bit integer, 32-bit integer, 32-bit real or 64-bit real. A FITS dataset containing a list of image positions in the form of a binary table extension. The position values must be in image pixel coordinates but may be real-valued: in this case the pixel indices are generated by calculating the nearest integer values. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/imsample/node4.html -- 3.8 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>9745) - xmm.vilspa.esa.es/ )

5. Use of arrays and array sections
The English word "array" is translated into Swedish as "f lt" which is retranslated into English as "field". We may therefore perhaps use the word field either by mistake or as a suitable name of a specific array. A new feature of Fortran 90 is that you can work directly with a whole array or an array section without explicit (or implicit) DO -loops. ... An array is defined to have a shape given by its number of dimensions (called " rank ") and the extent for each one of these. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c11.html -- 5.4 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c11.html -- 5.4 Кб -- 10.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>1707) - crydee.sai.msu.ru/ )

6. FloatPolygon (ImageJ API)
... Class . ... SUMMARY: NESTED | FIELD | ... METHOD . DETAIL: FIELD | ... java.lang.Object ij.process.FloatPolygon . public class FloatPolygon . ... Used by the Roi classes to return float coordinate arrays and to determine if a point is inside or outside of spline fitted selections. ... float[] . ... Field Detail public int npoints . ... Constructor Detail public FloatPolygon (float[] xpoints, float[] ypoints, int npoints) . ... Method Detail public boolean contains (float x, float y) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/FloatPolygon.html -- 13.1 Кб -- 02.12.2010
Похожие документы

7. http://www.sai.msu.su/~megera/postgres/gist/intarray/README.intarray
This is an implementation of RD-tree data structure using GiST interface of PostgreSQL. ... desc') - sort intarray test =# select sort ('{1,2,3}':: int [],'desc'); sort --------- {3,2,1} (1 row) int [] sort ( int []) - sort in ascending order int [] sort _asc( int []), sort _desc( int []) - shortcuts for sort int [] uniq( int []) - returns unique elements test =# select uniq( sort ('{1,2,3,2,1}':: int [])); uniq --------- {1,2,3} (1 row) int idx( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/intarray/README.intarray -- 6.8 Кб -- 19.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1363) - www.sai.msu.su/ )

8. HTML Math
Permitted Context: %math . ... This is represented in HTML math by: <array> <row><item>a_11_<item>a_12_<item> <item>a_1n_ <row><item> <item> <item> <item> <row><item>a_n1_<item>a_n2_<item> <item>a_nn_ </array> . ... This is represented by: <array coldef="C+C+C+C=C"> <row><item>a_11_x_1_<item>a_12_x_2_<item> <item>a_1n_x_n_<item>b_1_ <row><item>a_21_x_1_<item>a_22_x_2_<item> <item>a_2n_x_n_<item>b_2_ <row><item colspan=5> <row><item>a_n1_x_1_<item>a_n2_x_2_<item> <item>a_nn_x_n_<item>b_n_ </array> . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/arrays.html -- 5.7 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>169) - comet.sai.msu.ru/ )

9. Organization of data
... The data inside CHAMELEON is organized in tables (e.g. ScanTable), structures (e.g. GenConfig), arrays of structures (e.g. scans), and plain arrays (e.g. VisSq). ... RawData: unaveraged, typically 2 ms integrations, flat arrays (bin counts, laser positions, quad cell counts) . ... ScanData: scan averaged data ( scans, bgscans ), output from CHAMELEON, as well as data used in AMOEBA, velocities (spectrosopy) , positions (relative astrometry), magnitudes (photometry), arrays of structures . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node216.html -- 6.8 Кб -- 28.04.2015
Похожие документы

10. OptInt PmWiki : PmWiki / I18n Variables
OptInt PmWiki : Pm Wiki / I18n Variables . ... This page describes the variables used by PmWiki for Internationalizations (i18n). ... An array which contains the PageNames where you can find lists (trails) of pages containing variable definitions. ... An array (hash) which contains pairs of language identifiers and translation hashes. ... Thus, it is essentially a multi-lingual dictionary used for phrase translation. ... An array that contains the names of the currently active language definitions. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/I18nVariables?action=print -- 10.1 Кб -- 01.03.2014
Похожие документы

11. Culgoora catalog
... O.B Slee , Australia Telescope National Facility, CSIRO, Sydney bslee@atnf.csiro.au ----------------------------------------------------- ... ----------------------------------- 1- 8 A8 --- Name IAU name 9 A1 --- nFlag Flagged '*' or '#' 11- 12 I2 h RAh Right Ascension B1950 (hours) 14- 15 I2 min RAm Right Ascension B1950 (minutes) 17- 20 F4.1 s RAs Right Ascension B1950 (seconds) 22 A1 --- DE- Declination B1950 (sign) 23- 24 I2 deg DEd Declination ... Dulk, G.A. Slee, O.B. 1972, Aust. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/doc/CUL80_160.html -- 10.2 Кб -- 18.03.2015
Похожие документы

12. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm
... These objects are predefined JavaScript objects that you access through the mimeTypes array of the navigator or Plugin object: navigator.mimeTypes[ index ] where index is either an integer representing a MIME type supported by the client or a string containing the type of a MimeType object (from the MimeType.type property). ... Property . ... The Plugin object for the plug-in that is configured for the specified MIME type If the MIME type does not have a plug-in configured, enabledPlugin is null. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm -- 16.8 Кб -- 07.10.1999
Похожие документы

13. arxiv:0709.2048 Cherenkov Telescope Array - Научная панорама
... Научная панорама ? arxiv:0709.2048 Cherenkov Telescope Array . ... arxiv:0709.2048 Cherenkov Telescope Array: следующее поколение наземных гамма-обсерваторий (Cherenkov Telescope Array: The next-generation ground-based gamma-ray observatory) . ... Прочитать про это можно в статье, а можно на сайте проекта <A HREF=" http://www.mpi-hd.mpg.de/hfm/CTA/ ">CTA</A> (Cherenkov Telescope Array). http://xray.sai.msu.ru/~polar/sci_rev/168.html#arxiv/0709.2048 . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,30966.0.html -- 41.2 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>147) - www.astronomy.ru/ )

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

15. byu phased array feed.
... When feed is rotated over the tertiary: . ... z is toward the tertiary from the focus position . ... angle : Center of rotation is about the optical axis. range 0 to 360 degrees (minus a few degrees for the limits) . ... CW when sitting on the tertiary looking up at the dipoles. radius : moves in the x,y plane along the direction that the angle currently points . ... Dipole positions : . ... D1 is at the center of the dipole array. processing: x101/projects/byuPhAr/idl/doplotoff.pro . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/byuPhasedAr/coordinate_systems.html -- 4.9 Кб -- 26.06.2010
Похожие документы

16. Астронет > Очень большой массив радиотелескопов
... Астронет | ... Очень большой массив радиотелескопов . ... Авторы и права: VLA , NRAO Пояснение: Самый фотогеничный в мире массив радиотелескопов является в то же время и одним из самых продуктивных. Очень большой массив (Very Large Array - VLA) состоит из 27 радиотелескопов , каждый из которых сравним по размерам с домом и может передвигаться по рельсам. ... Публикации с ключевыми словами: VLA - radiotelescope - Радиотелескоп . Публикации со словами: VLA - radiotelescope - Радиотелескоп . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/msg/1177136 -- 23.8 Кб -- 28.05.2002
Похожие документы

17. Arrays and Strings
... Single and Multi-dimensional Arrays . Strings . ... BEWARE: In C Array subscripts start at 0 and end one less than the array size. ... In C Strings are defined as arrays of characters. ... char name[50]; C has no string handling facilities built in and so the following are all illegal : . ... In order to allow variable length strings the 0 character is used to indicate the end of a string. ... Write a C program to read through an array of any type. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
Похожие документы

18. SphericalTexturedPolygon Class Reference
... SphericalTexturedPolygon (const QVector< QVector< TextureVertex > > &contours) . ... SphericalTexturedPolygon (const QVector< TextureVertex > &contour) . Constructor from one contour. virtual StelVertexArray љ . ... setContours (const QVector< QVector< TextureVertex > > &contours) . ... setContour (const QVector< TextureVertex > &contour) . ... const QVector< QVector< TextureVertex > > &љ . ... Constructor from one contour. virtual StelVertexArray SphericalTexturedPolygon::getFillVertexArray . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSphericalTexturedPolygon.html -- 15.4 Кб -- 02.10.2012
Похожие документы

19. A Generic Data Exchange Scheme Between FITS Format and C Structures
... A flexible and efficient scheme allowing arbitrary FITS Binary and ASCII Tables to be converted to arbitrary C structures at run-time is presented. ... We have developed a versatile scheme that allows data transfer between FITS Tables and C data structures. This generic scheme uses two supporting structures: a TBLCOL to contain an arbitrary FITS Binary or ASCII Table (or both), and a translation table that maps TBLCOL to a user-specified C structure. ... Figure: TBLCOL Format Components. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/pengw.html -- 12.5 Кб -- 03.11.2000
Похожие документы

20. lsst.tcc: Class Hierarchy
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Classes . ... ClassљHierarchy . ... std::tr1::array< AxisErrEnum, NAxes > . std::tr1::array< AxisStateEnum, NAxes > . std::tr1::array< bool, NAxes > . std::tr1::array< coordConv::PVT, 2 > . std::tr1::array< coordConv::PVT, NAxes > . std::tr1::array< double, 2 > . ... std::tr1::array< double, NAxes > . std::tr1::array< int, NAxes > . ... tcc.axis.axisDevice.AxisStatus . ... Wrapper for a fixed-length array of values, all of the same type . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/hierarchy.html -- 57.6 Кб -- 14.09.2015
Похожие документы

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


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

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

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