x111 idl routines

Last modified: Thu Mar 16 13:07:14 2023.


List of Routines


Routine Descriptions

X111INP - INPUT 1 OR MORE DATA,CAL SETS OF DATA.

[Next Routine] [List of Routines]
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)


X111SELECT - SELECT A SUBSET OF SCANS TO PROCESS

[Previous Routine] [List of Routines]
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)