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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node471.html.

1. Order Definition: Methods STD and COM
Next: Order definition: Method Up: Reduction using Standard Previous: Reduction using Standard . If DEFMTD is set to STD or COM , WIDTH1 is the width of a single echelle order. To find this value load the ORDREF on the display using LOAD/IMAGE and use for example the commands GET/CURSOR or EXTRACT/TRACE and PLOT/IMAGE TRACE . A superior method which will be needed later in the reduction any way is to extract a column and to produce a plot on the hardcopy device. ... PLOT/COL ima @x . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node480.html -- 3.3 Кб -- 23.02.1996
Похожие документы

2. http://zebu.uoregon.edu/1998/es202/distribution.html
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/es202/distribution.html -- 4.8 Кб -- 27.01.1998
Похожие документы
Еще в разделе: (Показать все результаты (>388) - zebu.uoregon.edu/ )

3. casacore: casa::Aberration Class Reference
... Classes . ... casa::Aberration . ... More... #include < Aberration.h > . ... Aberration (const Aberration &other) . ... operator() ( Double epoch) . ... Actual Aberration for a certain Epoch is calculated by the () operator as Aberration(epoch), with epoch Double MJD, values returned as an MVPosition . ... Double casa::Aberration::aval [3] [private] . ... Double casa::Aberration::checkEpoch [private] . ... Double casa::Aberration::dval [3] [private] . ... const Double casa::Aberration::INTV [static]...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Aberration.html -- 40.4 Кб -- 14.02.2011
Похожие документы

4. Relevant Standards - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Miscellaneous Documentation . ... This page documents all the relevant standards that the Apache HTTP Server follows, along with brief descriptions. ... http://www.rfc-editor.org/errata.php - RFC Errata . ... This document summarizes the history of HTML development, and defines the "text/html" MIME type by pointing to the relevant W3C recommendations. ... HTML documents are SGML documents. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/misc/relevant_standards.html -- 12.9 Кб -- 19.11.2015
Похожие документы

5. http://www.stsci.edu/hst/HST_overview/documents/multidrizzle/ch44.html
The astrometric information in FITS images (also referred to as the WCS) is stored in the header using a standard set of keywords. The reference location is defined by the following keywords: . ... CD1_1 is the partial of first axis coordinate w.r.t. x . ... This facilitates proper translation of pixel to sky coordinates for science analysis, and allows for all the necessary shifting information for each image to be stored in the header of the image itself for future alignment reference. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/HST_overview/documents/multidrizzle/ch44.html -- 10.1 Кб -- 05.02.2013
Похожие документы

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

7. Appending standard output to a file
. To append the standard output from a command to a file use two >> (greater than) symbols followed by the name of the file. If the file does not exist it is created. For example: cat part1 > chapt2 cat part2 >> chapt2 . This creates a file called chapt2 with the same contents as part1 . It then reads the contents of part2 and appends them to the file chapt2 . The file chapt2 now contains the data from part1 followed by the data from part2 .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.3.html -- 2.2 Кб -- 17.01.1997
Похожие документы

8. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

9. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

10. http://xmm.vilspa.esa.es/external/xmm_sw_cal/icwg/presentations/WS_SC.txt
... Does it have to be a constant-flux source? ... Source added during later "Forum" discussion. ... The various missions represented at the discussion identified their usage of these sources as follows: XMM : RXJ1856 1E0102 Crab N132D GD153 Chandra : RXJ1856 1E0102 CAS A G21.5 Suzaku : RXJ1856 1E0102 CAS A Crab RXTE : CAS A Crab Swift : RXJ1856 1E0102 CAS A Crab INTEGRAL : CAS A Crab LABORATORY ABSOLUTE STANDARDS ------------------------------- Considering the resort, in other...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/external/xmm_sw_cal/icwg/presentations/WS_SC.txt -- 6.8 Кб -- 20.06.2006
Похожие документы

11. C, UNIX and Standard Libraries
... Using UNIX System Calls and Library Functions . ... To use system calls and library functions in a C program we simply call the appropriate C function. Examples of standard library functions we have met include the higher level I/O functions -- fprintf() , malloc() .. ... For most system calls and library functions we have to include an appropriate header file. e.g. stdio.h, math.h . ... Information on nearly all system calls and library functions is available in manual pages. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1119) - jet.sao.ru/ )

