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

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