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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/class-use/ImageStack.html.

1. Summary List of Setup File Parameters
Next: Details of Setup File Up: Setup Files Previous: Examples of Setup Files Contents . A list of the setup parameters is given below, followed by detailed information on each setup paramater in Section 3.6.4 . ... Note that the VLBA uses the concept of baseband channels. ... BBC: BBC assigned to each baseband channel. ... IFCHAN: IF channel to BBC for each baseband channel. ... NCHAN: Number of baseband channels. ... TPSPEEDH: Tape speed in inches per second at high density (obsolete). ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/Summary_List_Setup_File_Par.html -- 13.8 Кб -- 10.04.2016
Похожие документы

2. Optional and mandatory parameters
... Each parameter has a default value, which is used if no parameter is specified on the command line. A parameter may be either mandatory or optional . The default value and mandatory attribute are specified in the parameter file. ... If an optional parameter is not specified, the default is used. Note: Mandatory parameters have a default value for use in the GUI. The GUI assigns values to all parameters and does not treat mandatory parameters specially. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/param/node16.html -- 3.8 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>13774) - xmm.vilspa.esa.es/ )

3. Regions and Source Parameters
... This section will deal with obtaining photons within specified regions of an image. Available regions are: Annulus Box Circle Ellipse Field -- entire field Irregular region based on intensity of map... i.e. region defined by contour levels. ... The imcnts task in the xray-spatial package sums the source and background counts in specified regions, and subtracts one from the other properly normalized. ... imcnts* - Find counts in an extended region, after removing an embedded point source . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node89.html -- 5.8 Кб -- 01.10.2012
Похожие документы

4. Obsolescent Acquisition Parameters
Target Acquisition Reference Information . ... In almost all cases where an onboard acquisition will not work (because the object is in a crowded field, or is variable, or is a moving target), it is sufficient to use an early acquisition to get a WFPC2 or FOC image a few weeks in advance of the GHRS observation. ... Explicit BRIGHT and FAINT limits may be specified if you desire, although there is an increased risk of a failed acquisition unless you are confident of those fluxes. ... MAPs . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/instrument-news/handbooks/ghrs/GHRS_42.html -- 8.2 Кб -- 14.02.1996
Похожие документы

5. Function Specification
Next: External Functions Up: Fitting of Data Previous: The Corrected Gauss--Newton . ... Basic functions are either defined in the system or defined by the user as external FORTRAN routines. ... Basic functions are specified by the name, the independent variable(s) and parameter(s), with optional guesses for the parameters, following the syntax: name(var1[, ];par1[, ]) [par1=value] . ... Parameters are defined by unique names after the semicolon in the function specification. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node128.html -- 6.9 Кб -- 23.02.1996
Похожие документы

6. Stellarium: SphereParams Struct Reference
... SphereParams Struct Reference . ... SphereParams (const float radius) . ... Definition at line 50 of file StelGeometryBuilder.hpp . ... Definition at line 103 of file StelGeometryBuilder.hpp . ... Definition at line 120 of file StelGeometryBuilder.hpp . ... Definition at line 112 of file StelGeometryBuilder.hpp . ... Definition at line 118 of file StelGeometryBuilder.hpp . ... Definition at line 110 of file StelGeometryBuilder.hpp . ... Definition at line 114 of file StelGeometryBuilder.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structSphereParams.html -- 23.3 Кб -- 28.02.2014
Похожие документы

7. Your NED Search Results
... NED Home . ... Redshift: Between 0.150000 and 0.270000 . Include ALL Object Type: QSO Radio . ... Number of Essential Note) RA DEC Type km/s z Qual arcmin Refs Notes Phot Posn Vel/z Assoc Images 1 30000 0.228000 0.0 26 0 8 3 0 0 Retrieve 2 30000 0.181000 0.0 5 0 4 1 0 0 Retrieve 3 30000 0.171000 0.0 67 1 1 0 0 0 Retrieve 4 30000 0.260000 0.0 90 1 16 5 0 0 Retrieve 5 30000 0.163009 0.0 170 10 5 4 3 0 Retrieve 6 30000 0.245000 0.0 27 1 1 2 1 0 Retrieve 7 30000 ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/list2.html -- 55.4 Кб -- 05.08.2001
Похожие документы

8. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm
... The type of a wrapped Java object accessed from within JavaScript code. ... Instantiating a Java object in JavaScript. The following code creates the JavaObject theString , which is an instance of the class java.lang.String : var theString = new Packages.java.lang.String("Hello, world") Because the String class is in the java package, you can also use the java synonym and omit the Packages keyword when you instantiate the class: var theString = new java.lang.String("Hello, world") Example 2. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm -- 6.5 Кб -- 07.10.1999
Похожие документы

9. Uses of Class ij.gui.Roi (ImageJ API)
... Class . Use . ... Packages that use Roi . ... ImagePlus. roi . Methods in ij that return Roi . Roi . ... Methods in ij with parameters of type Roi . void . ... A subclass of ij.gui.Roi (2D Regions Of Interest) implemented in terms of java.awt.Shape. class . ... Methods in ij.gui with parameters of type Roi . ... Methods in ij.measure with parameters of type Roi . ... Methods in ij.plugin with parameters of type Roi . ... Methods in ij.plugin.filter with parameters of type Roi . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/class-use/Roi.html -- 36.7 Кб -- 02.12.2010
Похожие документы

10. WCS2DR (V1.0) --- Jan00 --- WCS2DR (V1.0)
wcs2dr -- Convert WCS header information into drizzle parameters for image registration wcs2dr image refim . images = "" [file name] . ... The style for the output listing. ... cl wcs2dr @files ref style= para # drizzle .data= test1 drizzle .shft_fr= output drizzle .shft_un= output drizzle .align= center drizzle .xsh= 552.733 drizzle .ysh= 482.749 drizzle .scale= 1.009 drizzle .rot= - 2.871 # drizzle .data= test2 drizzle .shft_fr= output drizzle .shft_un= output ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/driztools/wcs2dr.hlp.html -- 5.1 Кб -- 06.06.2006
Похожие документы

11. List procedures
Next: Date conversion functions Up: Command line procedures Previous: Analysis procedures Contents . list_names [, names _char ] List HDS objects at current level. Store in parameter, if given. list_tree List HDS tree beginning at current level. list_scans [, index ] List observed scans, stars, times, stations, and codes. If index is specified, list only these scan IDs. list_bgscans List stars and back ground scans. list_stars [, stars _char ] List stars present in currently loaded data. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node183.html -- 4.9 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>26613) - www.eso.org/ )

12. DROP FULLTEXT CONFIGURATION
... DROP FULLTEXT CONFIGURATION -- remove a full-text configuration . DROP FULLTEXT CONFIGURATION [ IF EXISTS ] cfgname [ CASCADE | ... DROP FULLTEXT CONFIGURATION removes full-text configuration from the database. ... To drop a configuration and all FTS objects, which depends on it, CASCADE must be specified. IF EXISTS . ... Automatically drop FTS objects that depend on the configuration . ... Refuse to drop the configuration if any objects depend on it. ... CREATE FULLTEXT CONFIGURATION . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-dropcfg.html -- 5.2 Кб -- 13.04.2008
Похожие документы

13. (Untitled)
To construct frequency distribution (histogram) of minor planets according to value of some element/ parameter/ function user should first select Elements item in menu bar and then Histogram in drop-down menu. ... User has possibility to save histogram or to print it using standard means. To save the file select File item in menu bar and then Save As... in drop-down menu. ... To print histogram select File item in menu bar and then take advantage of options Print Preview , Print Setup , Print . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user4oqb.htm -- 4.2 Кб -- 10.04.2016
Похожие документы

14. Understanding HTML and MIME
I have dropped the differentiation of HTML into a sequence of conformance levels. ... This (and upward compatible specifications) define the Internet Media Type (RFC 1590) and MIME Content Type (RFC 1521) called "text/html". The type "text/html" accepts the following parameters: . ... Character sets . The charset parameter (as defined in section 7.1.1 of RFC 1521) may be used with the text/html content type to specify the encoding used to represent the HTML document as a sequence of bytes. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandMIME.html -- 3.3 Кб -- 19.12.1996
Похожие документы

15. http://xray.sai.msu.ru/~ivan/gmt/man/pshistogram.html
pshistogram - Bin data and plot histograms pshistogram file -Jx xscale [/ yscale ] -W bin _ width [ -2 ] [ -A ] [ -B tickinfo ] [ -C ] [ -E azimuth / elevation ] [ -G fill ] [ -H[ nrec ] ] [ -I[o] ] [ -K ] [ -L pen ] ... [r] ] [ -S ] [ -U[ / dx / dy / ][ label ] ] [ -V ] [ -X x - shift ] [ -Y y - shift ] [ -Z type ] [ -c copies ] [ -bi[s][ n ] ] pshistogram reads the first column from file [or standard input ] and calculates ... L Draw bar outline using the specified pen thickness. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/pshistogram.html -- 7.9 Кб -- 19.03.1999
Похожие документы

