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
Request: a REST GET method to retrieve pointing model (TPOINT coefficients + other parameters as seen in the PointingModel_antXX.dat files) for antennas in json format. They are needed to apply the pointing corrections and needed when observations are being taken.
I can then write python to wrap around them
The text was updated successfully, but these errors were encountered:
I've added the REST call, and linkage in PointingModel. This only populates the TPOINT coefficients, since that's all you had, but the entire set of parameters from the pointing model files is available from the REST call.
Request: a REST GET method to retrieve pointing model (TPOINT coefficients + other parameters as seen in the
PointingModel_antXX.dat
files) for antennas in json format. They are needed to apply the pointing corrections and needed when observations are being taken.I can then write python to wrap around them
The text was updated successfully, but these errors were encountered: