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

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

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

1. casacore: scimath/Functionals/FunctionOrder.h Source File
... Files . ... File List . File Members . scimath . Functionals . ... National Radio Astronomy Observatory 00023 //# 520 Edgemont Road 00024 //# Charlottesville, VA 22903-2475 USA 00025 //# 00026 //# $Id: FunctionOrder.h 20299 2008-04-03 05:56:44Z gervandiepen $ 00027 00028 #ifndef SCIMATH _ FUNCTIONORDER _H 00029 #define SCIMATH _ FUNCTIONORDER _H 00030 00031 //# Include files 00032 #include casa /aips.h 00033 #include casa /Arrays/Vector.h 00034 #include ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/FunctionOrder_8h_source.html -- 29.7 Кб -- 14.02.2011
Похожие документы

2. Simon's Software - howto 1-3
a. Decide on the root directory where your software is going to go.... [/home/friday] , for example. b. In your .cshrc file, define . setenv OSROOT /home/friday . ... Holder for object libraries . ... Holder for shared source code (f77 include files) . ... Collect the appropriate tar files from Simon's Software Store . ... build - extract fortran from the source library, compile source, pack object code into object libary . ... clean - remove source and object files from library folder . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_install_f.html -- 4.7 Кб -- 02.06.2003
Похожие документы

3. ADASS 2003 Conference Proceedings
... Up: Data Processing Systems . ... We demonstrate the latest Starlink software, including ORAC-DR pipelines, new Java applications, and distributed pipeline processing. ... An example of its use is the TOPCAT application ( http://www.starlink.ac.uk/topcat ), shown in part in Figure 2. ... Of course the final result can also provide estimates of errors and data quality, pixel by pixel, because the Starlink applications, Classic as well as the new ones, automatically keep track of these. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/D12/ -- 10.2 Кб -- 27.08.2004
Похожие документы

4. Examples of data contained in the JPDOC
Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties . ... If necessary, data have been determined for the different crystallographic axes. ... In the following we give some examples of the data and their possible applications. Table: Summary of data measured in the Jena laboratory, which are currently available from the JPDOC. compound . ... amorph. ... Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties root 2003-03-06 ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/5-OPTC/JPDOC2/node6.html -- 10.1 Кб -- 19.11.2010
Похожие документы

5. http://crydee.sai.msu.ru/ftproot/pub/comp/hardware/NCR/samp_code/ISA/kits.txt
NCR 53C7XX KIT DESCRIPTIONS FULL DEVELOPMENT KIT 1 AT BOARD 1 2 BINDER INCLUDING THE FOLLOWING ITEMS: 1 SPINE CARD LABELED 53CXXX DEVELOPMENT KIT 1 53CXXX CHIP COLOR FLYER 1 53CXXX DEVELOPMENT KIT DESCRIPTION 1 53CXXX PROGRAMMER'S GUIDE 1 53CXXX DATA MANUAL 1 SET BOARD SCHEMATICS INCLUDING PLD EQUATIONS 1 BOARD INSTALLATION ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/hardware/NCR/samp_code/ISA/kits.txt -- 2.5 Кб -- 11.03.1996
Похожие документы

6. coordConv
... CoordConv is written in C++ and Python, using SWIG as the C++ wrapper. ... In Python the following will convert an FK5 J2000 position to apparent topocentric coordinates at a specified TAI date: import coordConv taiDate = 4916391905 # TAI date in MJD, seconds site = coordConv . Site (-105.822616, 32.780988, 2788) # Apache Point Observatory 3.5m telescope # For better accuracy you may also specify UT1- TAI and pole wander in site ; # these may be obtained from IERS Bulletin B fk5Sys = ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/ -- 5.1 Кб -- 14.01.2015
Похожие документы

7. Stellarium:
Stellarium 0.12.3 . ... Plugins . ... FileљStructure . FileљList . FileљMembers . plugins . TelescopeControl . src . servers . Socket.hpp . ... 3 љ telescope server programs, that can communicate with stellarium . ... 5 љ It also contains smaple server classes (dummy, Meade LX200). ... 7 љ Author and Copyright of this file and of the stellarium telescope library: . ... 92 љ Socket ( Server &server, SOCKET fd) : server(server), fd(fd) {} . 93 љ Server & server; . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Socket_8hpp_source.html -- 22.5 Кб -- 28.02.2014
Похожие документы

8. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>958) - jet.sao.ru/ )

9. Index of /software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/include
Name Last modified Size Description . Parent Directory - drvrsmem.h 2012-11-30 14:35 6.4K fitsio.h 2012-11-30 14:35 103K fitsio2.h 2012-11-30 14:35 57K longnam.h 2012-11-30 14:35 20K . Apache/2.4.6 (Linux/SUSE) Server at www.astro.louisville.edu Port 80
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/include/ -- 2.4 Кб -- 10.04.2016
Похожие документы

