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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/ftp/documents/p2pi/HTMLjavahelp21/ch01_intro3.html.

1. Tempo modifications
This document lists, in reverse chronological order, changes made to Tempo since version 11.000 . ... Added binary model BTJ which allow jumps in Keplerian binary parameters at specified times. ... To override default max number of TOAs or parameters use -m or -l, e.g., "tempo 0833.a -m 200000" for up to 200000 TOAs. ... Added NTOA (number of toas) and TRES (residual) to output xxx.par. ... Added output of calculated binary parameters to parameter file. ... TASC parameter allowed for binary model BT. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/tempo/tempo_update.html -- 7.8 Кб -- 03.02.2013
Похожие документы

2. Example
... way these widgets work for the user. #include gtk/gtk.h GtkWidget *hscale, *vscale; void cb_pos_menu_select( GtkWidget * item , GtkPositionType pos ) { /* Set the value position on both scale widgets */ gtk_ scale _set_ value _pos (GTK_ SCALE (hscale), pos); gtk_ scale _set_ value _pos (GTK_ SCALE (vscale), pos); } void cb_update_menu_select( GtkWidget * item , GtkUpdateType policy ) { /* Set the update policy for both ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-rangewidgetsexample.html -- 14.0 Кб -- 19.07.2002
Похожие документы

3. Index of /~phil/hardware/vertex/sharemegsvertex/lcu/Sun/include/pctcp
... 24-Dec-1999 09:56 . ... pctcp.inc . ... pctcp/ . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/Sun/include/pctcp/ -- 6.1 Кб -- 06.02.2013
Похожие документы

4. 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
Похожие документы
Еще в разделе: (Показать все результаты (>1805) - www.adass.org/ )

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
Похожие документы
Еще в разделе: (Показать все результаты (>1393) - jet.sao.ru/ )

6. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы

7. Mode = ACCUM Config = STIS/CCD
... Chapter 9: Space Telescope Imaging Spectrograph (STIS) > 9.4 Mode = ACCUM Config = STIS/CCD . 9.4 Mode = ACCUM . Config = STIS/CCD . ... 9.4.5 Number of Iterations and Time Per Exposure . ... Specifies the number of subexposures into which the specified exposure is to be split for the purpose of cosmic ray elimination in post-observation data processing (see the STIS Instrument Handbook ). The specified exposure time will be divided equally among the number of CR?SPLIT exposures requested. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/p2pi/HTMLjavahelp21/ch10_stis07.html -- 17.2 Кб -- 24.05.2013
Похожие документы

8. OptInt PmWiki : Include Other Pages
OptInt PmWiki . ... Edit Page | Page History | ... Include Other Pages . ... include PageName:) . ... includes a named variable from a page, Group and PageName are options . ... include FullName # fromanchor # toanchor lines = 123 self = 0 basepage = abc variable = value :) . ... This is useful if PageName is a variable like {$Name} and you want to prevent the directive from including the current page. ... By default, Included pages or lines cannot be distinguished from other text on the page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/IncludeOtherPages -- 41.3 Кб -- 28.02.2014
Похожие документы

9. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы

10. http://www.cplire.ru/html/lab234/pubs/2005-15.pdf
Numerical simulation of the self-pump ed Long Josephson junction using a modified Sine-Gordon model A.S. Sobolev a,, A.L. Pankratov b, J. Mygind a c Institute of Radio Engineering and Electronics (IREE), Mokhovaya st. 11/7, Moscow, 125009, Russia b Institute for Physics of Microstructures of RAS, Nizhny Novgorod, Russia c The Danish Technical University, Kgs. ... In our model the dumping parameter dep ends b oth on the spatial coordinate and the amplitude of the AC voltage. ...
[ Текст ]  Ссылки http://www.cplire.ru/html/lab234/pubs/2005-15.pdf -- 137.4 Кб -- 24.01.2006
Похожие документы

11. CurveFitter (ImageJ API)
... public class CurveFitter . ... static int . ... Field Detail public static final int STRAIGHT_LINE . ... public static final int POLY2 . ... public static final int POLY3 . ... public static final int POLY4 . ... public static final int EXPONENTIAL . ... public static final int POWER . ... public static final int LOG . ... public static final int RODBARD . ... public static final int GAMMA_VARIATE . ... public static final int LOG2 . ... public static double f (int fit, double[] p, double x) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/measure/CurveFitt