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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/astroimagej_20130129/AA_README_AIJ.

1. http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html
... The files in this directory are for installing the latest version 3.0.0 of AstroImageJ on Linux, Windows, and Mac operating systems. ... If you have Java already installed on your system (32-bit or 64-bit), download the following version of AstroImageJ that does not include Java embedded in installation. ... To install AstroImageJ on a 64-bit Windows machine, install the following file which includes the Java 7 64-bit runtime environment ( jre ). ... Run AIJ by double-clicking AstroImageJ.exe. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html -- 55.1 Кб -- 07.12.2014
Похожие документы

2. Stellarium: File and Directory Structure
... FileљStructure . ... After downloading all the catalogues, the paths to the various files should look like this: Installation Data Directory / stars / default / stars _0_0v0_1.cat Installation Data Directory / stars / default / stars _1_0v0_1.cat Installation Data Directory / stars / default / stars _2_0v0_1.cat Installation Data Directory / stars / ... In this case, all the files would be in the <Installation Data Directory>/stars/default directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure.html -- 13.4 Кб -- 28.02.2014
Похожие документы

3. Compiling Apache for Microsoft Windows
There are many important points before you begin compiling Apache. See Using Apache with Microsoft Windows before you begin. Compiling Apache requires Microsoft Visual C++ 5.0 or 6.0 to be properly installed. ... Directories tab (the Projects - VC++ Directories pane in Developer Studio 7.0) listing Executable file paths. ... os\win32\ApacheOS.dsp . ... To simplify the process, dependencies between all projects are defined in the Microsoft Visual Studio workspace file: src/Apache.dsw . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/win_compiling.html -- 12.2 Кб -- 20.06.2002
Похожие документы

4. TUI:Building TUI from Source On Windows
This file is for people who wish to build TUI for Windows from source. ... Use Command Line to cd to the directory (type cd and drag the folder) . Type "setup.py install". ... You can work around this by editing setup.py and commenting out the line of the setup call that mentions the extension (as of this writing the only C extension is optional and not required by TUI). To build the TUI Windows Application. ... At the end you should have directory TUI_<vers>_Windows. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/InstallationOnWindows.html -- 2.6 Кб -- 05.09.2014
Похожие документы

5. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы

