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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/src/stokes.v.

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. http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/pdev/rtl/xfft_stage_1.v
... Generated by mkjfft_stage // Programmable downshift with rounding // module xfft_stage_1 ( ck, reset , bypassb, pshift, sync_i, sync_o, a_re, a_im, b_re, b_im, ovf, x_re, x_im, y_re, y_im ); parameter width=18; input ck; input reset ; input bypassb; input pshift; input sync_i; output sync_o; input [ width-1 :0] a_re; input [ width-1 :0] a_im; input [ width-1 :0] b_re; input [ width-1 :0] b_im; ... b_re_del : ax_re; assign ca_im = ph_drv[1] ? ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/pdev/rtl/xfft_stage_1.v -- 5.9 Кб -- 26.06.2008
Похожие документы

3. Register_*dev() can assign an unused major number.
... Re : Can register_*dev() assign an unused major number? Keywords: register_chrdev major device . Date: Mon, 03 Feb 1997 17:48:13 GMT . ... If the first parameter to register_chrdev() is zero (0), register_chrdev() will attempt to return an unused major device number. If it returns <0, then the return value is an error code. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/library/linux/khg/HyperNews/get/devices/reference/10/1.html -- 2.6 Кб -- 23.03.2000
Похожие документы

4. Stellarium: gTime Class Reference
... Classes . ... gTime Class Reference . This class implements time calculations. ... gTime (double ai_jDays=0) . ... gTime (const gTime &timeSrc) . ... Set the time value of the time object to the julian day of year, day. ... operator= (const gTime &timeSrc) . ... Returns the time GMT value in Julian days. ... Returns the time_t value of the gTime Object. ... Returns a gTime object setted with the actual machine time. ... gTime Object assigned with real machine time. double gTime::getGmtTm . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTime.html -- 32.1 Кб -- 28.02.2014
Похожие документы

5. comedi_get_cmd_generic_timed
... Next . comedi_get_cmd_generic_timed -- streaming input/output capabilities . ... int comedi_get_cmd_generic_timed (comedi_t * device, unsigned int subdevice, comedi_cmd * command, unsigned int period_ns); . The command capabilities of the subdevice indicated by the parameters device and subdevice are probed, and the results placed in the command structure pointed to by the parameter command. ... The command measures samples at a rate that corresponds to the period period_ns. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-cmd-generic-timed.html -- 4.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-cmd-generic-timed.html -- 4.1 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-cmd-generic-timed.html -- 4.1 Кб -- 02.10.2012
Похожие документы

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

7. Parameters
... IRAF supports two kinds of parameters, auto parameters and hidden parameters, which are treated differently. auto parameters are updated every time a task is run. ... Parameters for each task are contained in `parameter files' in the uparm sub-directory in `myiraf'. ... im > imhead.longheader=yes # explicitly setting <task.param>=<value> im > eparam imhead # Edit the parameter file to update one or more # parameters at the same time # see next section . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node8.html -- 5.0 Кб -- 01.10.2012
Похожие документы

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

9. Bias-Free Parameter Estimation with Few Counts, by Iterative Chi-Squared
... We demonstrate through numerical simulations that model parameters estimated with our technique are essentially bias-free, even when the average number of counts per bin is 1. ... The IW technique avoids such biases by estimating through successive iterations, where for each iteration, j, , and the best-fit parameters are determined by minimization of . ... In our sample, we find that the minimum values and best-fit parameters converge after about 6 iterations. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kearnsk.html -- 12.3 Кб -- 03.11.2000
Похожие документы

10. exchange.h File Reference
Main Page Data Structures File List Data Fields Globals . ... Go to the source code of this file. struct . ... Data for OI_ARRAY FITS table. ... write_oi_array (fitsfile *fptr, oi_array array, int extver, int *status) . ... Data for OI_ARRAY FITS table. typedef struct _target target . ... Data for OI_TARGET FITS table. typedef struct _oi_wavelength oi_wavelength . Data for OI_WAVELENGTH FITS table. typedef struct _oi_vis_record oi_vis_record . ... fptr , . ... array data struct, see exchange.h . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/exchange_8h.html -- 42.5 Кб -- 07.04.2003
Похожие документы

11. East Siberian Center for the Earth's Ionosphere Research. Ionospheric parameter
Russian SHAREABLE DATA CENTER Institute of Solar-Terrestial Physics SB RAS . ... Here we present the ionospheric parameters variations for quiet conditions. ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/isr/vozmnren.htm -- 3.4 Кб -- 04.06.2001
Похожие документы

