RF radiation monitor idl routines

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


List of Routines


Routine Descriptions

RFMINPDAY - INPUT A DAYS WORTH OF RF MONITOR DATA.

[List of Routines]
NAME:
rfminpday - input a days worth of rf monitor data.
SYNTAX: npts=rfminpday(yymmdd,d,fname=fname)
ARGS:
	yymmdd: long	date to input
KEYWORDS:
	fname: string	name of file (with directory to input)
RETURNS:
	npts:	long	number of points input
	d[npts]: {}	    array structures holding the data

DESCRIPTION:
	input the rf monitor data for the specified day. Until the data
has been moved to a permanent location, use the fname keyword to
specify the file to input (yymmdd for now is ignored).

	The returned structure contains:
	
	d.year  : long year
	d.dayno : long day number of year (counts from 1)
	d.secs  : long sec from midnite
   d.pwr	: float    power value input
fileformat:

 looks like mjd is in AST units not UTC
 Fri May 13 00:00:12 2011 raddata 55694.0001389 0.976

(See /pkg/rsi/local/libao/phil/rfm/rfminpday.pro)