6. http://crydee.sai.msu.ru/ftproot/pub/comp/hardware/matrox/doc/win95faq.doc
Windows 95 FAQ . Q: Where can I find drivers for the MGA Millennium? A: There is a driver on the Windows 95 CD ROM in the \DRIVERS\DISPLAY\MATROX directory. If you did not receive Windows 95 drivers with your Millennium, you can also obtain our Powerdesk drivers for Windows 95 from our BBS or from Compuserve. ... A: You can try using the application with the standard VGA driver, or alternately, try using the Millennium driver, but with hardware accelerations disabled (see below). ...
[ Текст ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/hardware/matrox/doc/win95faq.doc -- 16.5 Кб -- 30.01.1996
Похожие документы

7. The /usr filesystem
Next: The /var filesystem Up: Overview of the Directory Previous: The /dev directory . The /usr љ filesystem is often large, since all programs are installed there. All files in /usr љ usually come from a Linux distribution; locally installed programs and other stuff goes below /usr/local љ . This makes it possible to update the system from a new version of the distribution, or even a completely new distribution, without having to install all programs again. ... Almost all user commands. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node25.html -- 5.0 Кб -- 04.05.1997
Похожие документы

8. Using Apache HTTP Server on Microsoft Windows - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... This document explains how to install, configure and run Apache 2.4 under Microsoft Windows. ... Apache can also load ISAPI (Internet Server Application Programming Interface) extensions such as those used by Microsoft IIS and other Windows servers. ... After starting Apache (either in a console window or as a service) it will be listening on port 80 (unless you changed the Listen directive in the configuration files or installed Apache only for the current user)...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/platform/windows.html -- 32.4 Кб -- 19.11.2015
Похожие документы

9. Example of comparing directories with the diff command
To compare two directories in the current directory: diff usability Usability Only in Usability: schedule diff usability/email Usability/email 2a3,4 > Jean JRS@pollux.ucs.co > Jim jim@frolix8 . diff reports that the file (or directory) schedule is unique to the directory Usability . diff then reports that there are differences between the file email in the directory usability and the file of the same name in the directory Usability . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/diff2.1.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

10. Contents
... Exercises . C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Low Level Operators and Bit Fields . ... Some further example shared memory programs . ... Threads: Basic Theory and Libraries . ... Single threading . Some Example applications of threads . Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
Похожие документы

11. TDF Viewer (Satellite Data Format) REGIONAL DATA ARCHIVE (SMIS IKI RAN Project)
The XV_VTDF is a viewer for TDF format files (extension to TIFF 6.0 format for storage of high-resolution satellite data). More information about TDF format and relevant topics, as well as satellite data in this format you may receive from Space Monitoring Information Support lab (Space Research Institute, Moscow, Russia) . ... XV_VTDF <filename> - load TDF file at startup (default size) . ... The XV_VTDF operates with fixed-size satellite images in TDF format. ... Back to SMIS Home Page . ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/dataserv/engl/tdfview.htm -- 6.4 Кб -- 13.03.1997
Похожие документы
Еще в разделе: (Показать все результаты (>45) - smis.iki.rssi.ru/ )

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

13. Tcl- and [Incr tcl]- Based Applications for Astronomy and the Sciences
... Up: Science Software Applications . ... It has extensions for creating GUI (Tk) and object-oriented ([incr tcl]) applications. Several Tcl-based tools that may be used for astronomical and other scientific applications have been created and are discussed. One example is ptcl , which registers PGPLOT functions as Tcl commands, creating a powerful interactive plotting package. ... Both programs use the same C code, Tcl commands, and [incr tcl] classes; only the GUIs are different. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/eliasn.html -- 10.1 Кб -- 23.06.1998
Похожие документы

14. SAI OCL Catalog Virtual Observatory
... Structure of Data . ... Catalog . ... The SAI OCL Catalog site provides several VO-enabled modes of operation: . VO-enabled catalog data analysis from a browser . ... Endpoint URL is http://ocl.sai.msu.ru/catalog/conesearch/ . ... VO-enabled catalog analysis from a browser . Presently, this recipe works with Firefox (Windows, MacOS, Linux), Internet Explorer (Windows) and Opera (Windows) browsers with Java plugin 1.6 installed. ... Main TOPCAT window with SAI OCL catalog loaded will appear. ...
[ Сохраненная копия ]  Ссылки http://ocl.sai.msu.ru/vo/ -- 7.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>215) - ocl.sai.msu.ru/ )

15. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы

16. VaST homepage
... VaST is a software tool for finding variable objects on a series of astronomical images. ... VaST performs object detection and aperture photometry using SExtractor on each image, cross-matches lists of detected stars, performs magnitude calibration with respect to the first (reference) image and constructs a lightcurve for each object. ... VaST FITS image viewer ./pgfv . ... Part I" PZP, vol. ... K. V. Sokolovsky, S. A. Korotkiy; "New Variable Stars Discovered by the NMW Survey" PZP, vol. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/vast/ -- 122.2 Кб -- 21.02.2016
[ Сохраненная копия ]  Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы
Еще в разделе: (Показать все результаты (>2) - saistud.sai.msu.ru/ )

17. SPUTNIK home page
.
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/goms/engl/goms.htm -- 7.3 Кб -- 14.01.2004
Похожие документы
Еще в разделе: (Показать все результаты (>25) - sputnik.infospace.ru/ )

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

19. http://www.asc.rssi.ru/RadioAstron/software/fakerad/ver_14/install.txt
... To get access to the software you must be registered at the ASC RadioAstron Server "ra.asc.rssi.ru" ------------------------------------------------------ IMPORTANT: At present the software "FAKERAT" runs only under 32 bit Linux workstation in X windows with C shell script. ... All procedure runs under C shell. ... Copy all files from the given directory to your computer. ... Then, copy txt-file representing the current version of orbit to the "orbit" subdirectory located in "fakerat_07041020". ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/software/fakerad/ver_14/install.txt -- 4.5 Кб -- 23.01.2013
Похожие документы

20. Candidate Assignments
... This applet generates an observing list based on an observer's location and time. ... To use this program, enter in your location, and the local times at which you wish to begin and end observing. The date you enter should correspond to the calendar day at the time at which you begin observing. For example, if you wish to observe from 9:37 PM October 23, 2007 until 3:21 AM October 24, 2007, you would enter 21:37 for the starting time, 03:21 for the finish time, and 10/23/2007 for the date. ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/evgeny/transitsearch/transitassignment.html -- 4.0 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>92) - observ.pereplet.ru/ )

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


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

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

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