16. Specifications
... This function can also be used for particular types of subtypes or kinds: KIND (0) integer KIND (0.0) floating point number KIND (.FALSE.) logical variable KIND ("A") string of characters There is an intrinsic function SELECTED_REAL_KIND , which returns the kind of the type REAL that has a representation with (at least) the precision and the exponential range requested. ... With the choice SELECTED_INT_KIND (5) all integers between (but not including the limits) -100 000 and +100 000 are permitted. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c2.html -- 7.8 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы

17. lsst.tcc: python/tcc/parse/getPVTPxPMRadVel.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... python . ... parse . getPVTPxPMRadVel.py . ... 15 љ and the following qualifiers: /Distance /Px /PM /RV. 16 љ . ... 19 љ @param[in] defTAI TAI date to use if time not specified (MJD, seconds) . ... 25 љ - /Distance and /Px are both specified . ... 31 љ if not parsedCmd.qualDict[ "distance" ].boolValueDefaulted: . 32 љ raise CommandError( "Must specify new position to specify /Distance" ) . ... tcc.parse.getPVTPxPMRadVel.getPVTPairPxPMRadVel . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/get_p_v_t_px_p_m_rad_vel_8py_source.html -- 19.3 Кб -- 14.09.2015
Похожие документы

18. S.P.Korolev RSC Energia - ECOLOGICAL MONITORING
... RADIATION AND ECOLOGICAL MONITORING . ... OF MEASURING CHANNELS . Parameters of ecological fields measured by ARES . Parameter measured, . ... Volumetric activity of gases radionuclides in the air, Bq/m 3 : . ... of inert gases . ... Volumetric activity of a- and b-active aerosols, Bq/m 3 : . ... Concentration of nitric oxide NO, mg/m 3 . ... Meteorological parameters measured by ARES . ... 0.5 + 0.05 V), where V - measured wind velocity . ... Official WEB-site of S.P.Korolev RSC Energia . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/conversion/ecology/radiation-02.html -- 13.8 Кб -- 02.10.2012
Похожие документы

19. Radiometric Complex Traverse
... Measurements from a pier, platform or a ship in microwave bands (3.6 to 90 GHz) and at thermal IR frequencies to study the sea surface parameters and the ocean-atmosphere interaction. ... Radiometric complex Traverse consists of a set of microwave and IR radiometers, mounted on a automatic rotating platform. ... Since 1999, the complex is used in a series of field experiments on sea surface remote sensing from a pier in Gelendzhik and a platform in Katsiveli (Black Sea). ... Complex "Traverse" . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/innov/eng/trav19.htm -- 15.2 Кб -- 02.10.2006
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/innov/eng/trav19.htm -- 15.2 Кб -- 02.10.2006
Похожие документы

20. Heracles
... Heracles Triplane and Aerospace Systems . The key characteristics of two-stage aerospace systems are determined according to speed and carrying capacity of the aircraft-carrier used . ... So the SPIRAL system hypersonic carrier was expected to launch the second stage by weight 63 tons at a speed corresponding to 6M; whereas launching weight of the MAKS system orbital stage with the use of the An-225 MRIYA heavy subsonic aircraft reaches 275 tons, and the HERACLES aircraft - 450 tons. ...
[ Сохраненная копия ]  Ссылки http://www.buran.ru/htm/heracles.htm -- 10.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>8) - www.buran.ru/ )

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


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

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

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