ACHMartin / seastar_project

4 stars 0 forks source link

Update Level1 processing to accept Mid antenna data and agnostic direction ordering #201

Closed DavidMcCann-NOC closed 1 year ago

DavidMcCann-NOC commented 1 year ago

Currently the calling of /level1.compute_radial_surface_current causes the previously merged dataset (with all three look directions) to slice down to just 'Fore' and 'Aft' due to its explicit handling of antenna directions.

This needs to be updated to: 1) Accept Mid-antenna data and therefore calculate the WASV in this direction 2) Use the antenna_id (or equivalent) to order this process and concatenate the computed RSCs so that they fit in the Antenna dimension of the merged Level1 dataset, or: 3) Re-order code so that the RSC can be computed before beam merging

DavidMcCann-NOC commented 1 year ago

Closed with #224