Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ant metrics speedups #402

Merged
merged 23 commits into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
63db0c5
Add option for _load_corr_stats to load individual or groups of files
jsdillon Nov 21, 2021
87467c6
pass through parameters from init
jsdillon Nov 21, 2021
416dd16
pass through new params in main function
jsdillon Nov 21, 2021
4f2d13b
add Nfiles_per_load to argparser
jsdillon Nov 21, 2021
b029505
add test that calls Nfiles_per_load explicitly
jsdillon Nov 21, 2021
138b7eb
copy files instead of re-running save_antenna_metrics
jsdillon Nov 21, 2021
762d8cb
update python versions tested to match pyuvdata
jsdillon Nov 21, 2021
ba93a3a
pre-cast as DataContainer
jsdillon Nov 21, 2021
2f7029a
condense saving of hera_cal libraries to AntennaMetrics object
jsdillon Nov 22, 2021
1d98ba8
change _load_corr_stats to _load_corr_matrices
jsdillon Nov 22, 2021
79df50c
fix constructor and add sorts for consistency
jsdillon Nov 22, 2021
574960b
rework find_totally_dead_ants
jsdillon Nov 22, 2021
caf524e
add _flag_corr_matrices
jsdillon Nov 22, 2021
d1ff5c2
add _corr_metrics_per_ant
jsdillon Nov 22, 2021
60f6866
add _corr_cross_pol_metrics_per_ant
jsdillon Nov 22, 2021
2fc8347
update to use new matrix format
jsdillon Nov 22, 2021
59f7de6
remove old, unused metrics calculation
jsdillon Nov 22, 2021
c44a1c5
use separate matrices for xpol calculation so that antennas with one …
jsdillon Nov 22, 2021
7861657
make sure to save finite final metrics
jsdillon Nov 22, 2021
b8e5abb
comment out old tests for now
jsdillon Nov 22, 2021
5ba8c71
fix test
jsdillon Nov 22, 2021
7fe63ee
fix test
jsdillon Nov 22, 2021
61f919e
comment out test that needs replacing
jsdillon Nov 22, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
fail-fast: false

steps:
Expand Down
Loading