Daily Gain Calibration

From EOVSA Wiki
Revision as of 16:03, 7 July 2017 by Sjyu (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Similar as reference complex gain calibration, daily gain calibration refers to determining the "system" amplitude and phase as a function of IF band. Typically, daily gain calibration would be carried out three times between two reference gain calibrations every day. I have a routine to retrieve and analyze the daily gain calibration data, named phacal_anal.py. Start from a timestamp

import phacal_anal as pa
from util import Time
t = Time('2017-07-03 15:00')
pa.phacal_anal(t)

phacal_anal will find all daily gain calibrations occurred during that natural day (CA local time). to be completed...