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

В начало ] Пред. | 3649 | 3650 | 3651 | 3652 | 3653 | 3654 | 3655 | 3656 | 3657 | 3658 | След.В конец ]

Упорядочить по: URL  |  дате изменения
73041. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_const.dc2
Purpose: IRAS instrument parameters. Category: IR File: ircc_const.c Author: P.R. Roelfsema Description: In this file the following routines are present: IRCC_ALIVE - returns 1: alive; 0: dead; -1: nonexistent IRCC_BANDET - returns band number given a detector IRCC_BANDNR - returns band number for instrument names. ... IRCC_SDET - returns SDET nr for detector number Updates: Aug 8, 1990: PRR, Creation date Sep 6, 1990: PRR, various changes Sep 10, 1990: PRR, changed device/bands to modes/bands. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_const.dc2 -- 2.4 Кб -- 02.12.1993
Похожие документы

73042. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_detnr.dc2
Function: ircc_detnr Purpose: Returns IRAS detector numbers. ... INSTRUMENT Instrument name; this can be a combination of a mode and band name e.g.: SURVEY B1, SURVEY B2, SPLINEB 3, AO B4, SURVEY LRS etc. ( see also IRCC_INSTRNAME ) Updates: Aug 8, 1990: PRR, Creation date Nov 26, 1990: PRR, Rearranged LRS detector numbers. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_detnr.dc2 -- 1.9 Кб -- 02.12.1993
Похожие документы

73043. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_instrname.dc2
Function: ircc_instrname Purpose: Returns IRAS instrument names. Category: IR File: ircc_const.c Author: P.R. Roelfsema Use: CHARACTER IRCC_INSTRNAME( OBSMODE , I integer band ) I integer IRCC_INSTRNAME Returns the name of the instrument corresponding to the observing mode and band numbers. ... Updates: Aug 8, 1990: PRR, Creation date Sep 10, 1990: PRR, Changed device to observing mode. Aug 19, 1991: PRR, Chang to make OBSMODE or BAND is 'other' work properly. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_instrname.dc2 -- 2.4 Кб -- 02.12.1993
Похожие документы

73044. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_mask.dc2
Function: ircc_mask Purpose: Give IRAS detector layout parameters Category: IR File: ircc_mask.c Author: P.R. Roelfsema Use: INTEGER IRCC_MASK( DETNO , Input integer YLOC , Output real ZLOC , Output real YSIZE , Output real ZSIZE ) Output real IRCC_MASK Returns error code: 0 - no problem. -1 - not a legal IRAS detector number. DETNO Detector number as given in IRAS Epl. ... DETNO=0 returns the location of the boresight (0,0) and (roughly) the total size of the IRAS focal plane. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_mask.dc2 -- 3.3 Кб -- 02.12.1993
Похожие документы

73045. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_ndets.dc2
Function: ircc_ndets Purpose: Returns IRAS the number of detectors. Category: IR File: ircc_const.c Author: P.R. Roelfsema Use: INTEGER IRCC_NDETS( instrument ) I character*(*) IRCC_NDETS > 0 - number of detectors for instrument. -1 - unknown instrument INSTRUMENT Instrument name; this can be a combination of a mode and band name e.g.: SURVEY B1, SURVEY B2, SPLINE B3, AO B4, SURVEY LRS etc. ( see also IRCC_INSTRNAME ) Updates: Aug 8, 1990: PRR, Creation date
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_ndets.dc2 -- 1.7 Кб -- 02.12.1993
Похожие документы

73046. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_obsmode.dc2
Function: ircc_obsmode Purpose: Returns IRAS observation mode Category: IR File: ircc_const.c Author: P.R. Roelfsema Use: CHARACTER IRCC_OBSMODE( INSTRUMENT ) Input character*(*) IRCC_OBSMODE Returns the observing mode number for a given instrument; If the instrument does not exist 0 is returned. INSTRUMENT Instrument name; this can be a combination of a mode and band name e.g.: SURVEY B1, SURVEY B2, SPLINE B3, AO B4, AO LRS etc. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_obsmode.dc2 -- 2.0 Кб -- 02.12.1993
Похожие документы

73047. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_rate.dc2
Function: ircc_rate Purpose: Returns IRAS scanning rates. Category: IR File: ircc_const.c Author: P.R. Roelfsema Use: INTEGER IRCC_RATE( instrument ) I character*(*) IRCC_RATE > 0 - number of samples taken per second. -1 - unknown instrument INSTRUMENT Instrument name; this can be a combination of a mode and band name e.g.: SURVEY B1, SURVEY B2, SPLINE B3, AO B4, SURVEY LRS etc. ( see also IRCC_INSTRNAME ) Updates: Aug 8, 1990: PRR, Creation date
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_rate.dc2 -- 1.7 Кб -- 02.12.1993
Похожие документы

73048. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_solid.dc2
Function: ircc_solid Purpose: returns effective solid angle of a detector Category: IR File: ircc_const.c Author: Do Kester Use: real function ircc_solid( detector ) I integer ircc_solid effective solid angle of the detector detector detector number Description: It returns the effective solid angle of a given detector as listed in the Explanatory Supplement to the IRAS Faint Source Survey, Table number II.D.1 page II-50. The solid angles are in steradians. ... They are also == 0.0. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_solid.dc2 -- 1.7 Кб -- 02.12.1993
Похожие документы

73049. http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_times.dc2
Function: ircc_times Purpose: Give exact time of sampling of individual IRAS detectors Category: IR File: ircc_times.c Author: P.R. Roelfsema Use: REAL IRCC_TIMES( DETNO ) Input integer IRCC_TIMES Returns the time offset w.r.t. satcal ticks at which data for a given detector were taken. ... See IRAS SAT/Ground Interface Control Document section 3.4.3 It is not clear what the LRS timing is derived from. ... Updates: Aug 18, 1990: PRR, Adapted from GEISHA Nov 26, 1990: PRR, Added LRS delay times ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ircc_times.dc2 -- 2.4 Кб -- 02.12.1993
Похожие документы

73050. http://www.atnf.csiro.au/computing/software/gipsy/sub/dcdsetdef.dc3
Header: dcdsetdef Purpose: Defines the type dcdset_struct which is returned by a call to dcdset. Category: USER IO File: dcdsetdef.h Author: K.G. Begeman Description: The dcdset_struct is defined as follows: typedef struct { char setname[FILENAME_MAX+1]; // name of set fint *subsets; // decoded subset levels fint status; // return status } dcdset_struct; Related Docs: dcdset.dc2 Updates: Nov 28, 1993: KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/dcdsetdef.dc3 -- 1.6 Кб -- 03.11.1993
Похожие документы

73051. http://www.atnf.csiro.au/computing/software/gipsy/tsk/cblank.dc1
Program: CBLANK Purpose: Converts datavalues to BLANK and vice versa. ... BOX= Frame of subset to work on [whole subset]. ... VALUE= Value to replace BLANK [BLANK]. ... Example: <USER >CBLANK <USER >CBLANK ,INSET=AURORA FREQ Set AURORA has 3 axes RA-NCP from -7 to 8 DEC-NCP from -7 to 8 FREQ-OHEL from 1 to 59 BOX range for set AURORA : RA-NCP from -7 to 8 DEC-NCP from -7 to 8 <USER >CBLANK ,BLANK= <USER >CBLANK ,VALUE=0.0 <STATUS> CBLANK +++ FINISHED +++ Updates: Oct 26, 1988: KGB, Document created. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/cblank.dc1 -- 2.2 Кб -- 26.10.1993
Похожие документы

73052. http://www.atnf.csiro.au/computing/software/gipsy/tsk/cblank.shl
... C C BLANK= Value to be replaced by BLANK [BLANK]. ... Change version number on next line character*(*) id parameter (id = ' CBLANK Version 1.1 Oct 26, 1993 ') N Maximum number of subsets integer maxsubs parameter (maxsubs = 2048) N Size of data buffer integer maxdata parameter (maxdata = 4096) N Maximum number of axes integer maxaxes parameter (maxaxes = 10) N Device for set info integer showdev parameter (showdev = 11) C C Variables for GDSINP: C N Name of GDS set character*80 ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/cblank.shl -- 11.1 Кб -- 26.10.1993
Похожие документы

73053. http://www.atnf.csiro.au/computing/software/gipsy/sub/showsub.dc2
Document: SHOWSUB Purpose: Describes the available routines which display Set and subset information in the Task Status Area. File: showsub.c Author: K.G. Begeman Description: The routines which display set and subset info in the Task Status Area are: SUBROUTINE SHOWSUB1 displays the name of the input set and the subset coordinates SUBROUTINE SHOWSUB2 displays tne name of input and output set and the input and output subset coordinates. Updates: Feb 20, 1990: KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/showsub.dc2 -- 1.7 Кб -- 11.10.1993
Похожие документы

73054. http://www.atnf.csiro.au/computing/software/gipsy/sub/showsub1.dc2
Subroutine: SHOWSUB1 Purpose: Shows the user (in status line) which subset the program is working on. File: showsub.c Author: K.G. Begeman Use: CALL SHOWSUB1( SET , Input CHARACTER*(*) SUBSET , Input INTEGER AXPERM ) Input INTEGER ARRAY SET Name of GDS set. SUBSET Subset coordinate word. ... Example: FOR N = 1, NSUB CALL SHOWSUB1( SET, SUBSET(N), AXPERM ) REPEAT CALL GDSI_READ( SET, CW1, CW2, .. ERR ) .. UNTIL (ERR .EQ. 0) CFOR Updates: Oct 25, 1988: KGB, Document created. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/showsub1.dc2 -- 1.9 Кб -- 11.10.1993
Похожие документы

73055. http://www.atnf.csiro.au/computing/software/gipsy/sub/showsub2.dc2
Subroutine: SHOWSUB2 Purpose: Shows the user (in status line) the input subset and output subset the program is working on. File: showsub.c Author: K.G. Begeman Use: CALL SHOWSUB2( SET1 , Input CHARACTER*(*) SUBSET1 , Input INTEGER AXPERM1 , Input INTEGER ARRAY SET2 , Input CHARACTER*(*) SUBSET2 , Input INTEGER AXPERM2 ) Input INTEGER ARRAY SET1 Name of GDS input set. SUBSET1 Input subset coordinate word. AXPERM1 Array with axis sequence numbers returned by GDSINP. ... ERR ) .. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/showsub2.dc2 -- 2.4 Кб -- 11.10.1993
Похожие документы

