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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/calim/cbpcalibrator.html.

1. cmodel (Model Image Generator) CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . Calibration and Imaging Documentation . The cmodel pipeline task is responsible for extracting a local sky model (LSM) from the global sky model (GSM) and building an image from the components and/or images resulting from the request. ... MPI wrapper> cmodel -c config.in . ... None . ... If Cmodel.gsm.database is set to asciitable then a row/column (space separated) file is used as the global sky model source. ... cmodel (Model Image Generator) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/calim/cmodel.html -- 18.9 Кб -- 12.04.2016
Похожие документы

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

3. Details of Rotang
... rotang, Date, RA, Dec, Time, accS, ast=ast, ha=ha, lst=lst, jd=jd, az=az, za=za, sep=sep, rotang=rotang, alfabeams=alfabeams . ... It is thus possible to specify, for instance: rotang, ... , ha=haHr, lst=lstHr, ast=astHr . ... alfa_angle - script to launch the GUI . alfa_ang.pro - the GUI: provides input to rotang and a graphical display of the results. rotang.pro - the main routine of the program: finds the required time, the other associated times, Az and ZA using ao_idl routines. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~ages/rotang_detail.html -- 7.2 Кб -- 22.11.2004
Похожие документы

4. Dependence on the Scenario Parameters and Initial Distributions
... Calculations of at least two runs with different values of a parameter are required in order to discover to what extent the results depend on the , if at all. ... In order to study how the final statistical distributions depend on the initial functions, the method of Green functions is used. ... Then we can restore any distribution on this parameter (with a certain accuracy) by summing the results for each interval with the appropriate weight. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~mystery/articles/review/node35.html -- 4.5 Кб -- 22.02.1997
Похожие документы

5. Description
... The SF does not contain all the information required to process the ODF with the SAS. odfingest extends the SF with data extracted from the instrument housekeeping data files and the calibration database. It creates a new summary file: the SAS ODF Summary File (SOSF). ... The user need not have write access to the ODF directory. odfingest uses the parameter outdir to learn where to write the SOSF. ... Alternatively, the name of the SOSF can be passed to odfingest with the parameter summaryfile . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/odfingest/node3.html -- 8.5 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>18356) - xmm.vilspa.esa.es/ )

6. temp_convert.pro (JWST Pipeline routines in IDL)
... File . ... use frames summary class fields routine details file attributes . temp_convert , cryo , tmc , module , channel , Itmc , fpa_temp . ... cryo in required type=int . cryo cycle at LMAT, either 1, 2, or 3 . tmc in required type=int . flag, either 1 or 2, due to a change of set point/calibration; in the .csv file name . module in required type=string . ... channel in required type=string . ... Itmc in required type=float . ... fpa_temp out required type=float . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~robberto/Main/Software/IDL4pipeline/temp_convert.html -- 7.5 Кб -- 27.02.2014
Похожие документы

7. Documentation: LEDA: parameter: vopt
The vopt parameter is computed from the optical measurements in the compilation of redshifts by rejecting outliers and measurements marked for their bad quality and computing a weighted average of the remaining measurements. ... The optical measurements are first selected and converted to a uniform system as: vop = cz + zeropoint(iref) , where cz is the compiled value and zeropoint(iref) a zero-point correction for the reference iref . ... Finally, the individual corrected measurements are combined. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/leda/param/vopt.html -- 3.0 Кб -- 23.12.2013
Похожие документы

8. Writing programs that use comedi and comedilib
Comedi Documentation . ... Right to the source: #include <stdio.h> /* for printf() */ #include <comedilib.h> int subdev = 0; /* change this to your input subdevice */ int chan = 0; /* change this to your channel */ int range = 0; /* more on this later */ int aref = AREF_GROUND; /* more on this later */ int main(int argc,char *argv[]) { comedi_t *it; lsampl_t data; it=comedi_open("/dev/comedi0"); comedi_data_read(it,subdev,chan,range,aref,&data); printf("%d\n",data); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
Похожие документы

9. mod_session_crypto - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Session encryption support . ... session_crypto_module . ... The session will be encrypted with the given key. Different servers can be configured to share sessions by ensuring the same encryption key is used on each server. ... The SessionCryptoPassphrase directive specifies the keys to be used to enable symmetrical encryption on the contents of the session before writing the session, or decrypting the contents of the session after reading the session. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/mod/mod_session_crypto.html -- 17.7 Кб -- 19.11.2015
Похожие документы

