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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~cima/cima_data_taking_modes.html.

21. Notes on Low-Pass Filter Coefficients
... The file lpf_coefficients.txt , which is created automatically as part of the filter generator's output, contains the actual values of the low-pass filter coefficients. ... The file contains a few comments about the filter in lines beginning with a "#". ... In the hardware, the gain of the filter is scaled by the "gain" comment at the beginning of the file (about 1.05) to accommodate for the window function and the truncated sin(x)/x to give a mean gain of 1.0 for the filter. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/alfa/galfa/docs/galspect/signalproc/lpfcoefficients.html -- 8.3 Кб -- 04.10.2004
Похожие документы

22. http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz
... GUI­fying and Documenting your Shell Script Peter. ... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... Tcl/Tk: TkRun The GUI that is created will provide a simple interface to a program that is spawned by the GUI. ... Sample Script: testscript Here is an example header from a C­shell script with which Figure 1 was made. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz -- 105.9 Кб -- 12.06.2006
Похожие документы

23. A chocolate printer is being created in SSAU
... Pre-university education . ... Samara region . SSAU History . SSAU roadmap . ... Scientists of Samara State Aerospace University (SSAU) develop a unique 3D-printer for chocolate confectionery printing. 3D-printer for chocolate printing is being created in SSAU Centre for Robotic Complexes and Mechatronic Systems. ... Know-how of the scientists of Samara State Aerospace University in that they were developed unparalleled chocolate delivery and cooling systems in 3D-printer. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12072/ -- 26.4 Кб -- 21.12.2015
Похожие документы

24. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>434) - www.ipa.nw.ru/ )

