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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README.

1. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.0/README
XmCCD ----- The programs provided here offer a Linux graphical user interface to astronomical and scientific CCD cameras. ... SBIG has provided the library used here. It is essentially the same library used by commercial software for control of their cameras under Windows. ... This distribution includes source code to utilize the Santa Barbara Instrument Group (SBIG) shared library libsbigudrv.so with a Motif-based graphical user interface program to control SBIG astronomical CCD cameras. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.0/README -- 5.2 Кб -- 23.07.2012
Похожие документы

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

3. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

4. Home Page for SAOimage: The Next Generation
... user-defined data file formats . ... better integration with a user's analysis routines To add such functionality to SAOimage, we developed the XPA Messaging System that allows X programs to define points of public access through which data and commands can be exchanged with external programs. ... We have utilized XPA to develop "SAOimage: The Next Generation" (SAOtng), an extensible image display service that can cooperate with other processes and programs. ... SAOtng help pages . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/ -- 7.1 Кб -- 01.10.2012
Похожие документы

5. XMM-Newton Science Analysis System: Main Page
... The Science Analysis Software (SAS) is an extensive suite of software tools developed to process the data collected by the XMM-Newton Observatory . SAS is released periodically. ... After the release of the general patch to SAS 7.1.0, many users have requested to identify it with a new version number. ... 28/11/2007] General Patch to SAS 7.1.0 : SAS 7.1.0 is able to recognize and process correctly RGS data taken in single readout node sub-mode. ... Pages maintained by SAS librarian . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/ -- 11.9 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>11510) - xmm.vilspa.esa.es/ )

6. Introduction
... ESO-MIDAS is the acronym for the E uropean S outhern O bservatory - M unich I mage D ata A nalysis S ystem which is developed and maintained by the European Southern Observatory. ... In this manual the name MIDAS is used as an abbreviation of ESO-MIDAS. The MIDAS system provides general tools for image processing and data reduction with emphasis on astronomical applications including special reduction packages for ESO instruments at La Silla. ... How to use the MIDAS Manual . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node5.html -- 4.8 Кб -- 23.02.1996
Похожие документы

7. What We Will Provide the Community
Next: About this document Up: Improved Prescription Retrieval and Previous: Prescription Retrieval . ... We have a small amount of funding from ST ScI to provide a HST-specific point spread function generation code. ... It will be available as a stand-alone application, generating PSFs in an interactive session. These can be exported as FITS or binary format files for use in restoration. ... The code will also be available as a FORTRAN subroutine that can be called directly by a user code. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/stsci/meetings/irw/proceedings/reddingd.dir/section3_5.html -- 6.6 Кб -- 18.04.1994
Похожие документы

8. ESO - Newsletter October 2015
... ESO Science Newsletter October 2015 . 08 Oct 2015 . ... This newsletter is a summary of recent ESO Science Announcement items. Follow the links or visit ESO Science Announcements to read more. ... A detailed report on the outcome of the ALMA Early Science Cycle 3 Proposal Review Process is available . ... Read more . ... 17 Sep 2015: . ... Science Operations 2015: Science Data Management . ... You are receiving this newsletter because you subscribed to the ESO Science Newsletter. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/publications/newsletter/oct2015.html -- 35.6 Кб -- 10.04.2016
Похожие документы

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

10. WCSLIB: FITS-WCS and related software
... RelatedљPages . ... FITS-WCS and related software . Several implementations of the FITS WCS standards are available: . The WCSLIB software distribution (i.e. this library) may be obtained from http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/ . ... The Kapteyn Package http://www.astro.rug.nl/software/kapteyn/ by Hans Terlouw and Martin Vogelaar. pywcs , http://stsdas.stsci.edu/astrolib/pywcs/ by Michael Droettboom. ... Gentoo, http://packages.gentoo.org/package/sci-astronomy/wcslib . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/software.html -- 8.5 Кб -- 10.04.2016
Похожие документы

11. ASP: National Astronomy Education Projects
home education > resources . SEARCH ASP SITE: Match ALL words Match ANY word . ... Again, we note that only projects or educational organizations are listed, not simply commercial producers of video. ... Ken Brecher at Boston University is also a leader of this project, but contact the Education Dept. at the Center for Astrophysics; address on last page.) http://mo-www.harvard.edu/MicroObservatory . ... NASA Imagine the Universe Project (formerly the High Energy Astrophysics Learning Center): . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/resources/naep03.html -- 23.4 Кб -- 02.10.2012
Похожие документы

12. Software Store - Programmers Notes
Digital Unix Fortran Compiler + OSF/1: . All codes run satisfactorily on Digital/Compaq Alpha processors. ... All codes compile. ... All f77 codes compile. ... In f77 the INC|LUDE statement enabled the creation of common code that could be shared between subprogram units. ... My convention is to place INCLUDE files containing global COMMON variables in a defined folder in the software folder structure currently ./include (to be replaced by ./inc when I have debugged all the references). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_notes_f.html -- 4.0 Кб -- 08.07.2002
Похожие документы

13. The NMW survey homepage
NMW survey overview . Access image archive . ... The New Milky Way survey aims to detect bright (V<13.5) optical transients near the Galactic plane using an automated wide-field (8x6 deg.) system capable of surveying the whole Milky Way area visible from the observing site in one night. ... All images obtained during the transient search survey are available online (please use the image archive access form ). ... Images per field: . ... Images per night: . ... Milky Way imaging time: . ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/nmw/ -- 10.7 Кб -- 18.02.2015
Похожие документы
Еще в разделе: (Показать все результаты (>4) - scan.sai.msu.ru/ )

14. http://crydee.sai.msu.ru/ftproot/pub/comp/software/netscape/1.x/unix/README
Netscape 1.12 (X11) ============================================================================== *********************************************** IMPORTANT! ... Security Fix Description ============================================================================== TECHNICAL BACKGROUND Netscape Navigator uses random information to generate session encryption keys of either 40 or 128 bits in length. ... SunOS 4.1, Linux, and BSDI: These distributions also includes a directory called "nls". ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/software/netscape/1.x/unix/README -- 8.3 Кб -- 26.09.1995
Похожие документы

15. STScI NICMOS Software
Next: NICMOS Science Up: NICMOS Data Calibration and Previous: NICMOS Software at the . ... Reference File Tools . Image Analysis and Reduction . ... These include the tasks used in the STScI pipeline, tools to generate the reference files used by the calibration pipeline tasks, and general image analysis, manipulation, and arithmetic tasks. ... Calnica is used to apply instrumental calibrations to individual datasets, while calnicb is used to process associated sets of NICMOS images. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/sardinia/node17.html -- 9.7 Кб -- 12.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>283) - www.stecf.org/ )

16. Astronaut Bio: Bruce McCandless II
National Aeronautics and Space Administration . ... Bruce McCandless II (Captain, USN, Ret.) NASA Astronaut (former) . ... He was a member of the astronaut support crew for the Apollo 14 mission and was backup pilot for the first manned Skylab mission (SL-1/SL-2). ... A veteran of two space flights, McCandless has logged over 312 hours in space, including 4 hours of MMU flight time. ... With the completion of this flight McCandless logged 191 hours in space (including 4 hours of MMU flight time). ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/mccandless-b.html -- 9.2 Кб -- 07.07.2015
Похожие документы

17. http://www.arcetri.astro.it/irlab/labir/labir.html
The activities of the group started at the end of 70's with the building of FIRT: the photometer of the National Infrared Telescope ( TIRGO ). The group has also developed a large amount of software and procedures in order to define all the relevant parameters of the systems. ... See also the local Labir4Giano pages. ... In addition to the development of the above instruments, we also carried some observations in collaboration with the science groups of Arcetry Observatory. ... Giano Local Page . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/labir/labir.html -- 8.1 Кб -- 13.11.2014
Похожие документы

18. http://www.naic.edu/alfa/ealfa/meeting2/handouts/NAIC_guidelines.pdf
NAIC Guidelines for ALFA Consortia Proposals (Draft May 7, 2004) R. L. Brown At the May 6, 2004 teleconference of the ALFA System Advisory and Planning (ASAP) committee several issues were identified as being critical to informing the process by which guidelines are developed by NAIC for handling the ALFA consortia proposals. ... Planning for shared-risk precursor observations, a primary purpose of which is to demonstrate the readiness of the survey teams to conduct their planned survey observations. ...
[ Текст ]  Ссылки http://www.naic.edu/alfa/ealfa/meeting2/handouts/NAIC_guidelines.pdf -- 96.7 Кб -- 12.05.2006
Похожие документы

19. LAB Ephem. Astronomy-ERA
The software package ERA (Ephemerides for Research in Astronomy) is a problem-oriented software system for solving heterogeneous calculating tasks of Ephemeris and Dynamical Astronomy. The package makes it possible to produce ephemeris calculations needed for both planning various observational programs and processing the resulting observations. ... The system includes packages of processing the position observations by both the Least Squares Method and by Kalman filtering. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LEA/ENG/engera.htm -- 5.8 Кб -- 09.04.2016
Похожие документы

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

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


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

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

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