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

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

Упорядочить по: URL  |  дате изменения
73161. http://www.atnf.csiro.au/computing/software/gipsy/tsk/merge.dc1
Program: MERGE Purpose: Merges a number if IRDS's. Category: IRAS File: merge.c Author: Fred Lahuis Keywords: MERGESET= Set to write the result to. [mergeset] IRSET= IRDS input sets. A maximum number of [stop] fifty sets can be entered at once. It will be repeated until no sets are entered. ... If yes the set will be rewritten, else the input sets will be appended to it. Description: MERGE will merge the given input sets with MERGESET in a loop using irds_merge. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/merge.dc1 -- 2.0 Кб -- 21.05.1992
Похожие документы

73162. http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_addsnip.dc2
Function: irlrs_set_addsnip Purpose: Add a detector snip to an existing LRS set. Category: LRS File: irlrs_set.c Author: P.R. Roelfsema Use: IRLRS_SET_ADDSNIP( LRSSET , Input character*(*) SNIP , Input integer SOP , Input integer ATT , Input integer SATCAL , Input real STATUS ) Output integer LRSSET Name of LRS set. SNIP Sequential snip number to add. SOP SOP of original scan. ATT ATT of original scan. ... 2 - LRSSET exists, is not LRS set. -3 - error when setting snip to undefined. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_addsnip.dc2 -- 2.1 Кб -- 27.04.1992
Похожие документы

73163. http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_rdsnip.dc2
Function: irlrs_set_rdsnip Purpose: Read data for a detector snip from an existing LRS set. Category: LRS File: irlrs_set.c Author: P.R. Roelfsema Use: IRLRS_SET_RDSNIP( LRSSET , Input character*(*) SNIP , Input integer SDET , Input integer DATA , Input real( >NDATA ) NDATA , In/Output integer STATUS ) Output integer LRSSET Name of LRS set. ... NDATA In - maximum number of elements te read into DATA Out - number of elements actually read STATUS Status return: 0 - no problems. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_rdsnip.dc2 -- 2.4 Кб -- 27.04.1992
Похожие документы

73164. http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_wrsnip.dc2
Function: irlrs_set_wrsnip Purpose: Write data for a detector snip to an existing LRS set. Category: LRS File: irlrs_set.c Author: P.R. Roelfsema Use: IRLRS_SET_WRSNIP( LRSSET , Input character*(*) SNIP , Input integer SDET , Input integer DATA , Input real( >NDATA ) NDATA , In/Output integer STATUS ) Output integer LRSSET Name of LRS set. SNIP Sequential snip number to add. ... 2 - LRSSET exists, is not LRS set. -3 - gds write error. 5 - SNIP not in LRSSET. 6 - SDET not in LRSSET. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_wrsnip.dc2 -- 2.4 Кб -- 27.04.1992
Похожие документы

73165. http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set.dc2
Function: irlrs_set Purpose: Basic LRS set access routines Category: LRS File: irlrs_set.c Author: P.R. Roelfsema Description: The file irlrs_set.c contains all the basic LRS set creation and acess routines. ... IRLRS_SET_DELETE - deletes an LRS set. ... IRLRS_SET_ADDSNIP - extends an LRS set for new snips. ... IRLRS_SET_WRSNIP - writes data for a snip to an LRS set. IRLRS_SET_RDSNIP - reads data for a snip from an LRS set. Updates: Jan 29, 1991: PRR, Creation date ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set.dc2 -- 1.8 Кб -- 27.04.1992
Похожие документы

73166. http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_create.dc2
Function: irlrs_set_create Purpose: Create an LRS set. Category: LRS File: irlrs_set.c Author: P.R. Roelfsema Use: IRLRS_SET_CREATE( IRDSIN , Input character*(*) LMLO , Input real LMHI , Input real LMSTEP , Input real LRSSET , Input character*(*) STATUS ) Output integer IRDSIN Name of input irds to be used as a template for filling in the header. ... LMLO Begin wavelength of spectra ( micron ). ... 1 - IRDSIN does exist but is not a good irds -2 - LRSSET exists, is not LRS set. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_create.dc2 -- 2.5 Кб -- 27.04.1992
Похожие документы