25. http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/UsingExcel.pdf
... Make up at least 5 data points, each with an x value, a y value and an uncertainty in the y value. ... Right-click on the top of the column containing the x-data and drag your mouse to the bottom of the column to select it. ... You must first enter the Positive Error Value (the `up error bars') ­ click at top of the column of y error values and drag down to select all of the values (in the above screenshot the y error values are in the column labeled ). ... Let's try fitting a straight line. ...
[ Текст ]  Ссылки http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/UsingExcel.pdf -- 340.8 Кб -- 23.01.2013
Похожие документы
Еще в разделе: (Показать все результаты (>548) - www.mso.anu.edu.au/ )

26. TPM log files
... There are TPM log files for every night of the dark run except for the nights of 08 October and 14 October 1999. ... The figures below are plots of the MIG data with the y-axis in TPM MIG units (real MIG units*1000) and the x-axis in seconds since midnight. ... Figure: Plot of MIG values vs elapsed time from midnight 10 October 1999. ... Figure: Plot of MIG values vs elapsed time from midnight 08 October 1999.The plot starts recording data from 21:26:52.0 on that day. ... 11/24/1999 ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/mirror_report/node4.html -- 11.6 Кб -- 24.11.1999
Похожие документы

27. Meade Instruments Corporation - Pictor Manual Part 3
... Meade Instruments Corporation . ... Section 3: File Menu . ... Displays the dialog to open an existing image: . ... Saves the current image as a new file name or new file type, or both. ... This can be useful to prevent having 20 or more images open at once, and saves having to close them manually. ... This is done by creating a text file with the same name as the image file. ... Note that Image Information is saved within the FITS file, so there will not be a text file to accompany these files. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/manuals/pictor/pictor3.html -- 13.0 Кб -- 01.02.2006
Похожие документы

28. 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?do=register -- 14.5 Кб -- 09.04.2016
Похожие документы

29. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы

30. Home Page
... A rough estimation is that in the United States there is one planetarium per 100,000 population, ranging in size from the Hayden Planetarium's 20-meter dome seating 430 people, to three-meter inflatable portable domes where children sit on the floor. ... Together dblo associates make a huge impact in the architecture, interior design and development arena in London. ... With the holidays around the corner what better way to spoil your family than with your very own private home cinema. ...
[ Сохраненная копия ]  Ссылки http://www.armagh-planetarium.co.uk/ -- 13.2 Кб -- 14.03.2013
Похожие документы
Еще в разделе: (Показать все результаты (>2) - www.armagh-planetarium.co.uk/ )

31. http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_mysql_basic.sql
Attachment Mod # # $Id: attach_mysql_basic.sql,v 1.8 2003/08/30 15:47:39 acydburn Exp $ # # -- attachments_config create table phpbb_attachments_config ( config_name char(255), config_value char(255)); delete from phpbb_attachments_config ; INSERT INTO phpbb_attachments_config ( config_name , config_value ) VALUES ('upload_dir','files'); INSERT INTO phpbb_attachments_config ( config_name , config_value ) ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_mysql_basic.sql -- 9.3 Кб -- 19.01.2013
Похожие документы

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

33. Getting Started in Actor Prolog. 3D Web Site.
The first persistent Web agent that we have created on Actor Prolog is a program that collects information about research groups that develop Prolog and projects in the field of logic programming. The agent looks through a given list of Web sites and calculates some attributes of the sites: the date of recent modification, total size, the number of figures, the number of outside links, the number of error links, the number of given keywords, etc. ... http://www.cplire.ru/Lab144/space/prolog.html . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_3d.html -- 11.3 Кб -- 24.09.2007
Похожие документы

34. In The Beginning, God Created......prophecy - an Astronomy Net God Science
God Science Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... God and Science | ... In The Beginning, God Created......prophecy . ... I am beginning to believe that Genesis creation is about the creation of prophecy as much as it is a statement that God is the creator. ... So I ask, are you (anyone) willing to consider Gen 1 2 as stories of prophecy or are you determined that it is either about science or a literal 7-day creation? ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/god/messages/32316.shtml -- 14.2 Кб -- 09.04.2016
Похожие документы

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

36. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы

37. Corvus Capital - Andrew Regan CEOCorvus Capital | Corvus Capital Online
... Corvus Capital, along with its own capital, has the backing of a number of international funding partners. ... MyCloudtag App has launched in the Apple App Store Google Play store! App Fitness & Health . Andrew Regan lead a 10 man team on the first ever there-and-back crossing of the Antarctica. ... CloudTag is a London Listed Company focused on the Fitness and Wellbeing Market. AIM Fitness & Health . Sirius Petroleum is an Oil Gas Company listed on London's AIM. AIM Oil & Gas . ...
[ Сохраненная копия ]  Ссылки http://www.corvus.com/ -- 27.8 Кб -- 09.04.2016
Похожие документы

38. http://zebu.uoregon.edu/2004/es399/chitable.html
If the calculated chi-squared statistic exceeds a tabled value for the appropriate number of degrees of freedom, then observed values are significantly different from expected values at the confidence level indicated by p. For one degree of freedom: . p=0.05, 3.84; p=0.025, 5.02; p=0.01, 6.64; p=0.005, 7.88 . For two degrees of freedom: . ... For three degrees of freedom: . ... For four degrees of freedom: . ... For five degrees of freedom: . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/2004/es399/chitable.html -- 1.8 Кб -- 28.01.2002
Похожие документы

39. Activity Feed
... joel created the event <b>ASRAS Board members meeting - monday May 9 @ Farash Center</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday May 6 at Farash Center - Ionia NY</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday April 1 at RIT</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday Mar 4 at RIT</b> . ... 2 months ago . ... joel created the event <b>ASRAS General membership meeting - RIT - Friday FEB 5</b> . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/Activity-Feed/UserId/2 -- 42.1 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>245) - www.rochesterastronomy.org/ )

40. Stellarium: TuiNodeEnum Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ... TuiNodeEnum Class Reference . ... setValue (QString s) . TuiNodeEnum (const QString &text, QObject *receiver, const char *method, QStringList items, QString defValue, TuiNode *parent=NULL, TuiNode *prev=NULL) . ... virtual TuiNodeResponse љ . ... virtual QStringљ . ... TuiNodeEditable (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) . ... TuiNode (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTuiNodeEnum.html -- 20.0 Кб -- 28.02.2014
Похожие документы

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


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

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

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