jjtobin / auto_selfcal

MIT License
17 stars 8 forks source link

Code updates to enable co-calibration of fields with failed selfcal in multi-field datasets. #57

Open psheehan opened 1 week ago

psheehan commented 1 week ago

This PR is to add the code that enables auto_selfcal to do co-calibration of fields that failed self-calibration. That is, with these updates, auto_selfcal can attempt to apply calibration solutions from fields with successful self-calibration to fields with unsuccessful self-calibration.

Note that at this time, the heuristics for identifying which fields are safe to use as calibrators are still rudimentary and will be updated in a forthcoming PR. This PR primarily focuses on the infrastructure that enables this feature.