pyuvsim icon indicating copy to clipboard operation
pyuvsim copied to clipboard

uvdata_to_telescope_config doesn't pass baseline subsets

Open jpober opened this issue 3 months ago • 0 comments

If you load a UVData object, run select on it to eliminate some baselines, and then create a yaml file, all the baselines still get simulated. One solution would be for this method check the baseline_array and then pass the list of actually existent baselines to the select keyword in the yaml file. There may be other things that don't get passed to the yaml file too (frequencies seems to work, at least).

jpober avatar Nov 14 '24 16:11 jpober