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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/gdsa_rdcom.dc2.

1. Definition of Tables
Next: Displaying Tables Up: Management of Tables Previous: Management of Tables . External tables are created as described in the previous section and the definition of their content is taken from the format file specified. To create a user table one can also use the CREATE/TABLE command by giving NULL as input. ... Columns in a table can be created or deleted by using the commands CREATE/COLUMN and DELETE/COLUMN . ... Table: Commands to Define Tables . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node62.html -- 3.4 Кб -- 23.02.1996
Похожие документы

2. Python: module create_contacts
create_contacts (version 14.05.08) . ... Run the PASS AVTUT tool. ... Allow for user input tdrs.dat file. ... Modules . ... time_util . ... pass_product.pass_product ( configure_util.pickled_product ) . ... class avtut ( pass_product.pass_product ) . ... pass_product.pass_product . ... init__ (self, ms =None , tut_file ='' , tdrs_dat =None ) . ... Get the run name this product is associated with. get_run_time (self) . ... set the run name this product is associated with. set_run_time (self, runtime) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/create_contacts.html -- 21.3 Кб -- 08.04.2016
Похожие документы

3. http://www.atnf.csiro.au/computing/software/gipsy/tsk/restore.dc1
Program: RESTORE Purpose: This program restores the residuals created by CLEAN. Category: CLEAN, RADIO, TABLES File: restore.c Author: K. Begeman Description: The restoration is done with a truncated gaussian beam {maximum 129*129 grid units}. ... Keywords: INSET= Set and subset(s) of residual(s). ... For a two-dimensional subset, first give HPBW along majo axis, then HPBW along minor axis. ... FACTOR= Beam Multiplication Factor [1.0]. ... Updates: Jan 23, 1982: KGB Original program created. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/restore.dc1 -- 3.6 Кб -- 20.03.2000
Похожие документы

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. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/sun.htm
Table of Contents | Previous | Next | Index . A top-level object used to access any Java class in the package sun.* Core object . ... JavaScript 1.1, NES 2.0 The sun object is a top-level, predefined JavaScript object. You can automatically access it without using a constructor or calling a method. The sun object is a convenience synonym for the property Packages.sun . Packages , Packages.sun . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/sun.htm -- 2.9 Кб -- 07.10.1999
Похожие документы

6. Zen: sncat design
Hide Zen home . ... sncat2sntab.pl - convert old catalog to table sn . ... CREATE TABLE cats ( id integer PRIMARY KEY, name text ); -- a list of properties of galaxy CREATE TABLE properties ( id integer PRIMARY KEY, name text ); CREATE TABLE galaxy ( id integer PRIMARY KEY, name text ); CREATE TABLE galaxy _property ( gid integer REFERENCES galaxy (id), pid integer REFERENCES properties(id), value float, UNIQUE( gid ,pid) ); CREATE t=# select * from galaxy; id | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/sncat_design -- 15.1 Кб -- 10.04.2016
Похожие документы

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

8. maintWISQ.html
... created by trendPlotter . ... The pages are created by a set of trendPlotter calls, each set in one JOB file. ... 50 14 * * * .bashrc; export TZ=Europe/Berlin; export DISPLAY="dfo23:4.0"; $HOME/wisq/query_totvol -f ; $DFO_JOB_DIR/JOBS_WISQ_raw > /tmp/giraffe/cron.log . ... DFO_JOB_DIR/JOBS_WISQ_raw : all calls of the raw data downloads; this job file has also the data_flow reports, which are fed by the tool $HOME/wisq/query_totvol ; this tool is called before the WISQ raw reports are created . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/others/maintWISQ.html -- 12.8 Кб -- 04.09.2014
Похожие документы

9. http://www.mrao.cam.ac.uk/~bn204/soft/iofits4.py
... None: for k in keydict: tabout .header.update(k, keydict[k][0] , keydict[k][1]) fout .append( tabout ) fout .writeto(foutname) def FnParTable(d, cvsid): Creates a fits table representing parameters to a function coldefs = [ pyfits.Column( Parameter , 30A ) , pyfits.Column( Value , 80A ) ] tabout =pyfits.new_table( coldefs , nrows =len(d) ) ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/soft/iofits4.py -- 9.3 Кб -- 20.10.2009
Похожие документы

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

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

12. MATRIX table creation
... The largest number of channel groups in a row . The largest number of channel elements in a row above threshold . Create empty output table header and structure. Create a linked list (GROUP_LIST) to store groups of contiguous elements . ... Foreach element in row . ... Else push GROUP onto GROUP_LIST, and create a new instance of the GROUP structure for the next group of contiguous elements. End element loop . ... Create a new instance of GROUP_LIST for the next row. end row loop . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/rmfgen/node25.html -- 4.7 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>15929) - xmm.vilspa.esa.es/ )

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

14. Astrophysical Research Consortium - Apache Point Observatory
... Updates to HST Standard-Star Fluxes . ... These data are in an STScI data base named CRCALSPEC and have been divided into two categories to help the user understand the origin and accuracy of these flux distributions. ... 1990, ApJS, 73, 413) and Oke (1990, AJ, 99, 1621) spectra are available. Oke (1990) used the DoubleSpectrograph on the 5-m Hale Telescope to obtain these spectra for HST calibration; and these data are identified in the HST data bases by the keyword OBSMODE=OKE DBSP. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/General_Information/Standards/Spect-Phot-Standards/bohlin1992.html -- 9.7 Кб -- 09.05.2008
Похожие документы

16. Manual Page: htdigest - Apache HTTP Server
NAME htdigest - Create and update user authentication files SYNOPSIS htdigest [ - c ] passwdfile realm username DESCRIPTION htdigest is used to create and update the flat-files used to store usernames, realm and password for digest authentica- tion of HTTP users. Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by htdigest. This manual page only lists the command line arguments. ... OPTIONS -c Create the passwdfile . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/htdigest.html -- 3.6 Кб -- 15.10.2001
Похожие документы

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

18. ImageStack (ImageJ API)
... Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null. public int getSize () . Returns the number of slices in this stack. public java.lang.String[] getSliceLabels () . ... Returns null if the stack is empty or the label of the first slice is null. public java.lang.String getSliceLabel (int n) . ... Returns null if the slice does not have a label. public void setSliceLabel (java.lang.String label, int n) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/ImageStack.html -- 29.5 Кб -- 02.12.2010
Похожие документы

19. AstroAsciiData
... AstroAsciiData is a Python module to handle ASCII tables. ... The idea to develop this Python module emerged from the fact that ASCII tables continue to be one of the most popular and widely used data exchange formats in astronomy and probably science in general. ... To load this ASCII table, go into Python, load the AstroAsciiData module and read in the table with: . ... demo = asciidata.open('webexa.txt') . ... Users who only want to work with ASCII tables neeed no further python modules. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/ -- 13.6 Кб -- 09.04.2016
Похожие документы

20. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

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


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

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

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