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

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

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

1. Armagh Observatory: Chris Winter [ lte-codes ]
... Now, all three programs come in one easy to build package. ... Unfortunately, because it is the only brand of F90 compiler I have access to, the source codes can only be guaranteed to build with Intel Fortran Compiler v6.0 , and now with the newer v7.1 . ... Binary RPM - RedHat 8.0 Binary RPM Package (~2.8 MB) [ How to install ] . Source RPM - Source RPM package (~1.7MB) [ How to install ] . ... Source RPM - Source RPM package (~2.5MB) [ How to install ] . ... Chris Winter, 2007 . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~cwr/lte-codes.html -- 8.1 Кб -- 07.01.2007
Похожие документы

2. The same source code used for Fortran 77 and Fortran 90?
This is possible if you do it in the following way, that is if you use the new continuation sign "&" at the end of the old line, but in position 73 so that it doesn't conflict with Fortran 77, and also choose the "&" sign as the almost arbitrary character in column 6, in order to get continuation according to Fortran 77. ... Comments are an incompatibility problem between Fortran 77 and Fortran 90, but of course not between fixed and free forms of Fortran 90 since the "!" is permitted in both. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c5.html -- 3.0 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c5.html -- 3.0 Кб -- 10.02.1996
Похожие документы

3. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README
XmCCD ----- The programs provided here offer a Linux graphical user interface to astronomical and scientific CCD cameras. ... It is the latest one they offer and the files included allow support for Android and Mac OS X. This distribution of XmCCD includes source code to utilize the SBIG shared library libsbigudrv.so with a Motif-based graphical user interface. ... The XmCCD source package includes and will install: SAOimage ds9 xpa cfitsio SAOimage is the primary image display for XmCCD. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README -- 5.0 Кб -- 27.04.2013
Похожие документы

4. Configuration Options
... In some cases where memory space is at a premium, it is possible to tailor the configuration to remove such features as reference clock driver support, debugging support, and so forth. ... The following lines are used in this file: . ... The DEFS_LOCAL line defines global flags that apply to all machines. Ordinarily, the only flags included are the -DDEBUG , which includes the debugging code, and -DREFCLOCK , which includes basic reference clock support. ... D_INCLUDE_BSD_SOURCE . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/config.html -- 8.1 Кб -- 21.12.2007
Похожие документы

5. BOLOGNA (B3) catalog
... The angular resolution of the catalog is 2.6' x 4.8' (at Dec=45.5d). ... 1985, Astronomy and Astrophysics Supplement Series, 59, 255. 1 name Name of source (char9, example : '0003+408B') 2 ra_rad radians Right ascension of source in radians (B1950) ( real , example : 0.016) 3 dec_rad radians Declination of source in radians (B1950) ( real , example : 0.712) 4 ra_deg degrees Right ascension of source in degrees (B1950) ( real , example : 0.935) 5 dec_deg degrees Declination of ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/doc/BOLOGNA3.html -- 7.6 Кб -- 18.03.2015
Похожие документы

6. lsst.tcc: include/tcc/tcsShim.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . tcsShim.h . ... 51 љ double const FL = 1.0; . ... 97 љ std::ostream & operator<< (std::ostream &os, ASTROM const &astrom); . ... 99 љ std::ostream & operator<< (std::ostream &os, FLDOR const &fldor); . ... 101 љ std::ostream & operator<< (std::ostream &os, PORIG const &porig); . ... 103 љ std::ostream & operator<< (std::ostream &os, SITE const &site); . ... 105 љ std::ostream & operator<< (std::ostream &os, TARG const &targ); . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tcs_shim_8h_source.html -- 27.6 Кб -- 14.09.2015
Похожие документы

