From 6c48d92225ab0fe4db6a02f3a3cc84a8ba4ffccd Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Mon, 14 Feb 2022 08:32:29 -0800 Subject: [PATCH] Fix docs on how to select using the bls parameter --- docs/parameter_files.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/parameter_files.rst b/docs/parameter_files.rst index dc5093d2..9345475b 100644 --- a/docs/parameter_files.rst +++ b/docs/parameter_files.rst @@ -56,7 +56,7 @@ these are passed into a simulation. end_time: 2457458.175168105 duration_hours: 0.0276 select: # limit which baselines are simulated. Use any UVData.select keywords (except polarizations) and/or redundant_threshold - bls: [(1, 2), (3, 4), (5, 6)] + bls: '[(1, 2), (3, 4), (5, 6)]' ant_str: 'cross' antenna_nums: [1, 7, 9, 15] redundant_threshold: 0.1 # redundancy threshold in meters. Only simulate one baseline per redundant group @@ -287,6 +287,9 @@ Select UVData.select, so it can accept any keyword that function accepts, except ones that affect polarization because pyuvsim computes all polarizations. + Note that if using the ``bls`` parameter for selecting, which specifies a list of + baseline tuples, the list needs to be wrapped in a string in the obsparam yaml file. + In addition to the UVData.select keywords, a ``redundant_threshold`` parameter can be specified. If it is present, only one baseline from each set of redundant baselines is simulated. The ``redundant_threshold`` specifies how different two