You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
I tried to understand the algorithm used to generate the antpos variable data in the hera127.py, but I couldn't figure out what each of the nside, L, dL, cen_x, cen_y and cen_z parameters used in this algorithm are and how it works?!
On the other hand, it is said in this link that pyuvdata objects can be used to receive this data. In the pyuvdata documentation, it is written that the antenna positions data is in the hera_ant_pos.csv file, but the number of data in this file is 350, while the number of data generated using the algorithm used in the hera127.py is 127!!
Please give me an explanation about this algorithm or introduce a reference.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to understand the algorithm used to generate the
antpos
variable data in thehera127.py
, but I couldn't figure out what each of thenside
,L
,dL
,cen_x
,cen_y
andcen_z
parameters used in this algorithm are and how it works?!On the other hand, it is said in this link that
pyuvdata
objects can be used to receive this data. In thepyuvdata
documentation, it is written that the antenna positions data is in thehera_ant_pos.csv
file, but the number of data in this file is 350, while the number of data generated using the algorithm used in thehera127.py
is 127!!Please give me an explanation about this algorithm or introduce a reference.
The text was updated successfully, but these errors were encountered: