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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/FITSTable_8h.html.

1. casacore: casa::FITSTableWriter Class Reference
... Classes . Files . ... casa . casa::FITSTableWriter . ... Private Member Functions | ... More... #include < FITSTable.h > . ... FITSTableWriter ( FitsOutput *file, const RecordDesc &description, const Record &maxLengths, uInt nrows, const Record &extraKeywords, const Record &units, Bool freeOutput= True , const Record &variableShapes= Record ()) . ... References row_p . ... BinaryTableExtension * casa::FITSTableWriter::bintable_p [private] . ... Record casa::FITSTableWriter::row_p [private] . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1FITSTableWriter.html -- 31.5 Кб -- 14.02.2011
Похожие документы

2. Source Re-organisation
As of 1.3, the Apache source directories have been re-organised. This re-organisation is designed to simplify the directory structure, make it easier to add additional modules, and to give module authors a way of specifying compile time options or distribute binary modules. ... The non-module source files have moved from src into src/main . ... Configure . ... For example, say it is called mod_demo.c. The archive for this module should consist of two files, in a suitable directory name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sourcereorg.html -- 12.8 Кб -- 15.10.2001
Похожие документы

3. A Graphical User Interface for a Development Environment (GUIDE)
... GUIDE'' (Graphical User Interface for a Data Environment) is an interactive IDL widget-based package that enables users to retrieve selected sets of satellite instrument data and perform various types of graphical analyses on them, without writing a specialized program. GUIDE simplifies the task of laying out multiple plots on a page by (1) using a page-editor to define and laying out multiple ``panels'' which contain the ``plot objects'', and (2) integrating data retrieval functions. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/bhatnagara.html -- 11.7 Кб -- 03.11.2000
Похожие документы

4. Removing linked directories that contain links
... Look at this example: pwd (print the user's working directory ) /home/tom/reports ls ../tmp/ drafts (list the contents of this directory ) expenditure targets ln -s $HOME/tmp/ drafts quarterly (use a symbolic link to make the directory ) cd quarterly (change directory to this linkname ) ln $HOME/accounts/ expenses (link a file to this linkname ) ls (list the contents of the linked directory ) (the linked file is listed) ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.3.html -- 3.2 Кб -- 17.01.1997
Похожие документы

5. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/text-archives/ked_src_2-07.txt
... It contains the Binaries and Source Code. Open Source under the simplified BSD license. Proposed directory for placement: /pub/os2/apps/editors/ Your name: Martin Iturbide Email address: martin@os2world.com Program contact name: Don Radick Program contact email: (none) Program URL: http://www.os2world.com/wiki/index.php/KEd Would you like the contact email address included in listings? yes Operating System/Version: Warp 3, Warp 4, WSeB Additional requirements: Replaces: ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/text-archives/ked_src_2-07.txt -- 1.9 Кб -- 11.11.2014
Похожие документы

6. Where to Find Example/Test Code
The XPA source code directory contains two test programs, stest.c , and ctest.c that can serve as examples for writing XPA servers and clients, respectively. ... The stest program can be executed with no arguments to start an XPA server that contains the access points: xpa, xpa1, c_xpa (containing sub-commands cmd1 and cmd2), and i_xpa. ... xpaset xpa # send to xpa cat xpa.c | xpaset "xpa*" # send to xpa and xpa1 xpaget xpa # receive from xpa xpaget xpa* # receive from xpa and xpa1 etc. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/examples.html -- 3.1 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/examples.html -- 3.1 Кб -- 01.10.2012
Похожие документы

7. lsst.coordConv: include Directory Reference
. lsst.coordConv љ unknown . MainљPage . Namespaces . Classes . Files . љ All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Pages . include . include Directory Reference . directory љ . coordConv . љ . Generated on Thu May 7 2015 10:42:47 for lsst.coordConv by љ 1.8.5
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/dir_d44c64559bbebec7f509842c48db8b23.html -- 6.6 Кб -- 07.05.2015
Похожие документы

8. Dynamically Configured Mass Virtual Hosting - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Virtual Hosts . ... This document describes how to efficiently serve an arbitrary number of virtual hosts with the Apache HTTP Server. A separate document discusses using mod_rewrite to create dynamic mass virtual hosts. ... Adding virtual hosts is simply a matter of creating the appropriate directories in the filesystem and entries in the DNS - you don't need to reconfigure or restart Apache. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/vhosts/mass.html -- 18.4 Кб -- 19.11.2015
Похожие документы

9. Remote Procedure Calls (RPC)
... Defining Client and Server Application Code . ... This chapter provides an overview of Remote Procedure Calls (RPC) RPC. ... rls.c: remote directory listing client */ # include stdio.h # include strings.h # include rpc / rpc .h # include rls.h main (argc, argv) int argc; char *argv[]; { char dir[DIR_SIZE]; /* call the remote procedure if registered */ strcpy(dir, argv[2]); read_dir(argv[1], dir); /* read_dir(host, directory) */ /* spew-out the results and bail ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node33.html -- 36.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node33.html -- 36.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node33.html -- 36.5 Кб -- 02.10.2012
Похожие документы

10. Stellarium: /home/aw/devel/stellarium/trunk/plugins/TextUserInterface Directory
. Stellarium 0.12.3 . MainљPage . Namespaces . Classes . CodingљStyle . Scripting . Plugins . Renderer . FileљStructure . plugins . TextUserInterface . TextUserInterface Directory Reference . directory љ . src . љ . Generated on Sat Aug 10 2013 17:12:46 for Stellarium by љ 1.8.3.1
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/dir_f0a9fc81fa315e870ff321968b8cfc30.html -- 3.7 Кб -- 28.02.2014
Похожие документы

11. The /etc directory
Next: The /dev directory Up: The root filesystem Previous: The root filesystem . The /etc љ directory contains a lot of files. ... See the chapter on init љ for further information. /etc/passwd љ . ... Lists the filesystems mounted automatically at startup by the mount -a command (in /etc/rc љ or equivalent startup file). ... etc/issue љ . ... See the magic љ and file љ manual pages for more information. /etc/motd љ . ... Files executed at login or startup time by the Bourne or C shells. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node23.html -- 9.3 Кб -- 04.05.1997
Похожие документы

12. http://www.astro.louisville.edu/software/archive/colorspec/colorspec-1.0/README
Programs to generate color spectra ================================== These programs were developed to produce realistic color spectra from digital data. ... The distribution here contains the original source code for colorspec and solar in C, and a version of solar written in Fortran. ... It will produce a color spectrum of any digital spectrum. ... The 800x50 image solarflux.ppm was generated by colorspec and the file fluxatlas.dat, a reformatted NSO Solar Flux Atlas in the data directory. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/archive/colorspec/colorspec-1.0/README -- 4.8 Кб -- 23.08.2004
Похожие документы

13. FTP Directory:
############################################################################## J/A+AS/135/555 Illuminated atmospheres limb-darkening coeff. 1. (Alencar+ 1999) ############################################################################## . Parent Directory ReadMe . Mar 17 1999 16k model.dat.gz . Nov 27 1998 2k table1.dat.gz . Jun 16 1998 2471k table2.dat.gz . Jun 16 1998 66k table3.dat.gz . Nov 25 1998 55k . Generated Sun, 26 Mar 2000 16:28:26 GMT by proxy.nsu.ru ( Squid/2.1.PATCH2 )
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/astrolib/Sun/kursoviki/Model2000/AtmModel/SUN_DARK/Ftp_source.html -- 3.6 Кб -- 26.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>99) - vega.inp.nsk.su/ )

