HERA-Team / hera_qm

HERA Data Quality Metrics
MIT License
2 stars 2 forks source link

Copy H1C daily notebook and strip down to work with H3C data #298

Open adampbeardsley opened 5 years ago

adampbeardsley commented 5 years ago

This notebook: https://github.com/HERA-Team/HERA_plots/blob/master/Data_Inspect.ipynb was used to run on a day's worth of data and RTP products during H1C.

We can use this as a starting point for #297. There are a few things we'll need to do:

  1. Adapt i/o for new data format (uvh5, full pol, BDA)
  2. Select which plots we want to keep, add more
  3. Get it running on RTP

For this issue, let's strip it down to only look at raw data and accomplish 1 & 2 above.

adampbeardsley commented 5 years ago

@lmberkhout this is done right? Are you able to run the notebook on new data?

lmberkhout commented 5 years ago

@adampbeardsley Currently, I can run the notebook to plot the autocorrelations on new data. It is not integrated into the "run_notebook" shell script, or the cronjob yet. I need new data to be flowing to test that part.