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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~rminchin/idl/rotang.shtml.

1. Rotang - IDL procedure for calculating the optimum rotation angle for ALFA
Rotang can either be run from the command line as described here or through the alfa_ang GUI . ... To run rotang at Arecibo: . Start IDL . ... rotang, Date , RA , Dec , Time , /choice . Here Date takes the format YYMMDD (e.g. 041128 for the 28 th of November, 2004). ... Rotang also calculates the Azimuth and Zenith Angle fir every source. If the Zenith Angle is greater than 20 degrees, then the program will return that the source is down and will not calculate an optimum ALFA angle. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~ages/rotang.html -- 4.6 Кб -- 22.11.2004
Похожие документы
Еще в разделе: (Показать все результаты (>3507) - www.naic.edu/ )

2. Documentation: LEDA: parameter: v3k
Finally, the radial velocity is also expressed in the reference frame of the Cosmic Background Radiation. This velocity is noted v3k . It is calculated from the heliocentric velocity v using the total solar motion of 360 km/s towards the direction defined by the B1950 equatorial coordinates B 11.25 H - 5.6 deg (Lubin Villela 1986). v3k = v + 360 cos(theta) Where theta is: cost(theta) = sin(de3k) sin (de1950) + cos (de3k) cos(de1950) cos(al3k - al1950) . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/leda/param/v3k.html -- 2.4 Кб -- 23.12.2013
Похожие документы

3. Parameters
... Meta Index / Home Page This section documents the parameters recognized by this task (if any). ... yes . ... If weightstyle =`gti', the task attempts to obtain a list of Good Time Intervals (GTIs), the exact way these are supplied being dictated via the parameter gtistyle ; these GTIs are ANDed with the attitude time bins; the net GTI in each bin provides the weight. gtistyle . ... If gtistyle =`user', the task obtains a single, simple GTI for all chip images from the parameters tstart and tstop . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/ecubechip2sky/node4.html -- 14.8 Кб -- 09.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>16476) - xmm.vilspa.esa.es/ )

4. User Parameters - Bandpass Calibration CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . ... These parameters govern all processing used for the calibrator observation. ... The dynamic flagging step can also optionally include antenna or baseline flagging. Then the bandpass table is calculated with cbpcalibrator , which requires MSs for all beams to be given. ... Second amplitude threshold applied when flagging 1934 data [hardware units - before calibration] . ... Name of the CASA table used for the bandpass calibration parameters. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/BETApipelines/BandpassCalibrator.html -- 10.8 Кб -- 12.04.2016
Похожие документы

5. Stellarium: TextParams Struct Reference
Stellarium 0.12.3 . ... TextParams Struct Reference . Parameters specifying how to draw text. ... TextParams (const float x, const float y, const QString &string) . Construct TextParams with default parameters. ... TextParams ( Vector3 < F > &position3D, StelProjectorP projector , const QString &string) . Construct TextParams to draw text at a 3D position, using specified projector. ... string љ . ... Text string to draw. ... The required string parameter is also set, as is the projector. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structTextParams.html -- 18.9 Кб -- 28.02.2014
Похожие документы

6. Initial Distributions of Binary Parameters
Next: Star Formation Rate and Up: No Title Previous: Calculation of Evolutionary Tracks . To start calculations, we choose the distributions of the initial binary parameters: the mass of the primary ZAMS component, , binary mass ratio, , orbital separation a . ... whereas the mass ratio distribution is not. ... The zero assumption often made is that the mass ratio distribution has a flat shape, that is binaries with a high mass ratio occur as frequently as those with equal masses. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~mystery/articles/review/node39.html -- 14.1 Кб -- 26.02.1997
Похожие документы

7. GLSFit.pro (JWST Pipeline routines in IDL)
... use frames summary class fields routine details file attributes . GLS routines to calculate linear fit . ... AUTHOR: Craig B. Markwardt, NASA/GSFC Code 662, Greenbelt, MD 20770 craigm@lheamail.gsfc.nasa.gov UPDATED VERSIONs can be found on my WEB PAGE: http://cow.physics.wisc.edu/~craigm/idl/idl.html . ... CALLING SEQUENCE: DELCHI = MPCHILIM(PROB, DOF, [/SIGMA, /CLEVEL, /SLEVEL ]) . ... result = linearize_mr( time , ramp ) . ... result = cephes_ndtri( y0 ) . ... Lines: . ... McCabe complexity: . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~robberto/Main/Software/IDL4pipeline/GLSFit.html -- 31.4 Кб -- 27.02.2014
Похожие документы

8. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[