Найдено документов: 199933 (144 сайтов) ---- Время поиска: 0.49сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/ekopr_c.html.
http://www.stsci.edu/~sontag/spicedocs/cspice/ekopr_c.html.
1. ADASS 2003 Conference Proceedings
... McMullin, J. P., Golap, K., & Myers, S. T. 2003, in ASP Conf. ... 314 Astronomical Data Analysis Software and Systems XIII, eds. F. Ochsenbein, M. Allen, & D. Egret (San Francisco: ASP), 468 . ... The AIPS++ (Astronomical Information Processing System) Project has developed a codebase of libraries, tookits, and applications for the analysis of radio astronomical data. ... The existing framework of AIPS++ is built upon proprietary technology (e.g., Glish) and as such represents a fairly closed system...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass03/P4-27/ -- 11.4 Кб -- 14.08.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1877) - www.adass.org/ )
2. casacore: ms/MeasurementSets/MSValidIds.h Source File
... Files . ... subtables) or the indicated row number does not exist 00097 // in that sub-table where appropriate. 00098 // group 00099 Int antenna1 ( uInt rownr ) const ; 00100 Int antenna2 ( uInt rownr ) const ; 00101 Int dataDescId ( uInt rownr ) const ; 00102 Int fieldId ( uInt rownr ) const ; 00103 Int observationId ( uInt rownr ) const ; 00104 Int processorId ( ... 1 : testResult;} 00133 00134 Bool checkRow ( uInt rownr) const { return rownr < ms_p . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/MSValidIds_8h_source.html -- 24.9 Кб -- 14.02.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>18044) - www.atnf.csiro.au/ )
3. USC Manager Tool Design Concept page
This tools manages the creation and deletion of USC types, and the application and removal of USC's on visits. accepts the following as inputs: . ... a list of windows (required input) . ... a list of visits (optional input) . ... passes visit selection criteria to a TBD query tool and accept a visit list from that tool in return. inserts USC records into assist for each visit. accepts the following as inputs: . ... A visit list must be provided if the USC type does not already exist.) ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/spst/lrpg/mupid/createuscs-concept1.html -- 6.2 Кб -- 16.05.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>14013) - www.stsci.edu/ )
4. Infrared jitter imaging data reduction algorithms
... Jitter imaging (also known as microscanning ) is probably one of the most efficient ways to perform astronomical observations in infrared. ... This paper discusses the various issues attached to each data processing step and offers several algorithms, having in mind an automatic data processing in pipeline mode (i.e. without user interaction) as intended for the VLT. ... Poisson offset generation . ... Frame offset detection . ... Peak detection algorithm . ... Header offsets . ... Linear average . ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/projects/dfs/papers/jitter99/ -- 9.5 Кб -- 23.06.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>66124) - www.eso.org/ )
5. Observational data
Next: Required observational data Up: File Formats Required Previous: CCD photometry . Every instrument seems to produce its data in a different format. However, it is relatively simple to re-format the data to a standard form; MIDAS table files are the obvious standard form to use. Usually the conversion is done in two steps: first reformat the existing data as an ASCII file with all records in the same format, and then convert this ASCII file to MIDAS table format. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node634.html -- 5.5 Кб -- 23.02.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2959) - www.sao.ru/ )
6. Reading Client Input in Apache 1.2
Apache 1.1 and earlier let modules handle POST and PUT requests by themselves. The module would, on its own, determine whether the request had an entity, how many bytes it was, and then called a function ( read_client_block ) to get the data. ... This step also sends a 100 Continue response to HTTP/1.1 clients, so should not be called until the module is *definitely* ready to read content. (otherwise, the point of the 100 response is defeated). ... Finally, call ap_get_client_block in a loop. ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/misc/client_block_api.html -- 4.8 Кб -- 15.10.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>114) - neptun.sai.msu.ru/ )
7. twistedActor Version History
... Remove Device.startCmdList . ... Bug fix: DeviceSet.startCmd and startCmdDict did not wait for all device commands to finish if a device had more than one command. ... The value returned by the callback is ignored, instead of being used to start a new device command. ... Bug fix: Device's connection state callback did not detect if a connection failed or was failing. ... Added link to Doxygen documentation in main manual and created this version history file. ... First version with version history. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/twistedActor/versionHistory.html -- 5.1 Кб -- 04.06.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>578) - www.apo.nmsu.edu/ )
8. mod_dir - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Provides for "trailing slash" redirects and serving directory index files . ... A file written by the user, typically called index.html . The DirectoryIndex directive sets the name of this file. ... A "trailing slash" redirect is issued when the server receives a request for a URL http://servername/foo/dirname where dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to http://servername/foo/dirname/ . ... mod_dir . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_dir.html -- 17.2 Кб -- 18.02.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9245) - www.arcetri.astro.it/ )
9. OptInt PmWiki : Upgrading From Pm Wiki 1
OptInt PmWiki . Pm Wiki / . ... This page gives suggestions for upgrading an existing PmWiki 1.x installation to use PmWiki 2.0. In this page we assume that a site administrator already has a site running using PmWiki version 1.x or earlier in a somewhat standard configuration, and wants to upgrade to the 2.0 software. ... The approach given here allows the administrator to install, configure, and test PmWiki 2.0 on an existing set of pages without risking an existing 1.x installation. ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/UpgradingFromPmWiki1 -- 26.9 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3461) - www.mrao.cam.ac.uk/ )
10. XFree86/OS2 Available Ported Software - Tools
... Alliance-3.0 (EDA/VLSI design tools) (by Christoph Jaeschke , probably requires LessTif ) . ... 01oct98) Nedit 5.0.2 editor , (by Alexander Mai , see also version 5.01 , by Greg Kondrasuk , requires LessTif ) . ... 28jan98) XMGR plotting software (by Alexander Mai ) . ... 28jan98) Nedit 5.01 (by Alexander Mai , requires LessTif ) . ... 07apr98) XDIR 2.1 , File mgr and ftp (by Alexander Mai , requires LessTif ) . 28jan98) XFTP 2.1 (by Alexander Mai , requires LessTif ) . ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/xf86ptool.html -- 18.4 Кб -- 23.10.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2031) - crydee.sai.msu.ru/ )
11. MaximDL и PinPoint с ошибкой "The plate's exposure start time is required for
... MaximDL и PinPoint с ошибкой "The plate's exposure start time is required for catalog proper motion calculation. Check the attached image." ... Прошу помощи в разборках с MaximDL и PinPoint. ... Кадры открываются в MaximDL при указании формата RAW и размера. Когда пытаюсь распознаться ПинПоинтом (или в Максиме или в отдельном) вылезает ошибка: The plate's exposure start time is required for catalog proper motion calculation. ... Откуда качнуть эти метры? http://www.cyanogen.com/help/maximdl.. ...
[
Сохраненная копия
]
Ссылки http://www.starlab.ru/showthread.php?t=21412 -- 89.1 Кб -- 11.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>321) - www.starlab.ru/ )
12. http://vo.astronet.ru/files/ivoa_interop2006.pdf
Storing and accessing the largest astronomical catalogues with the SAI CAS project S. Koposov1,2,3, O. Bartunov2, S. Karpov4 et al2. ... Why we want to build our own Catalogue Access Service The requirements for our CAS system The importance of the Database for the CAS (PostgreSQL & Q3C) The technical realization of CAS What has been already done Example of work TODO Storing and Accessing Astronomical Catalogues Existing projects CDS OpenSkyQuery CASjobs with SDSS They are all really great! ...
[
Текст
]
Ссылки http://vo.astronet.ru/files/ivoa_interop2006.pdf -- 2922.2 Кб -- 29.12.2009
[ Текст ] Ссылки http://lnfm1.sai.msu.ru/~math/docs/ivoa_interop2006.pdf -- 2922.2 Кб -- 22.09.2006
Похожие документы
[ Текст ] Ссылки http://lnfm1.sai.msu.ru/~math/docs/ivoa_interop2006.pdf -- 2922.2 Кб -- 22.09.2006
Похожие документы
Еще в разделе:
(Показать все результаты (>217) - lnfm1.sai.msu.ru/ )
13. http://www.naic.edu/vscience/schedule/2015Fall/WolszczantagP2997.pdf
Proposal Identification No.: ... This proposal has not been submitted before. Proposal Type: General Category: Observation Category: Time Requested this semester: Hours Next Semester: Hours already used for this pro ject: Additional Hours required to complete pro ject: Minimum Useful Time : Expected Data Storage: Prop osal Title: ABSTRACT: Director Discretionary Time Pulsars Galactic 40 0 0 0 2 less than 100 GB High-cadence timing observations of the planets pulsar , PSR ...
[
Текст
]
Ссылки http://www.naic.edu/vscience/schedule/2015Fall/WolszczantagP2997.pdf -- 58.9 Кб -- 07.03.2015
Похожие документы
Похожие документы
14. The Network Time Protocol (NTP) Distribution
... The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. ... Information on the NTP architecture, protocol and algorithms can be found in the Further Information and Bibliography page. The Building and Installing the Distribution page presents an overview of the procedures for compiling the distribution and installing it on a typical client or server. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~er/xntp/ -- 8.7 Кб -- 21.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1991) - www.sai.msu.su/ )
15. Abstract 204
In the literature, there is an ambiguity pertaining to the existance of a far-IR excess in RS CVn systems. ... We found 72 acceptable detections in the 12mu band, and 40 in the 25mu band (50% more than the IRAS Point Source Catalog). ... Furthermore, at the higher wavelength bands the IRAS angular resolution drops from 0.5 arcmin at 12mu to 2 arcmin at 100mu and the background becomes very complex so one cannot be certain about the origin of the observed flux. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~ambn/abstract197.html -- 2.9 Кб -- 16.08.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2168) - star.arm.ac.uk/ )
16. http://hea-www.harvard.edu/PINTofALE/pro/idlabel.pro
function idlabel, idstr ,idx,Zbeda=Zbeda,Ibeda=Ibeda,Wbeda=Wbeda,Lbeku=Lbeku,$ wform = wform , wstyle = wstyle ,sep=sep, intex = intex , _extra=e ;+ ;function idlabel ; return a string array containg a nicely formatted set of labels, ; appropriate for each of the IDs in an ID structure. ; ;syntax ; label=idlabel( idstr ,idx,/Zbeda,/Ibeda,/Wbeda,/Lbeku,$ ; wform = wform , wstyle = wstyle ,sep=sep, intex = ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/PINTofALE/pro/idlabel.pro -- 6.6 Кб -- 10.05.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2135) - hea-www.harvard.edu/ )
17. Vladimir Marsakov Abstracts
... The relation between the metallicity of F stars and their loci on the c 1 , diagram is investigated for a semple 2000 galactic-disk F stars having uvby data. ... По данным uvby -фотометрии, для двух тысяч F-звезд диска Галактики изучена связь между их металличностью и положением на диаграмме c 1 , . ... Если считать, что распределение металличности звезд диска в диапазоне lg Z/Z (или [Fe/H]) от -0.5 до +0.3 непрерывно, то Y 0.02. ...
[
Сохраненная копия
]
Ссылки http://ip.rsu.ru/~marsakov/abs/abst16.htm -- 7.1 Кб -- 02.02.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>61) - ip.rsu.ru/ )
18. inf1: Atomic and Molecular Data 2000
... The planned colloquium is attached to JENAM-2000, so we supply in this . Information letter a short description on the meeting. ... application of spectroscopic data. ... obtaining experimentally and theoretically of a vast bulk of atomic and . molecular data for various astrophysical problems and the ways how to . ... JENAN-2000 meeting. ... The Registration and accommodation are common both for main JENAM-2000 . ... form for the main JENAM-2000 meeting is mandatory for receiving the support. ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/staff/afk/AtDatCentre/ADA_ASTR/COLL2000/Inf1.html -- 14.4 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>246) - www.astro.spbu.ru/ )
19. http://www.stecf.org/conferences/adass/adassVII/reprints/pirenneb.ps.gz
... OnTheFly ReCalibration of HST Observations B. Pirenne and A. Micol Space Telescope -- European Coordinating Facility, ESO, Garching, D85748 D. Durand and S. Gaudet Canadian Astronomy Data Centre, DAO, Victoria, BC Abstract. ... Onthefly recalibration data flow: from request submis sion to data delivery. ... Onthefly recalibration has another advantage for our archive sites: we only need to keep the raw data and calibration reference files online for the process to be automatic. ...
[
Текст
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/pirenneb.ps.gz -- 75.6 Кб -- 12.06.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>252) - www.stecf.org/ )
20. astro-ph authors/title/abstract search for 'galaxy cluster' (skipped 200) all
Title: A New Model of the Gravitational Lens 0957+561 and a Limit on the Hubble Constant . Authors: Norman A. Grogin , Ramesh Narayan (Harvard Univ.) ... Title: ROSAT/PSPC observation of the distant cluster CL0939+472 . ... Title: Interaction in the Bimodal Galaxy Cluster A3528 . ... Title: Cosmological Implications of Galaxy Cluster Evolution . ... Title: Galaxy Cluster Virial Masses and Omega . ... Matches 201 to 222 from a total of 222 matches for the search pattern galaxy cluster . ...
[
Сохраненная копия
]
Ссылки http://sed.sao.ru/lit/gal_clust3.html -- 18.6 Кб -- 17.07.2001
Похожие документы
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда