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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/shared_skies/archive/select/messier/m27/20111029/log.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. 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
Похожие документы

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

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

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

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

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

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

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

11. 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/ )

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

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

14. Planet Aliens visit Armagh Planetarium | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Planets . ... Alien Life . ... Space Flight . ... Prof. Pinklepot and the Aliens (Image credit: D-Signs and Displays ) . ... A sing-song concludes our visit to Planet Alien and the time-machine begins to start up again.€а We make our way back to Planet Earth and Professor Pinklepot thanks us for coming on this massive journey with him.€а The images used during the fly through space are stunning and we get a real sense of moving through the Cosmos. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/planet-aliens-visit-armagh-planetarium.html -- 80.9 Кб -- 09.04.2016
Похожие документы

15. Комментарии к ключам заголовков файлов формата 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
Похожие документы

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

17. Astrophysical Research Consortium - Apache Point Observatory
... How do have my images go into a different directory? To put your images into a directory other than the standard /export/images you MUST create the directory from the dryrot prompt. ... Create the directory with the following command dryrot: mkdir /export/images/ your directory Now when you set up the directory in spicam you need to type spicam: path /export/images/ your directory This will now put the images into your directory. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/SPIcam/SPIcam_problems.html -- 4.9 Кб -- 07.03.2007
Похожие документы

18. Group for study of galaxies and cosmology, history
... History . ... The group for study of galaxies and cosmology has been created in April, 2011 and unified researchers from the laboratory of radio astrophysics (O.V.Verkhodanov, N.N.Bursov, N.V.Verkhodanova), the laboratory of antenna measurements (E.K.Maiorova) and researches from the radio astronomical sector (Yu.N.Parijskij, T.A.Semenova, V.A.Stolyarov) inside the laboratory of radio astrophysics by the order of the director of SAO according to the decision of the SAO Scientific coincil. ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/~vo/group/gr_histo_E.html -- 2.7 Кб -- 18.09.2011
Похожие документы

19. http://www.astro.louisville.edu/shared_skies/archive/select/dwarf_planets/pluto/20120530/astrometry/pluto_R_20120530_00149dfw.wcs
... IMAGEH = 4096 / Image height, in pixels. HISTORY Created by the Astrometry.net suite. HISTORY For more details, see http://astrometry.net . ... COMMENT -- blind solver parameters: -- COMMENT Index (0): / usr / local / astrometry / data / index -219.fits COMMENT Index (1): / usr / local / astrometry / data / index -218.fits COMMENT Index (2): / usr / local / astrometry / data / index -217.fits COMMENT Index (3): / usr / local / astrometry / data / index -216.fits COMMENT ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/shared_skies/archive/select/dwarf_planets/pluto/20120530/astrometry/pluto_R_20120530_00149dfw.wcs -- 15.1 Кб -- 03.06.2012
Похожие документы

20. http://www.astro-soc.odessa.ua/Program-2012.pdf
August, 2012, Odessa, Ukraine EVENTS: Monday, 20.08.2012 Arrival 09.00 ­ 22.00 Registration of participants 20.00 ­ 22.00 Evening session : Astronomical Society news (conference hall of ONU recreation center « Chernomorka ») Tuesday, 21.08.2012 06.03 09.00 09.30 10.45 12.45 13.00 14.30 16.00 16.30 18.00 19.00 19.57 21.00 06.04 09.30 11.00 11.30 13.00 14.30 16.00 16.30 18.30 20.00 19.56 ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ 13.00 10.45 12.45 ... 10 Section 3. ... 14.30 ­ 15.30 Section sessions ­ .. ...
[ Текст ]  Ссылки http://www.astro-soc.odessa.ua/Program-2012.pdf -- 462.4 Кб -- 23.07.2014
Похожие документы

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


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

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

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