10. Using mod_rewrite to control access - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... It describes how you can use mod_rewrite to control access to various resources, and other related techniques. ... This technique relies on the value of the HTTP_REFERER variable, which is optional. ... RewriteCond %{HTTP_REFERER} !^ RewriteCond %{HTTP_REFERER} !www.example.com [NC] RewriteRule \.(gif|jpg|png)$ - [F,NC] . ... RewriteCond ${deflector:%{HTTP_REFERER}} =- RewriteRule ^ %{HTTP_REFERER} [R,L] RewriteCond %{HTTP_REFERER} != ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/rewrite/access.html -- 14.9 Кб -- 19.11.2015
Похожие документы

11. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

12. ...Some useful software links...
FITShdr' package contains set of utilities, that allows to display or modify FITS-file headers (FITS MEF included). ... Both source tarball and i386 RPM are available for downloading: fitshdr-current.tar.gz size: 36379 MD5 checksum: 1e7222149ca36696797a6e0f4af41afc SHA1 checksum: 990bdf69f67d2b989d2d6e044deeaf9128d4470c fitshdr-1.0.6-1.i386.rpm size: 539101 MD5 checksum: 19e046da52b3ec8dd89aaed9e806bb5d SHA1 checksum: 07a4b4e2bd96a4c9fda7dc65127d0b80130c97e1 . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/software.html -- 2.2 Кб -- 26.08.2011
Похожие документы

13. http://hea.iki.rssi.ru/conf/hea2007/list/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/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

14. Spatial Region Boundaries
Describes how spatial region boundaries are handled. The golden rule for spatial region filtering was first enunciated by Leon VanSpeybroeck in 1986: . ... With this in mind, the rules for determining whether a boundary image pixel or table row are assigned to a region are defined below. For image filtering, pixels whose center is inside the boundary are included. ... That is, an row is inside the boundary without regard to its integerized pixel value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regbounds.html -- 7.3 Кб -- 01.10.2012
Похожие документы

15. Apache Tutorial: .htaccess files
... When (not) to use .htaccess files . ... Server side includes example . ... Require .htaccess files (or "distributed configuration files") provide a way to make configuration changes on a per-directory basis. ... Note that it is completely equivalent to put a .htaccess file in a directory /www/htdocs/example containing a directive, and to put that same directive in a Directory section <Directory /www/htdocs/example> in your main server configuration: .htaccess file in /www/htdocs/example : . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/howto/htaccess.html -- 17.4 Кб -- 01.08.2003
Похожие документы

16. Journal "Peremennye Zvezdy"
Galaxy Group Hickson 44 . ... A group of galaxies is a system containing more than two galaxies but less than the tens or hundreds typically found in a cluster of galaxies . ... Pictured above is nearby compact group Hickson 44. ... Also known as the NGC 3190 Group, Hickson 44 contains several bright spiral galaxies and one bright elliptical galaxy on the upper left. ... Many galaxies in Hickson 44 and other compact groups are either slowly merging or gravitationally pulling each other apart. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1221194 -- 8.2 Кб -- 20.03.2007
Похожие документы

17. Radioastrophysical department ISTP RAS SB
RADIOASTROPHYSICAL DEPARTMENT  INSTITUTE OF SOLAR-TERRESTRIAL PHYSICS RAS SB . ... Radioastrophysical Department , Institute of Solar-Terrestrial Physics, Siberian Division, Russian Academy of Science. ... Head of Laboratory dr. Gubin A.V. LABORATORY of INFORMATION SUPPLY and METHODOLOGY of RESEARCH . ... Head of Observatory Kitsanov S.V. SIBERIAN SOLAR RADIO TELESCOPE . Siberian solar radio telescope data at 5.7 GHz in I SOHO EIT 171 SOHO EIT 195 SOHO EIT 304 MDI Continuum MDI Magnetogram . ...
[ Сохраненная копия ]  Ссылки http://ssrt.iszf.irk.ru/ -- 20.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>26) - ssrt.iszf.irk.ru/ )

18. Let Me Be More Clear - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . ... Let Me Be More Clear . ... Post Message | ... However, if I have identified it, how do I know this 'thing' is something that exists versus only thought of as existing? ... However, by me identifying 'red' as 1 (i.e., as I originally did), I am assuming that there is 'red' as something that exists. ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/19.shtml -- 18.8 Кб -- 09.04.2016
Похожие документы

19. Specification
Symbolic circuit-matrix processor and evaluator . ... This software is reliable over the range of benchmark circuit complexity (both *.CIR and *.MAT file). ... SYMBOL is a symbolic-algebra package which in contrast to REDUCE, MACSYMA, MAPLE, MATHEMATICA, MathLAB, MathCAD and other known multi-purpose systems is especially intended for analysis of any lumped, linear, time-invariant circuit. ... pure ASCII text . ... CIRSYM - SYMbolic CIRcuit processor used to format ASCII text file *.out for CALCSYM. ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/specification.html -- 11.5 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>18) - astrometric.sai.msu.ru/ )

20. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL words Match ANY word . ... Beginning in 2005, all conference proceedings published by the ASP Conference Series during 2004, and all future volumes, will include full text electronic access. ... Visit the e-Books site for select free preview volumes . ... Organizers of upcoming conferences who wish more information about publishing their proceedings through the ASP Conference Series should contact Interim Managing Editor J. Ward Moody at jmoody@byu.edu . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/news/ebooks.html -- 11.2 Кб -- 03.01.2012
Похожие документы

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


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

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

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