7. Bojan Nikolic -- Compiling CASA revisited
... Bojan Nikolic web pages home . ... For some numerical experiments with CASA , I have recently been recompiling some parts of this package. ... That is before even touching the code! ... I used the SCons build system to build the CASACORE libraries. ... Apparently missing include for strlen: --- a/code/display/Display/Options.cc +++ b/code/display/Display/Options.cc @@ -30,6 +30,7 @@ #include <sys/stat.h> #include <iostream> #include <dirent.h> +#include <string.h> namespace casa { namespace viewer {...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/blog/2012/08/03/casa-compilation.html -- 12.8 Кб -- 05.10.2015
Похожие документы

8. casacore: casa/OS/HostInfoOsf1.h Source File
... Files . ... File List . File Members . casa . ... William LeFebvre lefebvre@dis.anl.gov 00035 * Rainer Orth ro@techfak.uni-bielefeld.de 00036 */ 00037 00038 #ifndef CASA _HOSTINFOOSF1_H 00039 #define CASA _HOSTINFOOSF1_H 00040 00041 # if defined(HOSTINFO_DO_IMPLEMENT) 00042 00043 // 00044 //-- /usr/ include / mach / mach _interface.h:297: - 00045 //-- previous declaration of ` int vm_statistics(long ... Generated on Fri Sep 3 2010 13:06:55 for casacore by 1.7.1 ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/HostInfoOsf1_8h_source.html -- 20.5 Кб -- 14.02.2011
Похожие документы

9. http://www.naic.edu/~phil/usrproj/a1659/aug03.html
... The data was taken over many days with the same source in more than one file. ... You want to convert the data to kelvins (this is galactic work) and then average all the scans for each source. ... input each onscan, average, and then scale to kelvins . place all of the averaged scans in an array, when done with the file, store this array in an idl save file for this day. ... Average together scans of the same source and then baseline them. input all of the daily save files into a single array . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/usrproj/a1659/aug03.html -- 6.7 Кб -- 23.08.2003
Похожие документы

10. Editing Documentation (Including this Website) GPI Data Pipeline 1.0
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . ... Editing Documentation (Including this Website) . ... Show Source . ... The documentation source code is available as part of the pipeline source code, in the documentation subdirectory inside the pipeline root. ... Pipeline primitive documentation is taken semi-automatically from the pipeline primitive headers in IDL, including the structured header comments used to populate the pipeline?s primitives config file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/documentation.html -- 13.2 Кб -- 14.02.2014
Похожие документы

11. http://xmm.vilspa.esa.es/sas/6.0.0/doc/srcmatch/ChangeLog
ChangeLog for srcmatch =============================== Version 3.15.1 - 2004-03-16 (GL) --------------------------------- Correction to documentation Version 3.15 - 2003-07-01 (GL) --------------------------------- Closed SPR: SSC-SPR-3107 (Incorrect flux units in merged source list) Version 3.14 - 2003-02-24 (GL) --------------------------------- Close SSC-SPR-3033: Copy ID colums and "TOT" columns also for single band input lists. ... Close SSC-SPR-3084: Included flag columns in copylist routine. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/srcmatch/ChangeLog -- 8.6 Кб -- 16.03.2004
Похожие документы
Еще в разделе: (Показать все результаты (>16380) - xmm.vilspa.esa.es/ )

12. Stellarium: core/planetsephems/tass17.h Source File
Stellarium 0.12.3 . ... FileљStructure . FileљList . FileљMembers . core . planetsephems . tass17.h . ... 3 љ The TASS 1.7 theory of the Saturnian satellites including HYPERION . ... 8 љ obtained from above and rearranged it into this piece of software. ... 13 љ into the software supplied in this file. ... 19 љ copy of this software and associated documentation files (the "Software"), . ... 54 љ #define _TASS17_H_ . ... 69 љ void GetTass17Coor( double jd, int body, double *xyz); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/tass17_8h_source.html -- 15.4 Кб -- 28.02.2014
Похожие документы

13. Linux I/O port programming mini-HOWTO: Using I/O ports in C programs
... Routines for accessing I/O ports are in /usr/include/asm/io.h (or linux/include/asm-i386/io.h in the kernel source distribution). ... Before you access any ports, you must give your program permission to do so. This is done by calling the ioperm() function (declared in unistd.h , and defined in the kernel) somewhere near the start of your program (before any I/O port accesses). ... For example, ioperm(0x300, 5, 1) would give access to ports 0x300 through 0x304 (a total of 5 ports). ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 02.10.2012
Похожие документы

