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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/ftp/software/tables/refdata/oke_data/README.

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

2. pdev_birdies_25jun07
... The fpga code has been modularized so that different signal processors can reuse the verilog code of the different modules. ... Module constants are normally defined in module/src/Makefiles.def . ... dlpf/ : Code for DLPF module. src: Makefile.defs, mkdlpf perl script, top.v . ... plinth : holds code that is not included in sp. src: verilog code for plinth as well as Makefile.defs. build: this directory has an .edn and .edf file but no Makefile? . ... dlpf: Makefile to build dlpf module for sp . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/fpga.html -- 25.5 Кб -- 06.02.2009
Похожие документы

3. VLBI Wiki | PmWiki / WikiGroup
... PmWiki . ... Go to new wiki . ... authors (basic) PmWiki pages are organized into groups of related pages. ... By default, page links are between pages of the same group; to create a link to a page in another group, add the name of the other group and a dot or slash to the page name. ... For example, to make a default page in the group Foo, create a link to [[Foo/]] (or [[Foo.] To make a page called Bar in the group Foo, create a link to [[Foo/Bar]] and follow the link to edit that page. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.WikiGroup -- 17.1 Кб -- 12.04.2016
Похожие документы

4. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

5. A prototype build system for CASA using SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... Introduction to SCons . I have designed a prototype implementation of a build system for CASA based on the SCons tool. ... This system is experimental and not the official way of building CASA. ... The main version of the code for this build system is contained in a bzr branch, together with the remainder of the CASA system. ... Build: . ... To debug the SCons build process: . ... A prototype build system for CASA using SCons . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casascons.html -- 16.6 Кб -- 04.04.2016
Похожие документы

6. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/applet.htm
... Includes a Java applet in a web page. Client-side object . ... It puts these objects in an array in the document.applets property. You access an Applet object by indexing this array. ... The author of an HTML page must permit an applet to access JavaScript by specifying the MAYSCRIPT attribute of the APPLET tag. ... For example, to allow the musicPicker.class applet access to JavaScript on your page, specify the following: <APPLET CODE="musicPicker.class" WIDTH=200 HEIGHT=35 . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/applet.htm -- 5.1 Кб -- 07.10.1999
Похожие документы

7. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

8. The /dev directory
Next: The /usr filesystem Up: The root filesystem Previous: The /etc directory . The /dev љ directory contains the special device files for all the devices. ... The device files are created during installation, and later with the /dev/MAKEDEV љ script. The /dev/MAKEDEV.local љ is a script written by the system administrator that creates local-only device files or links (i.e., those that are not part of the standard MAKEDEV љ , such as device files for some non-standard device driver). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node24.html -- 3.2 Кб -- 04.05.1997
Похожие документы

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

10. Region Names and Colors
SAOtng can associate names with region markers in order to aid users in remembering the significance of the region. ... By default, marker regions that you create in SAOtng are defined to be either "source" regions or "background" regions and are colored green and red, respectively. ... This type name is controlled by the "Set Type (and Color)" option in the marker menu (activated using the right mouse button within a region). ... Colors can be associated with names for regions. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/regionnames.html -- 5.1 Кб -- 01.10.2012
Похожие документы

11. Tables
... Midas tables are used to store most the information created and/or used by the MOS context. The tables MOS, LINPOS, LINFIT and WINDOWS are created by the MOS commands; the tables LINECAT and STANDARD are available in the Midas data base. ... MOS.tbl . ... is created by DEFINE/MOS and used by FITSKY/MOS and by EXTRACT/MOS . ... Table: Tables created and/or used by the MOS context . Table: Tables created and/or used by the MOS context, continued . Table: Keywords used in context MOS . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node685.html -- 4.5 Кб -- 23.02.1996
Похожие документы

12. Directory Manipulation
. Next: File Manipulation Up: C Standard Library Functions Previous: Data Conversion . #include <dir.h> . int chdir(char *path) - Change current directory to given path. char *getcwd(char *path, int numchars) - Returns name of current working directory. int mkdir(char *path) - Create a directory u sing given path name. int rmdir(char *path) - Delete a specified directory. Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 02.10.2012
Похожие документы

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

14. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы

15. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

16. Removing directories created with the ln command
. To remove a directory that is a symbolic link that points to another directory use the command: rm directory_name . Notice that the directory does not need to be empty and you do not have to use the rmdir command. You are not really removing a directory, just a named symbolic link that points to the "real" directory.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.2.html -- 2.0 Кб -- 17.01.1997
Похожие документы

17. http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/s-u/terror.txt
This file has three main parts: *Introduction (a guide to using Terror) *General info (standard for wads) *Play information (standard) Please take the time to at least read the introduction, which contains some important information. ... Terror is a new level for Doom2 players to try their luck at. ... The DeHacked file] DO NOT DISTRIBUTE THE FILE TERR.EXE IN ANY FORM! ... Using Terror] The easiest way to use Terror is to unzip the file TERROR.ZIP and copy all the files into your Doom2 directory. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/s-u/terror.txt -- 8.6 Кб -- 24.03.1996
Похожие документы

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

19. Software Develpment: ST-ECF IRAF Package
Software Development: ST-ECF IRAF Package : Installation instructions . ST-ECF quit 2) Create a directory to contain the STECF external package files. ... 3) Log in as IRAF and edit the extern.pkg file in the hlib directory to define the package to the CL. From the IRAF account, outside the CL, you can move to this directory with the command: % cd $hlib Define the environment variable stecf to be the pathname to the stecf root directory. ... Maintained by Richard Hook Richard.Hook@eso.org ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/install.html -- 8.9 Кб -- 06.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>288) - www.stecf.org/ )

20. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>717) - www.mso.anu.edu.au/ )

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


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

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

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