Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Поиск по:www.atnf.csiro.au   - Поискать по всем серверам
На этой странице приведены все страницы сервера www.atnf.csiro.au ,которые мы индексируем. Показаны документы 73241 - 73260 из 73285.

В начало ] Пред. | 3656 | 3657 | 3658 | 3659 | 3660 | 3661 | 3662 | 3663 | 3664 | 3665 | След.

Упорядочить по: URL  |  дате изменения
73241. http://www.atnf.csiro.au/computing/software/gipsy/sub/movei.dc2
Subroutine: MOVEI Purpose: Copies integers from one array to another. Category: ARRAY File: move.c Author: K.G. Begeman Use: CALL MOVEI( SOURCE, Input INTEGER ARRAY DESTIN, Output INTEGER ARRAY NITEMS ) Input INTEGER SOURCE input array to be copied to DESTIN. DESTIN output array. NITEMS Number of elements to be copied. Notes: The arrays to be transferred may overlap. Updates: Jul 29, 1989 : KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/movei.dc2 -- 1.6 Кб -- 23.01.1992
Похожие документы

73242. http://www.atnf.csiro.au/computing/software/gipsy/sub/movel.dc2
Subroutine: MOVEL Purpose: Copies logicals from one array to another. Category: ARRAY File: move.c Author: K.G. Begeman Use: CALL MOVEL( SOURCE, Input LOGICAL ARRAY DESTIN, Output LOGICAL ARRAY NITEMS ) Input INTEGER SOURCE input array to be copied to DESTIN. DESTIN output array. NITEMS Number of elements to be copied. Notes: The arrays to be transferred may overlap. Updates: Jul 29, 1989 : KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/movel.dc2 -- 1.6 Кб -- 23.01.1992
Похожие документы

73243. http://www.atnf.csiro.au/computing/software/gipsy/sub/mover.dc2
Subroutine: MOVER Purpose: Copies single precision reals from one array to another. Category: ARRAY File: move.c Author: K.G. Begeman Use: CALL MOVER( SOURCE, Input REAL ARRAY DESTIN, Output REAL ARRAY NITEMS ) Input INTEGER SOURCE input array to be copied to DESTIN. DESTIN output array. NITEMS Number of elements to be copied. Notes: The arrays to be transferred may overlap. Updates: Jul 29, 1989 : KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/mover.dc2 -- 1.6 Кб -- 23.01.1992
Похожие документы

73244. http://www.atnf.csiro.au/computing/software/gipsy/sub/ran.dc2
Function: RAN Purpose: Returns a uniform random deviate between 0.0 and 1.0. Category: MATH Files: ran.c Author: K.G. Begeman Use: REAL RAN( SEED ) Input/Output INTEGER RAN Uniform random deviate between 0.0 and 1.0. SEED A negative value for SEED reintializes the sequence with seed -SEED and on exit SEED will be one. A positive value for SEED has no effect except for the first call to RAN. Then it initializes the sequence with seed SEED and on exit SEED will be one. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ran.dc2 -- 2.0 Кб -- 23.01.1992
Похожие документы

73245. http://www.atnf.csiro.au/computing/software/gipsy/sub/minmax.dc2
Document: MINMAX Purpose: Describes the available routines which find the minimum and maximum in real arrays. File: minmax.c Author: K.G. Begeman Description: The available routines are the following: MINMAX1 Determines minimum and maximum in a real array. MINMAX2 Same as MINMAX1, but also counts number of BLANKS. MINMAX3 Same as MINMAX2, but determines the running min. and max. and number of BLANKS. MINMAX4 Same as MINMAX3, but also determines position of min. and. max. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/minmax.dc2 -- 1.8 Кб -- 23.01.1992
Похожие документы

73246. http://www.atnf.csiro.au/computing/software/gipsy/sub/minmax1.dc2
Subroutine: MINMAX1 Purpose: Finds the minimum and maximum value in a data array of reals taking care of BLANK values. File: minmax.c Author: K.G. Begeman Use: CALL MINMAX1( DATA , Input REAL ARRAY NDAT , Input INTEGER AMIN , Output REAL AMAX ) Output REAL DATA Data array to operate on. ... AMIN Minimum value in DATA array. AMAX Maximum value in DATA array. Note: If all values in the data array have the BLANK value, the minimum and maximum will also be set to BLANK. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/minmax1.dc2 -- 1.9 Кб -- 23.01.1992
Похожие документы

