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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~tghosh/software/yfit.pro.

1. http://www.naic.edu/~tghosh/software/gauss2.pro
/misc/gauss2.pro' ; ;*********************************************************************** ;+ ;*NAME: GAUSS2 ;*CLASS: ; numerical function ;*CATEGORY: ; ;*PURPOSE: TO CALCULATE A GAUSSIAN FUNCTION ; ;*CALLING SEQUENCE: ; GAUSS ,X,X0,DX, YMAX ,Y ; ;*PARAMETERS: ; X ( REQ ) (I) (0 1) (I L F D) ; required scalar or vector containing the independent variable(s) ; ; X0 ( REQ ) (I) (0) (F D) ; required scalar giving the center of the Gaussian ... If DX = 0, the delta function is returned. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/gauss2.pro -- 3.5 Кб -- 31.01.2003
Похожие документы

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

3. OptInt PmWiki : PmWiki / Edit Variables
OptInt PmWiki : Pm Wiki / Edit Variables . ... When set to '1', turns on the graphical buttons in the "Edit Page" form. # turn on graphical edit buttons . ... When set to '1', enables the "Save draft" button and built-in handling of "draft" versions of pages, where: . ... The suffix to use for draft versions of pages (default "-Draft"). ... The pattern used to determine if a page should be deleted. ... Name of the page (or an array of names) to be used as the default text for any newly created pages. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/EditVariables?action=print -- 20.3 Кб -- 01.03.2014
Похожие документы

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

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

6. http://hea-www.harvard.edu/PINTofALE/ardb/chandra_acis_ao6.par
chandra_acis_ao6.par ; generate an ACIS spectrum for a source using a DEM , ; and optionally rescale the DEM to produce the same ; counts as a ROSAT / PSPC observation ; ;calling sequence ; .run initale ; @chandra_acis_ao6.par ; ;(LL/VK; modified from chandra_acis_ao5.par, Feb04) ;- ... density [cm^-3] T_components = [6.9, 7.4] ;log(T[K]) components in the EM EM_components = [5.1d12, 6.1d12] ;Emission Measure [cm^-3] obs_rate = 0.1 ; ROSAT / ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/ardb/chandra_acis_ao6.par -- 5.6 Кб -- 02.03.2004
Похожие документы

7. A Graphical User Interface for a Development Environment (GUIDE)
... GUIDE'' (Graphical User Interface for a Data Environment) is an interactive IDL widget-based package that enables users to retrieve selected sets of satellite instrument data and perform various types of graphical analyses on them, without writing a specialized program. GUIDE simplifies the task of laying out multiple plots on a page by (1) using a page-editor to define and laying out multiple ``panels'' which contain the ``plot objects'', and (2) integrating data retrieval functions. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/bhatnagara.html -- 11.7 Кб -- 03.11.2000
Похожие документы

8. SCL Sfit SYN Commands
... synth : find optimum fit by adjusting abundances v turb , v sin i , and v rad . ... syn_... <p1> <p2> : Initialise parameter for synth . syn_vturb <vturb> [<dv>]; Initialise v turb (km/s) for a fit using synth (default 5) . ... abundance <elid> <abun> <dabu> : Initialise abundances for synth . ... General remarks on the initialisation of abundances in synth A solar abundance will be assumed for any elements not specified. ... Initialise abundances and microturbulence for synth (obsolete) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_syn.html -- 8.0 Кб -- 30.08.2007
Похожие документы

9. Problem creating a new system call
... Just to learn how to generate a system call, I created a simple system call that basically sets and resets the value of a global parameter "PREFETCH". SYSTEM CALL code ********************************** int PREFETCH = 0; /* this is a global variable */ . ... To execute the sys_prefetch system call, I wrote a prefetch.c file with the following code. ************************code to call sys_prefetch***************** #include <linux/unistd.h> _syscall2 (int, prefetch, int, mode, int, nr_hints) . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135.html -- 4.2 Кб -- 23.03.2000
Похожие документы

10. Getting Started in Actor Prolog. Component-Oriented Programming.
The idea of component-oriented programming is that in the course of implementation of various software projects a programmer (or a programmers team) accumulates a library of reused software fragments that are used in different projects. ... To solve such problems there are some special syntax means in Actor Prolog that support component-oriented programming. ... A package in Actor Prolog is a set of classes linked by implication. ... Actor Prolog supports visual component-oriented programming. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_comp.html -- 18.6 Кб -- 24.09.2007
Похожие документы