12. Parabolic flights for achievement zero gravity: flight parameters,
... Space flight . ... Zero Gravity . ... Characteristics of a Complex Flight: . ... Characteristics of the Reduced Gravity (Lunar Gravitation): . ... Characteristics of the Reduced Gravity (Martian Gravitation): . ... Services / Zero Gravity: General description Technical description Flight parameters Photo gallery Price . ...
[ Сохраненная копия ]  Ссылки http://www.atlasaerospace.net/eng/zgrav-polet.htm -- 38.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>18) - www.atlasaerospace.net/ )

13. Radio Sources Parameters
... RC0015+0503a . RC0015+0503b . RC0015+0501 . ... Radio source parameters . R.A.(J2000) Dec.( J2000) R.A.(B1950) Dec.( B1950) Freq. Comp. ... Parameters of optical candidates for identification . ... B1950) Magn. ... Crosses mark the radio source components ps . Last updated 11 Dec 2000 ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/rchtm/rc0015a.html -- 2.6 Кб -- 29.11.2001
Похожие документы
Еще в разделе: (Показать все результаты (>99) - sed.sao.ru/ )

14. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы

15. Sun orbital parameters for Computer Ephemeris for 2014 (DE200/LE200).
Computer Ephemeris for 2014 from DE200/LE200. Orbital parameters of the Sun. Date Mean Perigee Mean Paral Aberrat Epsilon Nutat longitude longitude anomaly Dec 24 272.6887 283.1787 349.5100 8.941 20.832 2326 6.72 -8.19 Jan 3 282.5451 283.1792 359.3660 8.943 20.837 6.71 -8.18 13 292.4016 283.1796 9.2220 8.942 20.834 6.76 -8.11 23 302.2581 283.1801 19.0780 8.935 20.818 6.87 -7.99 Feb 2 ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/14a/Su4.html -- 5.4 Кб -- 15.10.2013
Похожие документы

16. Parameters of the Moon-perturbed orbit
... Parameters of the Moon-perturbed orbit . ... From orbits consistent with this limitation and with the date of the launch October 1, 2000 as an example, an orbit was selected with apogee directed to the North Galactic pole at the begining and rotation of orbit plane was maximized. The initial state vector is given in the inertial coordinate system in epoch J2000.0. ... The orbit has initial perigee radius Rp=7000.0 km, initial apogee radius Ra=343000.0 km and initial period T=8.453 days. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/memo/mar98/memo_mar98.htm -- 5.4 Кб -- 05.10.1999
Похожие документы

17. AZ Key parameters, 1998
. Intervals of available data are coded by blue color. To read availability charts user should know the descriptor ("name") of the KP subset of interest. Table annotations include also number of version for each subset. Plot resolution is exactly one pixel per hour. Data are considered as available if at least one data point is present during that hour.
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/ibelova/az_cat8.htm -- 2.9 Кб -- 12.05.1999
Похожие документы

18. Multipoint correlations of the solar wind parameters observed by several
The problem of solar wind data correlation for the observations onboard several spacecraft is very important for three points of view: . ... This problem is studied now in detail by systematic determination of ion flux and ion velocity data correlations by INTERBALL-1 (IKI group), WIND and IMP 8 (both - MIT group). ... Solar wind plasma correlation lengths from IMP 8, WIND and INTERBALL-1. ... Correlation of solar wind observations onboard several spacecraft: INTERBALL-1, IMP 8 and WIND data. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/tail/results/vdp/correla.html -- 5.6 Кб -- 21.01.1997
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/tail/results/vdp/correla.html -- 5.6 Кб -- 21.01.1997
Похожие документы

20. Sfit Control Language: Classified Listing
... spectrum . ... sfit . ... define >macro_name< : define a macro . ... meth_range <w1> <w2>: Set wavelength range for fit . data_spectrum <name> : data in "spectrum" format . ... data_sigma <sigma> : define mean standard error in data . ... data_line_set | ... NB: synth uses multiple calls to spectrum , so various Spectrum commands may also be required. synth : find optimum fit by adjusting abundances, v turb , v sin i , and v rad . ... save <fit> : Save the spectrum and best fit from synth . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_classified.html -- 12.8 Кб -- 18.08.2010
Похожие документы

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


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

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

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