73247. http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_prname.dc2
Subroutine: IRCO_PRNAME. Purpose: Give full name to plate projection system number. ... Author: 85 Jun 24 Albrecht de Jonge. Use: <array> = IRCO_PRNAME ( PRID I integer. ) <array> (function result) a character string giving a proper description of the projection system. Function returns a blank if (PRID < 1) or (PRID > mxprid). PRID a projection system number. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_prname.dc2 -- 2.4 Кб -- 23.01.1992
Похожие документы

73248. http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_snip.dc2
... Do Kester Address: guspace!do or rugfx4!do (uucp) Use: subroutine irpl_snip( irds , I character*(*) size I doubleprecision(2) coor , I integer platenrs, I integer ( nplates ) nplates ) I integer irds the data structure containing the custom plate size of the irds to build coor coordinate system of the plate platenrs platenumbers overlapping the customplate ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_snip.dc2 -- 2.1 Кб -- 23.01.1992
Похожие документы

73249. http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_standard.dc2
... Use: call IRPL_STANDARD ( obsmode I integer plcenter O doubleprecision(2,nplate) plsize O doubleprecision(2,nplate) nplate I/O integer ) obsmode 1 for raw data; 2 for splines; otherwise no plate system (nplate = 0) plcenter longitude, latitude of the plate plsize lon. and lat. size of the plate nplate in: maximum number of plates out: actual number of plates Description: The plate sizes are the same for plates at the same latitude. ... The rotation angles of the plates are zero. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_standard.dc2 -- 2.3 Кб -- 23.01.1992
Похожие документы

73250. http://www.atnf.csiro.au/computing/software/gipsy/sub/match.dc2
... Category: STRINGS File: match.c Author: K.G. Begeman Use: INTEGER MATCH( LIST , Input CHARACTER*(*) ARRAY NLIST , Input INTEGER TEST ) Input CHARACTER*(*) MATCH Returns: >0: Item number in LIST which is matched by TEST 0: No match -1: Multiple matching items in LIST LIST Character array containing strings which will be compared with TEST NLIST Number of items in LIST TEST Character string to be compared to all items in LIST Updates: Sep 20, 1990: KGB, Document created. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/match.dc2 -- 1.9 Кб -- 23.01.1992
Похожие документы

73251. http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_corners.dc2
Subroutine: IRPL_CORNERS. Purpose: Calculate plate corners in plate-referenced coordinates. ... Use: call IRPL_CORNERS ( size I doubleprecision(2), corner O doubleprecision(3,4). ) size long. and lat. length of a plate edge in radians (= great circle angular distance), corner xyz of the four corners of the plate in plate- referenced coordinates. Description: The plate-referenced coordinate system is a rectangular system having the plate center at its x-axis. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_corners.dc2 -- 2.2 Кб -- 23.01.1992
Похожие документы

73252. http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_greatxsmall.dc2
subroutine IRPL_GREATXSMALL Purpose intersections between a great circle and a small circle File irpl_greatxsmall.shl Class IRAS, Math Author 850712 Uwe Peppel Use subroutine IRPL_GREATXSMALL( polegc , I doubleprecision(3) theta, I real pint , O real (3,2) nrint ) O integer polegc coordinates of one pole of the great circle theta polar angle of the small circle (in rad) pint intersection ... Update 900911 DK, all real variables to doubleprecision ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_greatxsmall.dc2 -- 2.2 Кб -- 23.01.1992
Похожие документы

73253. http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_platecenter.dc2
... Purpose: Delivering plate centres for the celestial sphere. ... Use: call IRPL_PLATECENTER ( size I doubleprecision array (*), overlp I doubleprecision , nplate I/O integer, plcenter O doubleprecision array (2, nplate ), plsize O doubleprecision array (2, nplate ), ) size Size of a layer of square plates ; overlp Size of overlap between plates ; nplate Maximum nr. of plates allowed storage for, Nr. of ... The caller is responsible to give enough plate sizes in size. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_platecenter.dc2 -- 2.7 Кб -- 23.01.1992
Похожие документы