14. GOCG Pre-Observation Products
Next: Navigation Pre-Observation Products . ... SRT (Space Radio Telescope) Schedule (SRS) File . ... What: GOCG generates the Space Radio Telescope (SRT) schedule file, or SRS file, from current GSTS file. The SRS file has more precise time stamps than long-term schedules, and also designates which GTS will be used when. ... The SRS file also serves as the antenna pointing schedule file, as it describes the planned orientation of the spacecraft (and solar panels) as a function of time. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/gocgpre.htm -- 8.4 Кб -- 16.05.2001
Похожие документы

15. http://hea.iki.rssi.ru/integral06/internal/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/internal/index.php~ -- 9.5 Кб -- 21.03.2007
Похожие документы

16. Database of Optical Properties
Next: Examples of data contained Up: Electronic database Previous: Future plans . In astrophysics, the optical constants mainly are used to calculate the optical properties of scatterers, i.e. cross-sections, scattering matrix, etc. ... Optical properties derived from such models have been discussed in some books (see, e.g., [ 2 , 3 ]) and in principle can be calculated by using various light-scattering tools which are freely available via the internet [ 4 ]. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/5-OPTC/JPDOC2/node5.html -- 6.0 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>192) - www.astro.spbu.ru/ )

17. XWare > APOD
... The Small Cloud of Magellan (SMC) . ... The Magellanic Clouds are small irregular galaxies orbiting our own larger Milky Way spiral galaxy. 3D View Of Jupiter's Clouds . ... The separation between the cloud layers and the height variations have been exaggerated. ... An eerie blue glow and ominous columns of dark dust highlight M78, a bright reflection nebula in the constellation of Orion. ... Giant Cluster Bends, Breaks Images . ... Journey to the Center of the Galaxy . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=74&d=2002-04 -- 15.1 Кб -- 12.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>30096) - www.astronet.ru/ )

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

19. Complex evaluator
CALCSYM - complex evaluator . ... CALCSYM.exe and CALCSYMi.exe will allow you to obtain numeric solution for *.out file generated by both CIRSYM and MATSYM programs (computation of freqency responces, unknowns, determinants, sensitivity analysis etc.. ... Setup file name for CALCSYM is "setup.cal". ... CALCSYMi.exe will allow you to work with long double over the range from 3.4*E-4932 to 3.4*E+4932. ... To calculate, run CALCSYM.exe and enter "file_name.OUT" or click on the "ENTER" (in "OUT" case). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/calcsym.html -- 2.6 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>12) - astrometric.sai.msu.ru/ )

20. Image directory - img11.jpg
. < previous | index | next > . 05/17/2007 09:49:34 AM img11.jpg . < previous | index | next >
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-k8/Events/LZ/slides/img11.html -- 1.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-k8/Events/LZ/slides/img11.html -- 1.9 Кб -- 28.12.2007
Похожие документы

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


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

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

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