12. http://xray.sai.msu.ru/~ivan/gmt/man/blockmean.html
blockmean - filter to block average (x,y,z) data by L2 norm blockmean [ xyz [ w ] file ( s ) ] -I x _ inc [ m|c ][/ y _ inc [ m|c ]] -R west / east / south / north [ r ] [ -H [ nrec ] ] [ -N ] [ -V ] [ -W [ io ] ] [ -: ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] blockmean reads arbitrarily located (x,y,z) triples [or optionally weighted quadruples (x,y,z,w)] from standard input [or xyz [ w ] file ( s )] and writes to standard ... Default is (longitude,latitude)]. -bi Selects binary input. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/blockmean.html -- 5.8 Кб -- 19.03.1999
Похожие документы

13. Spectrum v1 - Examples
In order to calculate the line profile of a given absorption line for atomic species Z with a wavelength LAMBDA (in Angstroms) and a microturbulent velocity VT (in km/s). ... mode . ... 1) The input model may contain more than one model (i.e. it may be an entire grid of models). Spectrum will cycle through this grid NMOD times, omitting NSKIP-1 models from the . ... However, the input data following MODE must be repeated NMOD times in order to obtain equivalent results for each model in the grid. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_v1_examples.html -- 7.6 Кб -- 02.06.2003
Похожие документы

14. TwistedActor.Actor Standard Commands
... Standard Commands . ... TwistedActor.Actor is core code for writing an actor: an instrument control computer (ICC) or hub-based script that does something useful. This manual describes the standard commands and keywords that any actor based on TwistedActor.Actor will support. All actors based on TwistedActor typically support the following standard commands (plus additional device-specific commands documented in that actor's manual). ... Connect one or more devices (if not already connected). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/twistedActor/standardCommands.html -- 6.4 Кб -- 19.07.2012
Похожие документы

15. xntpd - Network Time Protocol (NTP) daemon
... xntpd is an operating system daemon which sets and maintains the system time-of-day in synchronism with Internet standard time servers. xntpd is a complete implementation of the Network Time Protocol (NTP) version 3, as defined by RFC-1305, but also retains compatibility with version 1 and 2 servers as defined by RFC- 1059 and RFC-1119, respectively. xntpd does all computations in 64-bit fixed point arithmetic and requires no floating point support. ... Specify the name and path of the log file. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/xntpd.html -- 7.5 Кб -- 21.12.2007
Похожие документы

16. http://www.eso.org/~qc/dfos/CalSelector%20Raw2Master.pdf
... Re-implement the Raw2Raw, using the same OCA rules of point 1 and making use of real and virtual products 3. ... Virtual products Point 2 requires to create the virtual products in the DB: a virtual product is a pipeline product that would be generated if the pipeline was run with a given set of input files, e.g. a master bias or a master flat. ... It will then look into the provenance table for the raw files that went into that product and repeat the OCA evaluation until no raw files are found. ...
[ Текст ]  Ссылки http://www.eso.org/~qc/dfos/CalSelector%20Raw2Master.pdf -- 467.8 Кб -- 14.11.2014
Похожие документы

17. Automated Photometric Calibration Software For IRAF
... New IRAF tools for the photometric calibration of optical/IR images are presented. The new tools are standard star catalog and world coordinate driven, requiring both accurate standard star catalog coordinate and accurate image coordinate data. Network access to standard star catalog servers is supported. ... The photometric calibration software will automatically convert the standard star coordinates from the standard star coordinate system to the image coordinate system. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P3-02/ -- 11.6 Кб -- 29.05.2001
Похожие документы

18. Source Re-organisation
As of 1.3, the Apache source directories have been re-organised. This re-organisation is designed to simplify the directory structure, make it easier to add additional modules, and to give module authors a way of specifying compile time options or distribute binary modules. ... The non-module source files have moved from src into src/main . ... Configure . ... For example, say it is called mod_demo.c. The archive for this module should consist of two files, in a suitable directory name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sourcereorg.html -- 12.8 Кб -- 15.10.2001
Похожие документы

19. Stellarium: PreModelViewFunc Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ClassљList . ClassљIndex . ClassљHierarchy . ClassљMembers . PreModelViewFunc Class Reference . Allows to define non linear operations in addition to the standard linear (Matrix 4d) ModelView transformation. ... The documentation for this class was generated from the following file: . ... Generated on Sat Aug 10 2013 17:12:45 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classPreModelViewFunc.html -- 4.0 Кб -- 28.02.2014
Похожие документы

20. The CIMA Standard On/Off Menu
. This is the CIMA standard on/off menu: . The following is the on-line help page for standard on/off: . You can return to the main CIMA page by clicking here .
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_win_obs_onoff.html -- 1.8 Кб -- 01.03.2012
Похожие документы

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


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

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

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