Skip to content

Commit 176bf8e

Browse files
author
sambit-giri
committed
replace AA* with AAstar when storing uv data.
1 parent 6daebd3 commit 176bf8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tools21cm/radio_telescope_noise.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def get_uv_map_lightcone(ncells, zs, subarray_type="AA4", total_int_time=6., int
217217
antxyz, N_ant = subarray_type_to_antxyz(subarray_type, verbose=verbose)
218218
if boxsize is None: boxsize = conv.LB
219219
if isinstance(zs, list): zs = np.array(zs)
220+
if subarray_type.upper()=='AA*': subarray_type = 'AAstar'
220221

221222
# Define a dictionary of simulation parameters
222223
params = {

0 commit comments

Comments
 (0)