73167. http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_delete.dc2
Function: irlrs_set_delsnip Purpose: Delete an existing LRS set. Category: LRS File: irlrs_set.c Author: P.R. Roelfsema Use: IRLRS_SET_DELETE( LRSSET , Input character*(*) STATUS ) Output integer LRSSET Name of LRS set. STATUS Status return: 0 - no problems. -1 - LRSSET does not exists. -2 - LRSSET exists, is not LRS set. other - gds error code For STATUS -1 or -2 LRSSET is not deleted. Updates: Jan 29, 1991: PRR, Creation date
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_delete.dc2 -- 1.7 Кб -- 27.04.1992
Похожие документы

73168. http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_exist.dc2
Function: irlrs_set_exist Purpose: Check wheter a GDS is an LRS set. Category: LRS File: irlrs_set.c Author: P.R. Roelfsema Use: IRLRS_SET_EXIST( integer LRSSET ) Input character*(*) IRLRS_SET_EXIST return code: 0 - LRSSET exists, but has zero snips (i.e only LRS_SET_CREATE has been used) >0 - number of snips in LRSSET -1 - LRSSET does not exist. -2 - LRSSET exists, is not LRS set. -4 - gds error. LRSSET Name of LRS set. Updates: Jan 29, 1991: PRR, Creation date
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irlrs_set_exist.dc2 -- 1.8 Кб -- 27.04.1992
Похожие документы

