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

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

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

1. casacore: casa::DFTServer< T > Class Template Reference
... Classes . ... casa . casa::DFTServer< T > . ... DFTServer ( Array < T > &, Array < T > &) . ... DFTServer (int, int, int) . ... void . ... n-d real <-> complex dft . ... int . ... template<class T> . ... void casa::DFTServer < T >::c2c . ... void casa::DFTServer < T >::crdft . ... void casa::DFTServer < T >::cxdft . ... void casa::DFTServer < T >::rcdft . ... void casa::DFTServer < T >::showComplex . ... void casa::DFTServer < T >::showReal . ... int casa::DFTServer < T >:: crFlag [private] . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1DFTServer.html -- 32.4 Кб -- 14.02.2011
Похожие документы

2. DUST: Dust::ThinShell Class Reference
... Classes . ... Dust :: ThinShell . ... ThinShell (double *energy, double *lum, double R , size_t n) . ThinShell (std::valarray< double > & energies , std::valarray< double > & speclum , double R ) . ... std::valarray< double > . energies . Array of energies at which the luminosity is known. std::valarray< double > . ... energy , . ... Energy array should be in units of Joules. ... References energies , and speclum . ... More precisely this is energy per unit volume per unit energy interval. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1ThinShell.html -- 11.0 Кб -- 11.07.2008
Похожие документы

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

4. Array Reallocation
... Module name: reallocate . ... This subroutine can be used to reallocate memory space for a pointer to an array, retaining any data already stored in the array. ... REAL(KIND=single), POINTER, DIMENSION(:) :: p REAL(KIND=double), POINTER, DIMENSION(:) :: p INTEGER(KIND=int8), POINTER, DIMENSION(:) :: p INTEGER(KIND=int16), POINTER, DIMENSION(:) :: p INTEGER(KIND=int32), POINTER, DIMENSION(:) :: p LOGICAL(KIND=bool), POINTER, DIMENSION(:) :: p CHARACTER(LEN=*), POINTER, DIMENSION(:) :: p . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/ssclib/node143.html -- 4.4 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>7377) - xmm.vilspa.esa.es/ )

5. http://www.stsci.edu/~mperrin/software/sources/gaussian2d.pro
... Values will ; be floating pt. (even if xi is double) unless the /DOUBLE keyword ; is set. ... HISTORY: ; 2005-May-06 Forked from gaussian .pro by Marshall Perrin ; ;- On_error,2 common gaussian , sigma if N_params() LT 2 then begin print,'Syntax - y = GAUSSIAN ( xi, parms ,[ pderiv , / DOUBLE ])' print,' parms [0] = maximum value (factor) of Gaussian ' print,' parms [1] = mean value (center) of Gaussian ' print,' parms [2] = standard deviation ( sigma ) of Gaussian ' print,' ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/sources/gaussian2d.pro -- 5.1 Кб -- 02.12.2005
Похожие документы

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

7. byu phased array feed.
... This was prior to the byu computer installation so an emulator program was run to respond to the commands to the byu computer. ... The sign of the offset specifies witch edge of the grid you start on. zaOffAmin < 0 starts at the za lower than the source, zaOffAmin > 0 starts at a strip with za greater than the source. stepAmin: The step size in za and cross el in great circle arc minutes. secsPnt : the time to sit on each point after the byu computer has acknowledged that it has started to take data...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/byuPhasedAr/testingThePattern.html -- 11.5 Кб -- 13.05.2010
Похожие документы

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

9. IRAF Image Arrays
Next: QPOE Files Up: IRAF/PROS Files Previous: IRAF/PROS Files . Image arrays ( e.g. dev$pix ) are the standard IRAF data files. ... imh file, stored in the current directory, contains only the header and a pointer to the associated .pix file. *.pix file, always stored in the image directory imdir (which the user specifies in the login.cl file), contains the data. ... A link used by IRAF to protect the first two files. ... IRAF can only access a *.pix file via the *.imh file which points to it. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node14.html -- 5.6 Кб -- 01.10.2012
Похожие документы

10. LX200 and LX600 Level/North Sensor Array
STEP INTO THE BLUE - MEADE INSTRUMENTS PRODUCT GUIDE . ... LX600 Series . ... LX200 Series . ... Superb optical performance coupled with time proven computerized pointing and tracking has made the LX200 ACF series a best-seller in the high-performance telescope class. ... Meade's revolutionary LS LightSwitchтДв series of telescopes use advanced technologies to do what no other consumer telescopes have done before: take all the hassle out of using a telescope. ... LX200/LX600 Level/North Sensor Array. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/lx200-lx600-level-north-sensor-array.html -- 83.6 Кб -- 10.04.2016
Похожие документы