10. DUST: dustiface.h File Reference
... dust_AbsXSec . Absorption Cross section. typedef void . ... Calculates the equilibrium temperature given the absorption cross section and a radiation field. double . ... Calculates the absortion cross section of a species/size of dust grain . ... The grain absorption cross section . ... The absorption cross section of the grain . ... Calculates the equilibrium emission at wavelength lambda from a (large) grain at temperature T and with absorption cross section xsection. double dust_EquiT . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/dustiface_8h.html -- 30.7 Кб -- 11.07.2008
Похожие документы

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

12. Model Spectra for Spectral-Fitting Program
... The models provided are: . abs - absorption of x-rays by neutral gas with solar abundances. parameter 1 = . ... parameter 2 = . ... normalization - logarithmic value of the flux density at 1 keV in units of keV cm -2 s -1 keV -1 . ... normalization - logarithmic value of the normalization of the gaussian in units of keV cm -2 s -1 . ... absorption ( params )* model ( params ) . ... A single value for the normalization (i.e., fixed normalization) will force the program to use that value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node139.html -- 12.2 Кб -- 01.10.2012
Похожие документы

13. The Network Time Protocol (NTP) Distribution
... The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. ... Information on the NTP architecture, protocol and algorithms can be found in the Further Information and Bibliography page. The Building and Installing the Distribution page presents an overview of the procedures for compiling the distribution and installing it on a typical client or server. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/ -- 8.7 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1927) - www.sai.msu.su/ )

14. POLIMODEL (V1.00) --- April99 --- POLIMODEL (V1.00)
polimodel -- Produce model linear polarization and position angle images . ... Whether to apply random errors to output polarization and position angle values. seed = "" [integer] . ... This task produces a model linear polarization image and corresponding position angle image from an input image assumed to represent intensity (Stokes I parameter). ... A threshold for the input image can be defined such that polarization and position angle are not computed for input values less than this threshold. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/impol/polimodel.help.html -- 6.1 Кб -- 06.06.2006
Похожие документы

15. POLIMODEL (V2.00) --- November00 --- POLIMODEL (V2.00)
polimodel -- Produce model linear polarization and position angle images . ... Whether to apply random errors to output polarization and position angle values. seed = "" [integer] . ... This task produces a model linear polarization image and corresponding position angle image from an input image assumed to represent intensity (Stokes I parameter). ... A threshold for the input image can be defined such that polarization and position angle are not computed for input values less than this threshold. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~jwalsh/softpol/polimodel.help.html -- 6.1 Кб -- 02.11.2000
Похожие документы
Еще в разделе: (Показать все результаты (>12659) - www.eso.org/ )

16. XFree86/OS2 Download Page
... These HTML pages can be downloaded from SET.GMD.DE (/pub/misc/XFree86OS2/html) by FTP. This is XFree86 for OS/2, version 3.3.6 You don't have to download all files; just get the marked required files first, and then read the files and decide what you further need. ... Latest Information required (LATEST.OS2) . ... There are two flavours available, the full server and the small server which does not have the seldomly used PEX, XI, XIE extensions built in. 8514 server, full small (X8514.zip) . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/xf86dist.html -- 6.7 Кб -- 23.10.2000
Похожие документы

17. Siding Spring Survey
T he Siding Spring Survey (SSS) is a Near-Earth Object search program that utilises the 0.5-m Uppsala Schmidt Telescope at Siding Spring Observatory, N.S.W., Australia. ... The mission of the Siding Spring Survey is to contribute to the inventory of near-earth objects (NEOs), or more specifically, the potentially hazardous asteroids (PHAs) and comets (PHOs) that may pose a threat of impact and thus harm to civilization. ... Based on the CSS Mission page . ... Siding Spring Survey Main Page . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~rmn/ -- 11.4 Кб -- 23.12.2011
Похожие документы

18. MaximumFinder (ImageJ API)
... FIELD | ... METHOD . ... java.lang.Object ij.plugin.filter.MaximumFinder . ... public class MaximumFinder . ... 32768 pixels in width or height version 01-Nov-2009 Bugfix: extra lines in segmented output eliminated; watershed is also faster now Maximum points encoded in long array for sorting instead of separete objects that need gc New output type 'List' . ... static int . ... The plugin is inferred from ImageJ by this method . ... int . ... Field Detail public static final int SINGLE_POINTS . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/MaximumFinder.html -- 29.1 Кб -- 02.12.2010
Похожие документы

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

20. cat5
. This Directory contains Model of distribution of density, temperature and effective collision freguency of electrons. Yu.K.Chasovitin. 1998. This Directory contains The program RIM98 for calculating the parameters of the ionosphere to use the "Reference Ionospheric Model-98" (RIM-98).Yu.K.Chasovitin. 1998.
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/cat5MOD.html -- 2.2 Кб -- 18.01.2010
Похожие документы

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


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

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

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