11. ExtendedPlugInFilter (ImageJ API)
... FIELD | ... METHOD . DETAIL: FIELD | ... ImageJ plugins that process an image may implement this interface. ... setup(arg, imp) : The filter should return its flags. - showDialog(imp, command, pfr) : The filter should display the dialog asking for parameters (if any) and do all operations needed to prepare for processing the individual image(s) (E.g., slices of a stack). ... Field Summary . ... This method is called by ImageJ to inform the plugin-filter about the passes to its run method. int . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/ExtendedPlugInFilter.html -- 18.0 Кб -- 02.12.2010
Похожие документы

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

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

14. Solar wind and IMF [Oulu]
... The concept of continuous solar wind developed in 1950's. First, Biermann (1951, 1957) observed comet tails as they passed close to the Sun , and explained the observed tail deflection by a continuous flux of protons from the Sun. Then Parker (1959) showed that the solar corona must expand, and called the outward streaming coronal gas 'solar wind'. ... The expanding solar wind drags also the solar magnetic field outward, forming what is called the interplanetary magnetic field (IMF) . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/solarwind.html -- 10.3 Кб -- 21.12.2007
Похожие документы

15. Understanding HTML and MIME
I have dropped the differentiation of HTML into a sequence of conformance levels. ... This (and upward compatible specifications) define the Internet Media Type (RFC 1590) and MIME Content Type (RFC 1521) called "text/html". The type "text/html" accepts the following parameters: . ... Character sets . The charset parameter (as defined in section 7.1.1 of RFC 1521) may be used with the text/html content type to specify the encoding used to represent the HTML document as a sequence of bytes. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandMIME.html -- 3.3 Кб -- 19.12.1996
Похожие документы

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

17. lsst.tcc: tcc.axis.computeSlew Namespace Reference
... axis . ... tcc.axis.computeSlew Namespace Reference . ... Compute a slew to a given user-specified position, by iteration. ... Send the DRIFT command to all axes that are moving (whether you want to halt them or slew them) and update obj.actMount and obj.axisCmdState accordingly. ... If obj.axisCmdState==AxisState_Drifting and obj.targetMount[axis].isfinite(): compute a slew to the new position. ... object block: input: object block computed at approximately the current time (see above) output: . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1axis_1_1compute_slew.html -- 17.4 Кб -- 14.09.2015
Похожие документы

18. Stellarium: StelVertexBufferBackend Class Reference
Stellarium 0.12.3 . ... Classes . ... Protected Attributes . StelVertexBufferBackend Class Reference abstract . Base class of all vertex buffer backends. ... StelVertexBufferBackend (const QVector< StelVertexAttribute > & attributes ) . Construct a StelVertexBufferBackend , specifying attributes of the vertex type. ... virtualљ . ... virtual voidљ . ... Data members of the vertex must match vertex attributes of the buffer. ... const Attributes StelVertexBufferBackend::attributes . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelVertexBufferBackend.html -- 25.5 Кб -- 28.02.2014
Похожие документы

19. IUM10 conference: S.Arkhipov
... In this talk we establish the following relation between the categories of representations of the two algebras: we show that the category of modules over the small quantum group is naturally equivalent to the category of modules over the big quantum group, which have a so called Hecke eigen-property with respect to representations lifted by means of the quantum Frobenius map from the category of representations of the Langlands dual Lie algebra. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/ium10/arkh.html -- 2.8 Кб -- 09.12.2005
Похожие документы

20. Vladimir Marsakov Abstracts
Authors: T.V. Borkova , V.A. Marsakov , . ... It is found that dispersions of spatial and kinematics characteristics of field stars change abruptly when the metallicity crosses the boundary [Fe/H] -0.95 . ... По опубликованным прецизионным наземным и спутниковым измерениям собственных движений, компилятивным лучевым скоростям и фотометрическим расстояниям вычислены компоненты пространственных скоростей и элементы галактических орбит для 174 переменных звезд типа ab RR Лиры околосолнечной окрестности. ...
[ Сохраненная копия ]  Ссылки http://ip.rsu.ru/~marsakov/abs/abst30.htm -- 6.8 Кб -- 02.02.2007
Похожие документы

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


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

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

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