73254. http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_transpose.dc2
Subroutine: IRCO_TRANSPOSE Purpose: transposes a matrix Category WORLD COORDINATES, IRAS File: irco.shl Author: Do Kester Person resp.: Do Kester Address: guspace!do or rugfx4!do (uucp) Use: call irco_transpose( mats, I double precision array(3,3) konum, I integer connect, I/O integer array(konum,konum) kk1, I integer kk2 ) I integer Description: Checks if matrix MATS is fit for transformation from kk1 to kk2. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_transpose.dc2 -- 1.6 Кб -- 23.01.1992
Похожие документы

73255. http://www.atnf.csiro.au/computing/software/gipsy/sub/irc_nonlin.dc2
Subroutine: irc_nonlin. ... Author: Do Kester Use: IRC_NONLIN ( detnr input INTEGER raw in/out REAL nraw input INTEGER satsec input INTEGER bias ) input REAL detnr detector number (IRASES p II-12/3) raw First word address for input values. nraw Total nr of raw this call satsec satcal modulo 100 for coherent noise of det 5 bias 'Arbitrary' offset w.r.t. compressed data Description: IRC_NONLIN corrects the data in array RAW for nonlinearity of the feedback resister IRASES p VI-4. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irc_nonlin.dc2 -- 2.0 Кб -- 23.01.1992
Похожие документы

73256. http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_prnumber.dc2
... Purpose: Return number of plate projection system 'name'. ... Use: <int> = IRCO_PRNUMBER ( prname I character * (*) ) <int> (function result) number (1..10) of plate projection system. prname Name of plate projection system. Should at least contain idlen characters. Description: Returns number of plate projection system by comparing first idlen characters of prname to those, for every number, given by function IRCO_PRNAME. ... Externals: IRCO_PRNAME. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_prnumber.dc2 -- 1.6 Кб -- 23.01.1992
Похожие документы

73257. http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_project.dc2
... Purpose: Project points on celestial sphere onto a plane. ... PRID a projections system number (see IRCO_PRNAME), XYZ 3-dimensional coordinates on the sphere, X, Y the corresponding coordinates on the plane, N number of points to be projected. Description: Assume the coordinates xyz give coordinates of points on the unit the unit sphere, in a right-handed system of x,y and z axes. ... The origin of the plane system is the projection centre, and corresponds to xyz = (1,0,0). ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_project.dc2 -- 2.9 Кб -- 23.01.1992
Похожие документы

73258. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_dn2splines.dc2
Subroutine: IRCC_DN2SPLINES Purpose: Converts 16 bit splineI-format FITS integers to reals. ... Description: This subroutine is the inverse of srrr16. Description of IMPUT format: Low range : [0, 32767]; stepsize: 1/32, High range:[32896, 65536]; stepsize: 4. The high range has an offset of -32767. The range between [32768, 32895] is not use Description of OUTPUT format: Low range : [0, 1023.984375]; stepsize: 1/32, High range: [1024, 131072]; stepsize: 4. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_dn2splines.dc2 -- 1.9 Кб -- 23.01.1992
Похожие документы

73259. http://www.atnf.csiro.au/computing/software/gipsy/sub/insideptr.dc2
Function: INSIDEPTR Purpose: Indicates whether inside or outside subframe defined by INITPTR. File: initptr.c Author: K.G. Begeman Use: LOGICAL INSIDEPTR( IP, Output INTEGER NP ) Output INTEGER INSIDEPTR Returns .TRUE. when still some data inside subframe in readbuffer, else .FALSE. IP If INSIDEPTR .eq. ... TRUE., number of data values inside subframe in readbuffer starting at IP. ... Related Docs: initptr.dc2, outsideptr.dc2 Updates: Nov 15, 1988: KGB, Creation date. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/insideptr.dc2 -- 2.1 Кб -- 23.01.1992
Похожие документы

73260. http://www.atnf.csiro.au/computing/software/gipsy/sub/irc_dn2splines.dc2
Subroutine: IRC_DN2SPLINES Purpose: Converts 16 bit splineI-format FITS integers to reals. ... Description: This subroutine is the inverse of srrr16. Description of IMPUT format: Low range : [0, 32767]; stepsize: 1/32, High range:[32896, 65536]; stepsize: 4. The high range has an offset of -32767. The range between [32768, 32895] is not use Description of OUTPUT format: Low range : [0, 1023.984375]; stepsize: 1/32, High range: [1024, 131072]; stepsize: 4. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irc_dn2splines.dc2 -- 1.9 Кб -- 23.01.1992
Похожие документы

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