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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mrao.cam.ac.uk/~bn204/phd_era/oof/manual.ps.

1. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm
... A file upload element on an HTML form. ... JavaScript 1.1: added type property . ... The HTML INPUT tag, with "file" as the value of the TYPE attribute. For a given form, the JavaScript runtime engine creates appropriate FileUpload objects and puts these objects in the elements array of the corresponding Form object. ... form . ... For all FileUpload objects, the value of the type property is "file" . ... Use the value property to obtain the file name that the user typed into a FileUpload object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm -- 19.0 Кб -- 07.10.1999
Похожие документы

2. Description
... CTI . ... The table is used/accessed by: CAL_ctiCorrect() Generic CTI correction algorithm: . ... The table is used/accessed by: CAL_pnCtiCorrect() Main table to drive the high-accuracy EPN CTI correction algorithm in calpnalgo; Contains four sets of parameters per CCD column; numbers come from hardware group at MPE . ... The table is used/accessed by: CAL_pnAdditionalGainCtiCorrect() Holds single scalar offset values used by EPN gain correction in calpnalgo . ... The table is used/accessed by: TBD....
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node699.html -- 17.1 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>19841) - xmm.vilspa.esa.es/ )

3. Table of Contents
... Chapter 1: About This Document . ... 1.4 Technical Content . ... Chapter 3: Fixed and Generic Targets . ... Chapter 5: Visits, Exposures and Exposure Groups . ... Chapter 9: Space Telescope Imaging Spectrograph (STIS) . ... 9.3 Mode = ACQ/PEAKConfig = STIS/CCD . ... Chapter 12: Cosmic OriginsSpectrograph (COS) . ... 12.2 Mode = ACQ/SEARCHConfig = COS/FUV . 12.3 Mode = ACQ/PEAKXDConfig = COS/FUV . 12.4 Mode = ACQ/PEAKDConfig = COS/FUV . 12.5 Mode = ACQ/SEARCHConfig = COS/NUV . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/p2pi/HTMLjavahelpCy20/toc.html -- 24.8 Кб -- 31.05.2012
Похожие документы

4. Conformance: requirements and recommendations
... SGML . The text/html content type . In this section, we begin the specification of HTML 4.0, starting with the contract between authors, documents, users, and user agents. ... These recommendations are not normative and conformance with this specification does not depend on their realization. ... An HTML document is an SGML document that meets the constraints of this specification. ... A user is a person who interacts with a user agent to view, hear, or otherwise use a rendered HTML document. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/conform.html -- 12.1 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/conform.html -- 12.1 Кб -- 24.04.1998
Похожие документы

5. Page contents
Next: Presentation of the results Up: World Wide Web version Previous: WWW access . On the main page, a very short description of the program may be found. ... The first link brings the user to a very friendly interface of the main code, where all parameters can be set and the calculations can be started. The second lonk provides a list of papers containing the results of the Scenario Machine calculations beginning from 1983 untill 1996 and a short description of the code. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/sceintro/poster/be_inwww/node7.html -- 3.0 Кб -- 21.06.1996
Похожие документы
Еще в разделе: (Показать все результаты (>482) - xray.sai.msu.ru/ )

6. casacore: casa::Link< t > Class Template Reference
... Class List . ... include <iostream> #include < casa/Containers/Link.h > main() { Link<int> *hed = new Link<int>(23); hed = new Link<int>(12,0,hed); hed = new Link<int>(19,0,hed); hed = new Link<int>(10,0,hed); while (hed) { Link<int> *cur = hed; hed = hed->unlink(); cout << cur->val() << " " ; delete cur; } cout << endl; } . ... As each new link is being created, the new element goes at the beginning of the list because the previous head of the list, hed , is being passed in as the next list element...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Link.html -- 28.7 Кб -- 14.02.2011
Похожие документы

7. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1455) - www.mso.anu.edu.au/ )

8. The Structure of HTML 3.0 Documents
... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ... To identify the document as being HTML 3.0, it is recommended that documents start with the prologue: <!doctype HTML public "-//W3O//DTD W3 HTML 3.0//EN"> . ... HTML 3.0 documents formally have the following structure: <HTML> <HEAD> head elements .. ... HTML> . ... The permitted syntax of HTML 3.0 compliant documents is specified by the...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/overview.html -- 4.2 Кб -- 19.12.1996
Похожие документы

9. Preparation of parameter file
Next: Parameters Up: How to use CONSTRICTOR Previous: NPOI raw data files Contents . The parameter file contains information for CONSTRICTOR on the location of the raw data files, start and stop times, integration time, etc. ... The parameter file, YYYY-MM-DD.par , can now be created using the rawlist procedure of . ... Check beginning and tail of the listing for each file. ... Next: Parameters Up: How to use CONSTRICTOR Previous: NPOI raw data files Contents Christian Hummel 2015-04-28 ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node228.html -- 6.1 Кб -- 28.04.2015
Похожие документы

10. EPHEMERIDIES OF MINOR PLANETS (EMP)
EPHEMERIDES OF MINOR PLANETS . The yearbook "Ephemerides of minor planets" (published since 1948) contains information on orbital elements of numbered minor planets and the circumstances of their observations during the best observation periods. ... orbital elements of 430405 minor planets, numbered as of March 5, 2015 and dates of their oppositions in 2016; . ... opposition ephemerides of minor planets; . ... information on the "Updated Ephemerides of Minor Planets" service; . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/engephem.htm -- 5.4 Кб -- 09.04.2016
Похожие документы

