HERA-Team / H1C_plots

Daily inspection notebooks for HERA H1C 2017 - 2018 season.
1 stars 1 forks source link

Wedge plots #1

Open jaguirre opened 7 years ago

jaguirre commented 7 years ago

Code to make wedge plots is here: https://github.com/UPennEoR/wedgie Written by undergrads who can be contacted, but I think Saul knows the basic structure.

nkern commented 7 years ago

@jaguirre @SaulAryehKohn thanks for the recommendation, James. One thing I've noticed is that the code depends on capo, which I think we have deprecated and could be problematic in trying to tie back into our HERA-team workflow (at least I should get the OK from others before I try to merge it in). If there are some plotting scripts to make delay plots that are separate from the capo dependency let me know and I can try to work it in.

SaulAryehKohn commented 7 years ago

@nkern the only capo function is capo.miriad.read_files, which can be very easily swapped-out with existing functionality in pyuvdata or hera_sandbox.

nkern commented 7 years ago

@SaulAryehKohn ah okay easy enough. is there a block of code you have or a single script I can call to make the plots you want so its easy to just stick it in a cell at the end of the notebook I already have?