11. Pointers
... Simple use of pointers . ... Allocation of arrays using pointers . ... REAL, TARGET :: B(10,10) REAL, POINTER :: A(:,:) A => B The matrix B has been specified completely, i.e. with the dimensions given explicitly. ... You have to be careful when you use pointers. ... REAL, TARGET :: MATRIX(100,100) REAL, POINTER :: WINDOW(:,:) INTEGER :: N1, N2, M1, M2 WINDOW => MATRIX(N1:M1, N2:M2) If you later wish to change a dimension of the partial matrix WINDOW you only need to make a new pointer association. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c12.html -- 10.7 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c12.html -- 10.7 Кб -- 17.02.1996
Похожие документы

12. Stellarium: StelQGLArrayVertexBufferBackend Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... StelQGLArrayVertexBufferBackend Class Reference . Base class for QGL-using vertex buffer backends based on separate attribute arrays. ... virtual voidљ . addVertex (const void *const vertexInPtr) . Add a new vertex to the buffer. ... voidљ . ... Specifications of vertex attributes that will be stored in the buffer. virtual void StelQGLArrayVertexBufferBackend::addVertex . ... virtual void StelQGLArrayVertexBufferBackend::clear . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelQGLArrayVertexBufferBackend.html -- 42.6 Кб -- 28.02.2014
Похожие документы

13. WorldOrImageCoords(3)
WorldOrImageCoords - class representing either world or image coordinates . include WorldOrImageCoords .h class WorldOrImageCoords { ... public: WorldOrImageCoords (); WorldOrImageCoords (WorldCoords wc); WorldOrImageCoords (ImageCoords ic); isNull() const ; void setNull(); friend ostream operator (ostream os, const WorldOrImageCoords pos ); void print(char* x_buf, char* y_buf, double equinox = 2000., int hmsFlag=1); void print(ostream os, double ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/astrotcl/astrotcl.1b.html -- 7.4 Кб -- 11.09.1998
Похожие документы

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

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

16. Average
Next: Astrometry Up: Quick Guide Previous: Reduce point data Contents . R EDUCE A VERAGE averages all the data currently contained in the point data arrays. The corresponding scans in the scans array (it will be automatically created when non-existent) will be updated. average will print out messages as to invalid (flagged) data encountered, and non-existing background scans. ... Christian Hummel 2015-04-28 ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node149.html -- 3.5 Кб -- 28.04.2015
Похожие документы

17. NRP: iota Her
. Back to the main page . The mode of NRP . sigma-T eff diagram . The position of the array of the dimensionless frequencies of LPV variations on the diagram sigma-T eff . The region of the non-radial pusations of SPB stars is shaded. Points mark the region of non-radial pulsations of the beta Cep stars. Diagram is taken from Balona Dziembowski, MNRAS, 309, 221-232 (1999) for MS stars with 1.5 < M/M o < 40, X=0.70, Z=0.02 for 0.05<sigma<6 . The optimal value of l =4-8 .
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/afk/HotStars/NRP/NRPiotaHer.htm -- 2.5 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>250) - www.astro.spbu.ru/ )

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

19. Instrumentation Links.
Infrared Detector Array Links . ... Control Software Links . Optics Links . Micro-Optics Links . ... Optical Materials Databases . ... Atmospheric Database Links . Linux Links . ... Rockwell Science Center home page. ... Santa Barbara Research Center home page. ... CCD-World home page. ... SDSU home page. ... EPICS home page. ... Optics Society of America . ... Linux on Laptops ( local site and US home page ). ... Instrumentation Links * Gemini Project Links * Other IR Instruments ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/instrumentation.shtml -- 19.4 Кб -- 01.10.2012
Похожие документы

20. IBIS - Flat Fielding
IBIS Data Analysis . ... IBIS . ... Flat Fielding - Introduction . The images obtained by IBIS will have intensity variations across the field of view that are not due to the solar image, but rather caused by instrumental effects that alter the observed intensity in each point of the field of view. ... IBIS Flat Fielding Techniques . ... Therefore, it is desirable to obtain the flat field measurements center on a point along the equator near the heliographic center of the solar disk. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/science/solare/IBIS/flat.fields.html -- 13.5 Кб -- 01.09.2003
Похожие документы

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


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

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

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