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

1 | 2 | 3 | 4 | 5 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/shared_skies/archive/select/planets/saturn/20061116/saturn_green_w20061116.txt.

1. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

2. Examples of creating files
. To create a file with the cat command: cat > memo remember to make appointment at opticians get cost of scheduled flight to Athens Ctrl-d . This creates a file called memo in the current directory containing two lines of text. To create a file with the echo command: echo use an editor for large files > tips . This creates a file called tips in the current directory containing a single line of text.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/create.html -- 2.2 Кб -- 17.01.1997
Похожие документы

3. *tprint* - Reading a Table File Created by imcnts
... Table files like the ones created in the section on imcnts can be displayed, printed and manipulated using the tasks contained in the stsdas.ttools package. ... sp> tables # Load the relevant package ta> tprint rp90_cnt prpar=yes # .tab extension assumed # the hidden parameter prpar is set to display the header # as well as the data ta> tprint rp90_cnt # Displays only the data info ta> tprint rp90_cnt prdata- prpar+ # Displays only the header info ta> tprint rp90_cnt prparam=yes | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node99.html -- 4.6 Кб -- 01.10.2012
Похожие документы

4. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы

5. http://www.astro.louisville.edu/shared_skies/archive/select/messier/m67/20110406/tmp/m67_4s_12800iso_1302145416.axy
SIMPLE = T / file does conform to FITS standard BITPIX = 8 / number of bits per data pixel NAXIS = 0 / number of data axes EXTEND = T / FITS dataset may contain extensions COMMENT FITS (Flexible Image Transport System) format is defined in 'AstronomyCOMMENT and Astrophysics', volume 376, page 359; bibcode: 2001A .. ... IMAGEW = 4256 / image width IMAGEH = 2832 / image height ANRUN = T / Solve this field! ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/shared_skies/archive/select/messier/m67/20110406/tmp/m67_4s_12800iso_1302145416.axy -- 12.2 Кб -- 09.04.2011
Похожие документы

6. Creating a swap space
Next: Using a swap space Up: Memory Management Previous: What is virtual memory? A swap file is an ordinary file; it is in no way special to the kernel. ... After you have created a swap file or a swap partition, you need to write a signature to its beginning; this contains some administrative information and is used by the kernel. ... Note that the swap space is still not in use yet: it exists, but the kernel does not use it to provide virtual memory. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node61.html -- 6.5 Кб -- 04.05.1997
Похожие документы

7. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>428) - lnfm1.sai.msu.ru/ )

8. Колготки для кукол Zapf Creation Baby Annabell 2 пары 792-261 в ассортименте -
... Бренд: Zapf Creation, Тип: Колготки для кукол . Аксессуары для кукол . ... Пособие содержит темы, подготовленные на основе базовой учебной программы по дисциплине "Банковский маркетинг". ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5800.html -- 18.8 Кб -- 14.02.2016
Похожие документы

9. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы

10. http://www.sao.ru/hq/zhe/DBMS/testdb.sql
Создание тестовой базы данных Kafedra BEGIN; DROP TABLE lectures; DROP TABLE students; DROP TABLE semestrs ; DROP TABLE courses ; DROP TABLE balls; COMMIT; */ BEGIN; /* Лекторы */ CREATE TABLE lectures ( id_lect INTEGER PRIMARY KEY, surname VARCHAR (50) NOT NULL , name VARCHAR (20) NOT NULL , patronim VARCHAR (50) NOT NULL , phone VARCHAR (20) NOT NULL , mail VARCHAR (20) NOT ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/zhe/DBMS/testdb.sql -- 5.4 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/zhe/DBMS/testdb.sql -- 5.4 Кб -- 24.02.2010
Похожие документы

11. http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_postgres_schema.sql
phpBB2 - attach_mod schema - Postgresql $Id: attach_postgres_schema.sql,v 1.3 2003/03/09 02:21:03 acydburn Exp $ */ /* Create auto_increment values */ CREATE SEQUENCE phpbb_extensions_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; CREATE SEQUENCE phpbb_forbidden_extensions_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; CREATE SEQUENCE phpbb_extension_groups_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_postgres_schema.sql -- 6.0 Кб -- 19.01.2013
Похожие документы

12. Manual Page: htpasswd - Apache HTTP Server
NAME htpasswd - Create and update user authentication files SYNOPSIS htpasswd [ - c ] [ - m | ... p ] passwdfile username password htpasswd - n [ - m | ... p ] username password DESCRIPTION htpasswd is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users. ... Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by htpasswd. ... The user is prompted for the password. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/htpasswd.html -- 9.8 Кб -- 20.06.2002
Похожие документы

13. Irina Glushneva
... The main field of my investigations is stellar spectrophotometry. As a result of scientific activity of our group spectrophotometric catalog was created including energy distribution data on 900 stars in the range 3200-7600AA and 250 stars in the range 6000-10800AA (Voloshina et al., Spectrophotometry of Bright Stars, ed. I.N.Glushneva, 1982, Moscow, Nauka, in Russian). ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/glush.html -- 2.6 Кб -- 20.07.2009
Похожие документы
Еще в разделе: (Показать все результаты (>21) - uranus.sai.msu.ru/ )

14. Dunk Proceedings - 2dF QSO Redshift Survey (Creation and Objectives)
. Other Relevant Plots . Map of survey sky coverage also showing locations of all previously known QSOs. Plot showing our QSO candidate selection . The final photometric catalogue of UBR selected QSO candidates. | Front page | . | << - Talk Overview | Survey status - >> | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Papers/Dunk/objectives.html -- 3.0 Кб -- 24.09.1999
Похожие документы
Еще в разделе: (Показать все результаты (>9) - www.2dfquasar.org/ )

15. The Dragons of Armagh Planetarium | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... By admin April 29, 2013 Posted in: Armagh Planetarium . The Dragons of Azrael is the brainchild of Martin Ryan from D-Signs and Displays Ltd.€а Based in Coalisland, the company are unique, creative and forward thinking. €аThey design and manufacture a wide range of visual displays for the sign, display, exhibition, theatre and film industries. ... Image credit: Sinead McNicholl) . ... Image credit: Armagh Planetarium) . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/dragons-of-armagh.html -- 67.7 Кб -- 09.04.2016
Похожие документы

