ARGOS-telescope / argosim

ARGOS radio image reconstruction repository.
MIT License
2 stars 0 forks source link

[NEW FEATURE] Uniformly distributed array. #4

Closed CentofantiEze closed 4 weeks ago

CentofantiEze commented 1 month ago

Is your feature request related to a problem? Please describe. Create function for uniformly distributed array.

The function takes the East and North limits for the uniform array, as well as the number of antennas distributed in each direction.

def uni_antenna_array(E_lim, N_lim, n_antenna_E, n_antenna_N)

Don't forget to set the Up component to zero. Be consistent with other antenna pattern generation functions.

Emmaaycoberry commented 4 weeks ago

I will create this new function very soon.

Emmaaycoberry commented 4 weeks ago

It is done, and the main branch now includes it!