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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.adass.org/adass/proceedings/adass96/reprints/stobiee.pdf.

1. The FITS List Calculator and Bulk Data Processor
... Up: FITS-Flexible Image Transport System . ... The FITS List Calculator and Bulk Data Processor (FLC) is an IDL program with a graphical user interface developed for processing large groups of Near Infrared Camera and Multi-Object Spectrometer (NICMOS) test data efficiently. ... Figure 1 shows the data structures used to hold lists and images. ... The IDL structures for images are similar to the structures for lists except that the image headers and image data arrays are kept in the structure. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/stobiee.html -- 11.1 Кб -- 23.06.1998
Похожие документы
Еще в разделе: (Показать все результаты (>1760) - www.adass.org/ )

2. Optical Interferometer Script Data Reduction Version 8 for IDL
... support for other interferometers . ... The data selection widget . Flagging data . ... Script library files . ... Introduction . ... Data files . ... Basic widget procedures . Load data . ... Auxilliary data . ... Data and auxilliary files . ... Open the data file . ... Open a data file . Access a data file . ... Accessing data files . ... Discussion of reduction issues . ... Astrometry data reduction . ... Optical path lengths . ... NPOI raw data files . ... NPOI raw packet data files . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/oyster.html -- 21.3 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>19205) - www.eso.org/ )

3. Python T3: Advanced topics in using PyFITS and arrays: Demo Script
... HST . Python T3: Advanced topics in using PyFITS and arrays: Demo Script . ... HST Overview . ... while not done: ... i +=1 ... prevgrid[:,:] = grid # just reuse arrays ... # new value is average of 4 neighboring values ... grid[1:-1,1:-1] = 0.25*( ... grid[:-2,1:-1] ... + grid[2:, 1:-1] ... + grid[1:-1,:-2] ... + grid[1:-1,2:]) ... grid[200:300,200:300] = 100... diffmax = abs(grid - prevgrid).max() ... print i, diffmax ... if diffmax multiply(im, 1, im) # use of optional output array Copyright | ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/Python/advanTopicsPyFITS_dScript.html -- 23.4 Кб -- 11.04.2016
Похожие документы

4. Organisational Structure of the ATNF Computing Facility
... ATNF Home . About ATNF . ... About ATNF overview . ... Australia Telescope Steering Committee . ... Australia Telescope User Committee . ... Facilities . ATNF facilities . ... Murchison Radio-astronomy Observatory . ... Parkes radio telescope . Australia Telescope Compact Array . Mopra radio telescope . ... Australia Telescope Online Archive (ATOA) . ... Accommodation & computing reservations . ... Parkes | ... Visiting Parkes radio telescope . ... Parkes radio telescope webcam . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/organisation.html -- 48.1 Кб -- 08.04.2016
Похожие документы

5. Stellarium: Extinction Class Reference
... Extinction Class Reference . ... voidљ . forward (const Vec3d *altAzPos, float *mag, const int num=1) const . ... forward (const Vec3f *altAzPos, float *mag, const int num=1) const . ... forward (const double *sinAlt, float *mag, const int num) const . ... forward (const float *sinAlt, float *mag, const int num) const . ... forward (const double *sinAlt, float *mag) const . ... forward (const float *sinAlt, float *mag) const . ... backward (const float *sinAlt, float *mag, const int num=1) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classExtinction.html -- 15.3 Кб -- 28.02.2014
Похожие документы

6. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы

7. http://www.naic.edu/~phil/notes/idlspcproc.html
... Display (spectra, total power). ... Using the data archive. ... entering cmds, editing cmd lines, input from files, batch, run. constants, variables,arrays, structures, operators, procedures, functions. programming in idl . ... A user would call arch_gettbl() to input the table (or a subset of it). corfindpat() can create subsets of the table. arch_getdata() or arch_getonoff() can be used to read in the spectra. ... input the data (spectra) for a subset of the archive table: arch_getdata () . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/notes/idlspcproc.html -- 19.4 Кб -- 28.01.2004
Похожие документы

8. http://hea-www.harvard.edu/PINTofALE/doc/synopsis.txt
function ADDRSP : add one response matrix to another procedure ADJUSTIE : adjust fit parameters to reflect imposed constraints function ALALOESS : lowess-like local polynomial smoothing procedure APEDANCE : remove or correct abundance factor in APED emissivities function ARITHTOGRAM : perform arithmetic ops on freq. distributions of lists function ARRAYEQ : checks whether two numerical arrays are equal function B11001001 : ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/doc/synopsis.txt -- 15.9 Кб -- 23.11.2015
Похожие документы

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