16. q3c [SAI Virtual Observatory - Wiki]
Trace: q3c . start : q3c . ... SAI VO Projects . ... Help on Wiki search . ... dropdb q3ctest createdb q3ctest psql q3ctest /usr/local/pgsql/share/contrib/ q3c .sql psql q3ctest /usr/local/pgsql/share/contrib/pg_sphere.sql \timing on DROP TABLE running_ q3c ; DROP TABLE running_pgsphere; CREATE TABLE running_ q3c (id INT, ra FLOAT, dec FLOAT); CREATE INDEX running_ q3c _idx ON running_ q3c ( q3c _ang2ipix(ra, dec)); CREATE ... SAI VO | ... SAI MSU | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/q3c -- 14.4 Кб -- 09.04.2016
Похожие документы

17. Комментарии к ключам заголовков файлов формата FITS
... ACQMODE Acquisition mode AIRMASS Air mass for current object observation BIASSEC OVERSCAN AREA BITPIX Number of bits per data pixel BSCALE Default scaling factor: REAL = TAPE*BSCALE + BZERO BZERO Offset data range to that of unsigned short CALIB Calibration CCD-TEMP CCD temperature at start of exposure in C COMMENT Comment text DATATYPE Data type DATE File creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS YYYY-MM-DD observation start date, UT DEC OBJECT DEC, deg:arcmin ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/AZT22/RUS/fitshead.htm -- 7.1 Кб -- 18.02.2004
Похожие документы

18. StelTexture::StelTextureParams Struct Reference
... StelTexture . StelTextureParams . ... Contains the parameters defining how a texture is created. ... StelTextureParams (bool qgenerateMipmaps=false, GLint afiltering=GL_LINEAR, GLint awrapMode=GL_CLAMP_TO_EDGE) . ... Define the scaling filter to use. Must be one of GL_NEAREST or GL_LINEAR. ... GLint StelTexture::StelTextureParams::filtering . ... Must be one of GL_NEAREST or GL_LINEAR. bool StelTexture::StelTextureParams::generateMipmaps . ... GLint StelTexture::StelTextureParams::wrapMode . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structStelTexture_1_1StelTextureParams.html -- 7.3 Кб -- 02.10.2012
Похожие документы

19. http://selena.sai.msu.ru/Laz/Publications/7_Automated%20creation%20of%20the%20lunar%20hypsometric%20map%20techniques%20of%20compiling.pdf
AUTOMATED CREATION OF THE LUNAR HYPSOMETRIC MAP: TECHNIQUES OF COMPILING. ... And the second one is the database, obtained from the raster images of the Lunar Subpolar regions (higher than latitude ±60°) where brightness of each pixel depends on its height [1]. ... Due to these reasons it was necessary to develop the special 10-stage methodology of data processing and map compiling. ... The height data were obtained and the lunar hypsometric map was created according to the 10-stage methodology. ...
[ Текст ]  Ссылки http://selena.sai.msu.ru/Laz/Publications/7_Automated%20creation%20of%20the%20lunar%20hypsometric%20map%20techniques%20of%20compiling.pdf -- 325.8 Кб -- 26.02.2009
Похожие документы

20. MILLIMETRON
... The project assumes creation of an international space observatory - the interferometer "Earth - Space - Space" in order to perform of astronomical investigations in millimeter, submillimeter and infrared regions with extremely high sensitivity (to a few nanoJanskies units of flux density in continuum spectrum) and extremely high angular resolution (to a parts of microsecond of arc or, possibly, nanosecond). ... radio-interferometric channels of the system "Space - Space", region 0.2 - 3 mm; . ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/submillimetron/mm/default.htm -- 10.5 Кб -- 05.04.1999
Похожие документы

1 | 2 | 3 | 4 | 5 | След.


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

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

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