Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.naic.edu/~phil/x111doc.html
Дата изменения: Wed Feb 3 00:47:19 2016 Дата индексирования: Sat Apr 9 23:29:18 2016 Кодировка: Поисковые слова: п п п п п п п п п п п п |
NAME: x111inp - input 1 or more data,cal sets of data. SYNTAX:n=x111inp(yymmdd1,yymmdd2,freqReq,bret,rcv=rcv,han=han,$ slar=slar,slfilear=slfilear,indonly=indonly,verbose=verbose,$ maxsets=maxsets) ARGS: yymmdd1: long first date to use yymmdd2: long last date to use freqReq: float freq in Mhz to select KEYWORDS: rcv: long limit to reciever number (1.. 17) (only needed if more than 1 rcvr measures this freq (eg sbw,sbn) han: if set then hanning smooth the data on input. indonly: if set then search the database for the scans. return in slar the first scan of each set (the data scan). verbose: if set then print date/scan of each set found maxSets: maximum sets to input. def=100 RETURNS: n: long number of sets found bret[n]:{} structure containing the data found slar[3,n]: {slcor} summary info for each scan found (data and cals) slfilear[m]: {slfile} filename array. slar.fileindex indexes into this array.
(See /pkg/rsi/local/libao/phil/x111/x111inp.pro)
NAME: x111select - select a subset of scans to process SYNTAX: n=x111select(yymmdd1,yymmdd2,slar,slfilear,rcv=rcv,frqrange=frqrange) ARGS: yymmdd1: long first date to use yymmdd2: long last date to use KEYWORDS: rcv: long limit to reciever number (1.. 17) frqrange[2]:float min, max frequency to look for RETURNS: n: long number of scans found slar[n]: {slcor} array of struct having info slfilear[m]: {slfile} filename array
(See /pkg/rsi/local/libao/phil/x111/x111select.pro)