10. TUI:Scripts:Built In Scripts:Run_Commands
Run a set of commands, one at a time. ... If any command fails, the script aborts. You may save your commands to a file and retrieve them again later. The results of the commands do not show up in the Run_Commands window. ... A tui wait command: tui wait sec . ... Example: # sample commands that are safe to run tcc show status tui wait 0.3 tcc show time . ... The currently executing command is highlighted (and remains highlighted if the script aborts or is cancelled.) ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/BuiltInScripts/RunCommands.html -- 2.8 Кб -- 05.09.2014
Похожие документы

11. Structure of Tables
... Table data are arranged in columns and rows, and stored in MIDAS files with the extension .tbl . ... An item in a table is accessed by giving its column and row in addition to the table name. The row number can either be given as an absolute value (i.e. the sequence number) or indicated by the value in a previously defined reference column. ... A table can be always expanded in the sense that its number of columns and rows is automatically increased when the allocated space is exceeded. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node59.html -- 5.8 Кб -- 23.02.1996
Похожие документы

12. Executing a shell script
Before using a file as a shell script you must change its access permissions so that you have execute permission on the file, otherwise the error message Permission denied is displayed. ... To give yourself execute permission for the file containing the script use the command: chmod u+rwx filename . ... To give other users permission to read and execute but not alter the shell script use: chmod go+rx filename . ... Using the Bourne shell to interpret a shell script . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt1.2.html -- 2.7 Кб -- 17.01.1997
Похожие документы

13. casata: CASA Tools for Analysis Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The new document explaining how to get and run the code: Using casata (i.e., how to get it without revision control!) ... casata is a thin layer on top of CASA which implements commonly used procedures for analysis of data from aperture array telescopes at radio frequencies. ... One way to think of casata is as a CASA data reduction script but with an attempt at careful software engineering. ... Contributing to casata . ... casata: CASA Tools for Analysis . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/casata.html -- 12.2 Кб -- 04.04.2016
Похожие документы

14. Heliophysics, Internal structure and seismology
This home page belongs to small group of scientists working at . Sternberg Astronomical Institute which is a part of Moscow State University . ... Электронная библиотека научно-технической и художественной литературы (доступна только из ГАИШ) . ... Local staff . Dr. Edward Kononovich (konon -at- sai.msu.ru), Associate Professor . ... Dr. Sergey Ayukov (asv -at- sai.msu.ru), Research Fellow, Webmaster of the group . ... Joint seminar of Solar Studies Structure Group and Solar Photometry Group . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ -- 5.6 Кб -- 21.03.2012
Похожие документы
Еще в разделе: (Показать все результаты (>10179) - crydee.sai.msu.ru/ )

15. Array
... Array specifications may only appear in the body of dataset specifications. ... array array-dimensions name array-data-type label units optional-expression < ... array item specifications ... > . ... It has type string-expression (which may be a literal string). array-data-type specifies the data type of the array. ... The header part of the array specification array array-dimensions name array-data-type label units optional-expression must be placed onto a single line. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/deceit/node13.html -- 6.6 Кб -- 16.08.2005
Похожие документы
Еще в разделе: (Показать все результаты (>8709) - xmm.vilspa.esa.es/ )

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

17. Module mod_actions
This module provides for executing CGI scripts based on media type or request method. ... Source File: mod_actions.c . ... Action . ... Syntax: Action action-type cgi-script . ... Examples: # Requests for files of a particular type: Action image/gif /cgi-bin/images.cgi # Files of a particular file extension AddHandler my-file-type .xyz Action my-file-type /cgi-bin/program.cgi . ... This directive adds an action, which will activate cgi-script when a file is requested using the method of method . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_actions.html -- 7.1 Кб -- 03.10.2002
Похожие документы

18. IRE RAS Laboratory of Electromagnetism
. Institute of Radioengineering and Electronics of Russian Academy of Science . Laboratory of . Electromagnetism . Head: prof. Vadim A. Kaloshin, e-mail: vak@cplire.ru . Staff: 12 persons . Phone: (095)2034836, Fax: (095)2038414, E-mail: vak@cplire.ru .
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/EM&AntennasLab/index.html -- 3.4 Кб -- 27.01.2003
Похожие документы

19. S.P.Korolev RSC Energia - MARTIAN MISSION
... Engineering experiments aimed at testing and developing engineering solutions for a future interplanetary vehicle were a prominent activity during missions of Salyut and Mir space stations. ... In October 1998, cosmonauts placed on the outside surface of Mir space station some samples of film-type solar array, which constitutes a key element of the Martian vehicle, in order to study how they are affected by actual space environments. ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/english/energia/mars/works.html -- 22.2 Кб -- 02.10.2012
Похожие документы

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

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


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

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

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