14. Select a circle around the central point source
Next: A box, to include Up: To produce a region Previous: To produce a region . select cursor and circle . When in the image window, the mouse now has a box shape with an arrow at the upper left corner. The mouse buttons act as follows: . LEFT - to move the center of the circle at the position of the arrow point. ... RIGHT - idle. center the circle at the point source by positioning the arrow point and clicking on the LEFT mouse button. A circle will appear at the arrow position. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node62.html -- 5.9 Кб -- 01.10.2012
Похожие документы

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

16. IKI IPL home page
You can also see this page in Russian with using KOI8 (X Windows) or CP1251 (MS Windows) Cyrillic coding. The Laboratory supports the space TV experiments, mainly in the planetary exploration missions. ... Image Co-registration . ... PHOBOS mission - Martian satellites investigations. Phobos on the Martian limb, the image from Phobos-2 probe from 02/28/89. ... Russian Space Bulletin. ... Last modified at June,26 1997 Alexey Kuzmin: akuzmin@mx.iki.rssi.ru . Back to IKI home page ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/IPL/ -- 4.8 Кб -- 05.08.1997
Похожие документы

17. A New PROS Task for Calculating HRI Source Intensities or Upper Limits
... Next: The PROS Big Up: Software Systems Previous: Data Reduction Software . ... The srcinten task provides PROS users with a tool to compute count rates for point sources in the ROSAT High Resolution Imager (HRI). ... Corrected upper limits are cited at locations where the count rate falls below the source detection threshold. ... Srcinten is a new PROS task that computes and applies the above correction factors to the net counts in a user-specified aperture. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/chenj.html -- 11.4 Кб -- 03.11.2000
Похожие документы

18. The Cross-correlations
... The actual cross-correlations were done as follows: north of WGACAT was correlated with the GB6 catalog with a correlation radius of one arc minute. ... We therefore cross-correlated WGACAT with the GB6 and PMN radio catalogs with a 1.5 arcmin radius. ... As a result of this experiment, we then added to the WGACAT/PMN candidate list the 29 unclassified sources obtained from the 1.5 arcmin correlation and having PSPC offsets arcmin, ratio between X-ray/radio offset and positional error , and . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~ppadovan/survey/dxrbs_paper/node5.html -- 11.3 Кб -- 03.12.2003
Похожие документы

19. VLBApls source sample
... The VSOP Survey Continuum Source List . The radio sample for the VSOP continuum survey was defined to include all extragalactic radio sources with: . a total flux density at 5 GHz, S>=1.0 Jy . ... The sample also included all sources in the sky with a 5 GHz flux density S>5 Jy, regardless of spectral index and galactic latitude. ... The source would then be included in the VSOP sample (three of the sources were found with a flux density above 1 Jy and added to the sample). ...
[ Сохраненная копия ]  Ссылки http://www.vsop.isas.ac.jp/VLBApls/sample.htm -- 4.1 Кб -- 17.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>445) - www.vsop.isas.ac.jp/ )

20. http://www.gao.spb.ru/english/personal/malkin/publ/zm10c.pdf
Central Astronomical Observatory at Pulkovo of Russian Academy of Sciences PUL Analysis Center Pulkovo IVS Analysis Center (PUL) 2009 Annual Rep ort Zinovy Malkin, Natalia Miller, Elena Popova Abstract This report briefly presents the PUL IVS Analysis Center activities during 2009 and plans for the coming year. The main topics of the investigations of PUL staff in that period were ICRF related studies, computation and analysis of EOP series, and VLBI2010 related issues. ...
[ Текст ]  Ссылки http://www.gao.spb.ru/english/personal/malkin/publ/zm10c.pdf -- 66.6 Кб -- 08.11.2010
Похожие документы

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


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

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

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