73056. http://www.atnf.csiro.au/computing/software/gipsy/sub/fitgauss2d.dc2
... Use: INTEGER FITGAUSS2D( DATAI, Input REAL ARRAY NDATX, Input INTEGER NDATY, Input INTEGER GRIDX, Input DOUBLE PRECISION GRIDY, Input DOUBLE PRECISION PARLIST, Input/Output REAL ARRAY ERRLIST, Output REAL ARRAY MPAR, Input INTEGER ARRAY TOL, INPUT REAL ITS, INPUT INTEGER LAB, INPUT REAL CLIP INPUT REAL ARRAY ) FITGAUSS2D >=0: Fit found, return fit parameters in PARLIST, errors in ERRLIST. ... 1: Too many free parameters, maximum is 32. ... 9: Fit aborted because all data are blank. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/fitgauss2d.dc2 -- 6.6 Кб -- 04.10.1993
Похожие документы

73057. http://www.atnf.csiro.au/computing/software/gipsy/sub/fcall_bool_alliant.dc3
Function: fcall_bool_alliant Purpose: Fortran to C interface for logical functions on alliant machines. Category: SYSTEM File: f2cvv_aux.src Author: K.G. Begeman Use: fcall_bool_alliant( f3, Input procedure stack ) Input address f3 Fortran logical function stack Address of argument stack Warning: Only used on ALLIANT machines. Updates: Aug 24, 1991: KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/fcall_bool_alliant.dc3 -- 1.5 Кб -- 25.09.1993
Похожие документы

73058. http://www.atnf.csiro.au/computing/software/gipsy/sub/fcall_complex_aix.dc3
Function: fcall_complex_aix Purpose: Fortran to C interface for complex functions on aix machines. Category: SYSTEM File: f2cvv_aux.src Author: K.G. Begeman Use: double fcall_complex_aix( arg ) complex fcall_complex_aix double precision arg complex Warning: Only used on AIX machines. Updates: Sep 29, 1992: KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/fcall_complex_aix.dc3 -- 1.4 Кб -- 25.09.1993
Похожие документы

73059. http://www.atnf.csiro.au/computing/software/gipsy/sub/fcall_complex_alliant.dc3
Function: fcall_complex_alliant Purpose: Fortran to C interface for complex functions on alliant machines. Category: SYSTEM File: f2cvv_aux.src Author: K.G. Begeman Use: fcall_complex_alliant( f6, Input procedure stack ) Input address f6 Fortran complex function stack Address of argument stack Warning: Only used on ALLIANT machines. Updates: Aug 24, 1991: KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/fcall_complex_alliant.dc3 -- 1.5 Кб -- 25.09.1993
Похожие документы

73060. http://www.atnf.csiro.au/computing/software/gipsy/sub/fcall_complex_alpha.dc3
Function: fcall_complex_alpha Purpose: Fortran to C interface for complex functions on alpha machines. Category: SYSTEM File: f2cvv_aux.src Author: K.G. Begeman Use: double fcall_complex_alpha( arg ) complex fcall_complex_alpha double precision arg complex Warning: Only used on ALPHA machines. Updates: Jul 21, 1993: KGB, Document created.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/fcall_complex_alpha.dc3 -- 1.5 Кб -- 25.09.1993
Похожие документы

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