11. Apache module mod_negotiation
... Source File: mod_negotiation.c . Module Identifier: negotiation_module Content negotiation, or more accurately content selection, is the selection of the document that best matches the clients capabilities, from one of several available documents. ... A type map (a file with the handler type-map ) which explicitly lists the files containing the variants. ... Apache only recognizes encodings that are defined by an AddEncoding directive. ... Content-Language: . ... Module: mod_negotiation . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_negotiation.html -- 9.8 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>118) - neptun.sai.msu.ru/ )

12. The SRON-HeaD Data Analysis System
Next: Three-dimensional Data Analysis in IRAF and ZODIAC+ . ... A data analysis system has been developed at SRON, which has been designed to allow rigorous control of the quality of its processed data products. ... This means recording all parameters of all steps which lead to the establishment of the final data products (Figure 1 ). ... Figure: A processing pipeline is a sequence of tasks with several input/output files and parameters, which pass data from one task to the next. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/devriesc.html -- 9.7 Кб -- 23.06.1998
Похожие документы

13. mod_negotiation - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . Available Languages: en | ... Source File: . ... The MultiViewsMatch directive configures whether Apache will consider files that do not have content negotiation meta-information assigned to them when choosing files. ... The ForceLanguagePriority directive uses the given LanguagePriority to satisfy negotation where the server could otherwise not return a single matching document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_negotiation.html -- 18.1 Кб -- 10.12.2010
Похожие документы

14. (EHIPS) Content
The site is dedicated to environmental health data processing: methodologies and software that implements them. Contains information both for beginners (green semaphore) and professionals (red semaphore). Nothing to download in English so far; however, you may obtain consultation and test processing of your data with our system (free). There are things for download in Russian: a lite version of EHIPS software and tutorial materials . Description of EHIPS . ... Russian version . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/ehips/EngCont.htm -- 6.2 Кб -- 15.01.2009
Похожие документы

15. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

16. Cosmological Issues for Theorists
. ___________________________________________________________________ The Electronic Universe Project e-mail: nuts@moo.uoregon.edu
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/cosmo.html -- 6.5 Кб -- 19.04.1999
Похожие документы
Еще в разделе: (Показать все результаты (>284) - zebu.uoregon.edu/ )

17. http://www.naic.edu/~tghosh/software/wpolyfit.pro
... YFIT=A(0)+A(1)*X+A(2)*X^2+.. ... Apr 21, 1988 RWT GSFC use new DETERM_PDP ; Aug 29, 1989 RWT modify for SUN IDL ; Jun 21 1991 GRA CASA cleaned up; tested on SUN, DEC, VAX; ; updated prolog; ; 11 May 94 PJL print a warning if any of the weights are negative ; ;- ;****************************************************************************** pro wpolyfit ,xin,yin, weight , ndeg ,a, yfit , chisqr ; npar = n_params(0) if (npar eq 0) then begin print,' WPOLYFIT ,XIN,YIN, WEIGHT , ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/wpolyfit.pro -- 7.9 Кб -- 15.08.2004
Похожие документы

18. http://www.astro-soc.odessa.ua/
... Astronomical Observatory, Shevchenko Park, Odessa, 65014, . ... The XVI -th G. Gamow's Odessa Astronomical Summer Соnference-School, 14-20 August, 2016, Odessa, Ukraine . ... The XV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 16-23 August, 2015, Odessa, Ukraine . ... The XIV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 17-23 August, 2014, Odessa, Ukraine . ... The XIII -th G. Gamow's Odessa Astronomical Summer Соnference-School, 19-25 August, 2013, Odessa, Ukraine . ...
[ Сохраненная копия ]  Ссылки http://www.astro-soc.odessa.ua/ -- 16.6 Кб -- 15.03.2016
Похожие документы
Еще в разделе: (Показать все результаты (>13) - www.astro-soc.odessa.ua/ )

19. Telescope Parameters
... Wind Baffle Parameters . ... As part of this analysis, the volume, mass, center of gravity and mass moment of inertia of the telescope and optics support structure (OSS) were computed. ... The total moment of inertia of the circular floor panel, wind baffle and telescope in azimuth should be correct to 30% but is dependent on estimates of the mass of equipment supported below and above the circular floor panel. ... Table 8 : Masses and mass moments of inertia of the wind baffle components. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19970514_BasicTelescopeInfo/19970514.html -- 20.6 Кб -- 19.05.1998
Похожие документы

20. http://hea.iki.rssi.ru/conf/hea2007/internal/templates/rss_viewer.tpl
rss version= 2.0 xmlns :dc= http :// purl.org /dc/elements/1.1/ xmlns :syn= http :// purl.org / rss / 1.0 /modules/syndication/ xmlns : content = http :// purl.org / rss / 1.0 /modules/ content / xmlns :rdf= http ://www.w3.org/1999/02/22-rdf-syntax-ns# channel title ?=$ title ? / ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/internal/templates/rss_viewer.tpl -- 1.6 Кб -- 26.07.2007
Похожие документы

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


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

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

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