73169. http://www.atnf.csiro.au/computing/software/gipsy/sub/irds_rd_detoff.dc2
Function: irds _rd_detoff Purpose: To extract (projected) sky position offsets from an IRDS Category: IR File: irds _dpos.c Author: Peter Roelfsema Use: INTEGER IRDS _RD_DETOFF( IRDS , Input character*(*) SNIP , Input integer SDET , Input integer TICK , Input integer INCOOR , Input integer LON , Input double LAT , Input double OUTCOOR , Input SNIP Sequential snip number to read. SDET Sequential detector number to read. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irds_rd_detoff.dc2 -- 5.2 Кб -- 07.04.1992
Похожие документы

73170. http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_untab.dc2
Subroutine: IRPL_UNTAB Purpose: put corrupted data around an outage to blank Category: IRAS File: irpl_untab.shl Author: Do Kester do@guspace.rug.nl Use: call irpl_untab( irds, I character*(*) status ) O integer irds name of irds to find corrupt data in status 0 : ok -1: cannot open `untabfile' Description: The file containing the scans which may have corrupt data is searched in parallel with the irds. ... Externals: Updates: 17 Feb 1992 DK, creation 19 Mar 1992 FL, new interface to irds_enquire_snip ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irpl_untab.dc2 -- 1.9 Кб -- 25.03.1992
Похожие документы

73171. http://www.atnf.csiro.au/computing/software/gipsy/tsk/weed.dc1
Program: WEED Purpose: Copies snips to an irds (or part of it), or removes snips. ... If noting is entered SNIP is asked. ... POS= Position of the centre of an area for ['map' centre] which the overlapping snips are to be copied. If a position but no radius is entered, all snips passing through this point are returned. If no position is entered the centre as defined in the header is assumed. The position has to be given in the same units as those for the area defined in the header. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/weed.dc1 -- 4.1 Кб -- 24.03.1992
Похожие документы

73172. http://www.atnf.csiro.au/computing/software/gipsy/tsk/plscan.dc1
Program: plscan Purpose: Plots raw IRAS scans Category: IRAS File: plscan.c Author: P.R. Roelfsema Keywords: IRSET= Name of input IR data set [stop] POS= Give a reference position for plot [ none ] If a position is entered here which lies within the coordinates as defined in the header of the input irds, the data are plotted as function of in-scan distance to that position. ... Updates: Dec 7, 1990: PRR, Document created. Dec 11, 1990: PRR, Version 1.0. Dec 17, 1990: PRR, Added LRS anti-droop. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/plscan.dc1 -- 2.5 Кб -- 24.03.1992
Похожие документы

73173. http://www.atnf.csiro.au/computing/software/gipsy/tsk/outage.dc1
Program: OUTAGE Purpose: remove possibly corrupt data around outage from irds Category: IRAS Author: Do Kester do@guspace.rug.nl File: outage.shl Keywords: IRSET= the set to be searched for corrupt data and if found put to the GIPSY blank value. ... The data were corrupted due to an error in the quick-look software at the ground station where SRON- Groningen got its data from. For the time being the error can not be repaired. This program puts the possibly corrupt data to blank. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/outage.dc1 -- 1.9 Кб -- 18.02.1992
Похожие документы

73174. http://www.atnf.csiro.au/computing/software/gipsy/tsk/irdspos.dc1
... The pixel position should be given as an array containing SAMPLE , SDET, SNIP and TICK in subsequent order. ... Use of one of the hidden keywords SAMPLE, TICK, SDET and SNIP overwrites the corresponding value given here. ... SAMPLE= Array containing sequential SAMPLE points. [pos[0]] **SDET= Array containing sequential SDET points. [pos[2]] SDET = 0 corresponds to boresight, SDET < 0 corresponds to the center of gravity of band number SDET (see IRCC_BANDNR etc.) ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/irdspos.dc1 -- 2.9 Кб -- 23.01.1992
Похожие документы

73175. http://www.atnf.csiro.au/computing/software/gipsy/tsk/iotest.dc1
... Category: DEMO File: iotest.c Author: K.G. Begeman Description: The programme has three options: 1 = read data, 2 is read data and write it back to disk and 3 read data, write back to disk and read again to check whether the data was corrupted. ... The data should NOT be damaged by this programme if the disk is o.k. BOX= Enter BOX [whole subset]. OPTION= Which option? (1=read,2=read/write,3=check) BUFFERSIZE= Enter size of read/write buffer [4096]. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/iotest.dc1 -- 1.8 Кб -- 23.01.1992
Похожие документы

73176. http://www.atnf.csiro.au/computing/software/gipsy/sub/ellipse.dc2
Document: ELLIPSE Purpose: Describes the ellipse fitting routines. Category: MATH File: ellipse.c Author: K.G. Begeman Description: The ellipse fitting routines available are: ELLIPSE1 Which finds the initial estimates of the ellipse parameters. ELLIPSE2 Which finds the actual ellipse parameters by a least-squares fit. ELLIPSE1 can be used to determine the initial estimates which are needed by ELLIPSE2 Updates: Jan 25, 1991: KGB Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ellipse.dc2 -- 1.7 Кб -- 23.01.1992
Похожие документы

73177. http://www.atnf.csiro.au/computing/software/gipsy/sub/ellipse1.dc2
Function: ELLIPSE1 Purpose: Routine which gives an initial estimate for an ellipse to N points in the array X,Y. Category: MATH File: ellipse1.c Author: K.G. Begeman Use: INTEGER ELLIPSE1( N , Input INTEGER X , Input REAL ARRAY Y , Input REAL ARRAY P ) Output REAL ARRAY ELLIPSE1 Returns 0 when successfull, and 1 on error N Number of points in X and Y. X Array with X-coordinates. Y Array with Y-coordinates. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ellipse1.dc2 -- 2.1 Кб -- 23.01.1992
Похожие документы

73178. http://www.atnf.csiro.au/computing/software/gipsy/sub/ellipse2.dc2
... Category: MATH File: ellipse.c Author: K.G. Begeman Use: INTEGER ELLIPSE2( N , Input INTEGER X , Input REAL ARRAY Y , Input REAL ARRAY P , Input/Output REAL ARRAY E , Output REAL ARRAY M ) Input INTEGER ARRAY ELLIPSE2 Returns number of iterations on success, else -1: No free parameters -2: Exceede iteration limit (50) -3: Diagonal of matrix has zeroes -4: Matrix could not be inverted N Number of positions. ... P On input contains the initial estimates of the ellipse parameters. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ellipse2.dc2 -- 2.7 Кб -- 23.01.1992
Похожие документы

73179. http://www.atnf.csiro.au/computing/software/gipsy/sub/irco.dc2
Purpose: Coordinate Transformations Category WORLD COORDINATES, IRAS File: irco.shl Author: Do Kester Person resp.: Do Kester Address: guspace!do or rugfx4!do (uucp) Description: Coordinate transformation The IRAS data need an efficient coordinate transformation system to transform each sample from sunreferenced coordinates to the system requested by the user. For each scan the sunreferenced coordinate system is different as the earth has moved. ... See IRCO_TRANSFORM. ... See IRCO_NEWCOOR. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irco.dc2 -- 4.2 Кб -- 23.01.1992
Похожие документы

73180. http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_praxname.dc2
Function: irco_praxname Purpose: provide names for the axes in all coor/proj systems Category: IRAS, private to program: IMAGE Author: Do Kester do@guspace.rug.nl Use: void irco_praxname_c( fint *coor, I coordinate system number fint *prid, I projection type number fchar lname, O name of the 'longitude' axis fchar bname ) O name of the 'latitude' axis USE For the combination of coordinate system and projection type identification names are returned which are valid in FITS. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/irco_praxname.dc2 -- 2.5 Кб -- 23.01.1992
Похожие документы

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