| Найдено документов: 266967 (178 сайтов) ---- Время поиска: 0.90сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~tghosh/software/wfit.pro.
http://www.naic.edu/~tghosh/software/wfit.pro.
1. CSPICE Routines: DAFGN_C
... Abstract Return (get) the name for the current array in the current DAF. Required_Reading DAF . ... Detailed_Output name is the name for the current array (the array found by the latest call to daffna_c or daffpa_c ). ... Particulars The DAF search routines are: dafbfs_c Begin forward search. daffna Find next array. dafbbs_c Begin backward search. daffpa_c Find previous array. dafgs_c Get summary. dafgn_c Get name. dafgh_c Get handle. dafcs_c Continue search. ... Index_Entries get daf array name . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/dafgn_c.html -- 10.8 Кб -- 17.12.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16263) - www.stsci.edu/ )
2. http://www.naic.edu/~tghosh/software/parcheck.pro
Viewing contents of file '/net/www/deutsch/idl/idllib/ghrs/pro/ parcheck .pro' ;********************************************************************* ;+ ; ;*name: ; parcheck (general idl library 01) 30-mar-1987 ; ;*class: ; error checking ; ;*category: ; ;*purpose: ; to check that a procedure has been called with the minimum of allowed ; number of parameters . ; ;*calling sequence: ; parcheck , nparm , minparms , callingpro ; ;* parameters : ; ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~tghosh/software/parcheck.pro -- 4.4 Кб -- 24.01.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4204) - www.naic.edu/ )
3. User interface
GIPSY programs do not interact with the user directly, but do this through the GIPSY user interface, Hermes . If for instance a program needs some input from the user, it will send a request to Hermes which will then prompt the user for the required parameters. ... If a program wants to inform the user that the integrated flux density of a source is x Janskys, it will not do this with an ordinary WRITE statement, but via a library routine which sends a request to Hermes. ... The default level . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/gipsy/srvreq/programmers.html -- 7.2 Кб -- 17.01.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>25818) - www.atnf.csiro.au/ )
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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>465) - xray.sai.msu.ru/ )
5. http://xmm.vilspa.esa.es/sas/7.0.0/doc/rgsrmfgen/ChangeLog
... Version 1.8 - 2006-02-22 (AI) ----------- + config/rgsrmfgen.par keyword typo fixed. ... Version 1.6 - 2005-09-13 (CG) ----------- + energy/wavelength conversion accuracy fixed - SPR 2549 Version 1.5.3 - 2004-03-15 (CG) ------------- + parameter name update in docu (ebins rows) Version 1.5.2 - 2004-02-06 (CG) ------------- + bogus with executable permission Version 1.5.1 - 2004-02-05 (CG) ------------- + bug introduced in 1.5 (calib.cc - small angle scattering) fixed ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/rgsrmfgen/ChangeLog -- 10.9 Кб -- 22.05.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>18567) - xmm.vilspa.esa.es/ )
6. New Features in this Release
... JavaScript version 1.3 provides the following new features and enhancements: . ... See the Client-Side JavaScript Guide for details. ... Changes to the Array object. ... The push method returns the new length of the array rather than the last element added to the array. ... Changes to the Date object. ... Added a day parameter to the setMonth method. ... Added the apply method, which allows you to apply a method of another object in the context of a different object (the calling object). ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/whatsnew.htm -- 11.0 Кб -- 07.10.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8256) - www.arcetri.astro.it/ )
7. The AstroStat Slog Blog Archive [Q] systematic error
... V. measurement error and EM . ... What is systematic error ? ... Astronomers sometimes call it measurement error . ... Statisticians? measurement error generally corresponds to astronomers? statistical error , not systematic error. This systematic error could be related to nuisance parameters, profile likelihoods, hierarchical Bayesian modeling, or a fixed bias (empirically known or other source provides its estimate ? ... Tags: measurement error , statistical error , systematic error . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/2008/q-systematic-error/index.html -- 24.0 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3069) - hea-www.harvard.edu/ )
8. Argument association
... Fortran . Storage rules Dummy argument is a quantity in the specification of a procedure, function or subroutine. Actual argument is a quantity in the call of a procedure, function or subroutine. ... Becomes 101 END PROGRAM EXAMPLE SUBROUTINE SUB(X, Y, Z) IMPLICIT NONE REAL, INTENT(IN) :: X REAL, INTENT(INOUT) :: Y REAL, INTENT(OUT) :: Z Y = Y**2 Z = X + Y END SUBROUTINE SUB In Fortran there is really only one kind of argument usage, called argument association. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/f77to90/a10.html -- 9.0 Кб -- 17.02.1996
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы
Еще в разделе:
(Показать все результаты (>3848) - crydee.sai.msu.ru/ )
9. http://www.mrao.cam.ac.uk/~rachael/compphys/examples/spline.f90
program test_spline implicit none ! define sizes of arrays integer, parameter :: m = 20 ! size of arrays used by NAG to store spline integer, parameter :: lck = m + 4 ! size of NAG work array integer, parameter :: lwk = 6 * m + 16 ! find the kind of a high precision variable, by finding kind(1.0d0) integer, parameter :: dp = kind(1.0d0) integer :: i, ifail ! NAG requires high precision variables real(dp) :: x(m), y(m), & lambda(lck), c(lck), work(lwk), & xv, yv ! ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/~rachael/compphys/examples/spline.f90 -- 2.2 Кб -- 13.09.2005
Похожие документы
Похожие документы
10. Outputs
Next: Tutorial Up: Fitting of Data Previous: The Fitting Process. To check any typing error or missing specification, first are displayed the options, the required precision, the maximum number of function evaluations and the method parameters. ... The reduced chi square is the . In any case, this is followed by the value of the parameters. ... If warning 2 is displayed, do again the FITting starting with the last computed value of the parameters ( nfeval < 0 in the FIT/... command). ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node131.html -- 4.7 Кб -- 23.02.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2535) - www.sao.ru/ )
11. Working with
Next: In case of trouble Up: Using Previous: What to do next? ... procedures are called from within the IDL environment. This is done from either the IDL command line by typing in the appropriate commands, or by invoking a widget, which provides buttons to click on for specific action. ... Note that widget buttons which bring up another widget are labeled in all caps, whereas the other type either displays a sub-menu (indicated by the arrow) or executes a procedure upon selection. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~chummel/oyster/manual/node14.html -- 6.4 Кб -- 28.04.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>17910) - www.eso.org/ )
12. Reading Client Input in Apache 1.2
Apache 1.1 and earlier let modules handle POST and PUT requests by themselves. The module would, on its own, determine whether the request had an entity, how many bytes it was, and then called a function ( read_client_block ) to get the data. ... This step also sends a 100 Continue response to HTTP/1.1 clients, so should not be called until the module is *definitely* ready to read content. (otherwise, the point of the 100 response is defeated). ... Finally, call ap_get_client_block in a loop. ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/misc/client_block_api.html -- 4.8 Кб -- 15.10.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>107) - neptun.sai.msu.ru/ )
13. 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
Похожие документы
[ Сохраненная копия ] Ссылки 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
Похожие документы
Еще в разделе:
(Показать все результаты (>1003) - jet.sao.ru/ )
14. RankFilters (ImageJ API)
... FIELD | ... METHOD . ... java.lang.Object ij.plugin.filter.RankFilters . ... public class RankFilters . ... static int . ... This method is called by ImageJ to set the number of calls to run(ip) corresponding to 100% of the progress bar . ... Field Detail public static final int MEAN . ... No checking is done for large values that would lead to excessive computing times. rankType - May be MEAN, MIN, MAX, VARIANCE, or MEDIAN. public static float findNthLowestNumber (float[] buf, int bufLength, int n)...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/RankFilters.html -- 32.1 Кб -- 02.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>605) - www.astro.louisville.edu/ )
15. Stellarium: StelQGLTextureBackend Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . ... StelQGLTextureBackend Class Reference . ... constructFromImage (class StelQGLRenderer *renderer, const QString & path , const TextureParams ¶ms, QImage &image) . Construct a StelQGLTextureBackend from an image. ... constructFromPVR (class StelQGLRenderer *renderer, const QString & path , const TextureParams ¶ms) . ... constructAsynchronous (class StelQGLRenderer *renderer, const QString & path , const TextureParams ¶ms) . ... path . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelQGLTextureBackend.html -- 37.6 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1023) - astro.uni-altai.ru/ )
16. NIST Modem Time Service
... Reference ID: ACTS . Driver ID: NIST_ACTS . ... This driver supports the NIST Automated Computer Time Service (ACTS). It periodically dials a prespecified telephone number, receives the NIST timecode data and calculates the local clock correction. ... In mode 0 the driver operates continuously at intervals determined by the fudge time1 parameter, as described above. ... Unlike other drivers, each ACTS call generates one clock correction and that correction is processed immediately. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~er/xntp/driver18.html -- 10.3 Кб -- 21.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1769) - www.sai.msu.su/ )
17. http://www.ssau.ru/files/science/conferences/itnt2015/itnt_2015_70.pdf
TOOLS OF TEST GENERATION FOR SATELLITES CONTROL PROGRAMS Andrey Tyugashev, Ekaterina Myasnikova, Elena Sopchenko S.P. Korolyov Samara State Aerospace University (National Reseach University) The paper presents a research in the field of test automation for testing spacecraft control programs. ... Programmers or designers of spacecraft systems write tests manually. ... Tests are carried out by issuing the control actions on the spacecraft and condition monitoring systems parameters of the spacecraft. ...
[
Текст
]
Ссылки http://www.ssau.ru/files/science/conferences/itnt2015/itnt_2015_70.pdf -- 161.6 Кб -- 04.08.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>369) - www.ssau.ru/ )
18. http://www.stecf.org/software/IRAFtools/stecf-iraf/adass99/stecf.pdf
... Slitless is configured to work primarily with the STIS G750L grism mode, but more modes can be defined by the user using a simple grism dispersion configuration file. 5. stecf.impol an IRAF Imaging Polarimetry Reduction Package The impol package consists of five tasks to reduce, simulate and plot imaging linear polarimetry data taken with the HST instruments with polarizing facilities - currently FOC, NICMOS and WFPC2. ... Linear polarization and position angle images are required. ...
[
Текст
]
Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/adass99/stecf.pdf -- 93.1 Кб -- 06.06.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>254) - www.stecf.org/ )
19. The SRON-HeaD Data Analysis System
Next: Three-dimensional Data Analysis in IRAF and ZODIAC+ . ... A data analysis system has been developed at SRON, which has been designed to allow rigorous control of the quality of its processed data products. ... This means recording all parameters of all steps which lead to the establishment of the final data products (Figure 1 ). ... Figure: A processing pipeline is a sequence of tasks with several input/output files and parameters, which pass data from one task to the next. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass96/devriesc.html -- 9.7 Кб -- 23.06.1998
Похожие документы
Похожие документы
20. sgs summary
... Guider functions . ... Guide Sensor Performance . ... Guide Sensor Sky Coverage/ Star Availability . Guide Star Selection Criteria . ... Guide fiber organization and reach at plug plate . ... Plug plate holes for guide stars are identical to those for science FO . ... FOV for each of 9 guide stars is 7.4 arcsec dia. (0.45 mm FO, Sumitomo IGN-05/10) . ... Selected guide stars must have no neighbor stars within TBD (5 arcsec) radius that have a brightness within TBD (5 mag.) of guide stars . ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/eng.papers/19990324_guider/19990324.html -- 19.2 Кб -- 26.03.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>982) - www.apo.nmsu.edu/ )