SKA-ScienceDataProcessor/algorithm-reference-library

phaserotate on BlockVisibilities?

Closed this issue · 2 comments

Hi Tim,

I am attempting to phaserotate on a BlockVisibility, but the code phaserotate_visibility in operations.py only works for the type 'Visibility'. Is there a way to do the phase rotation for the type 'BlockVisibility'

Regards,
Hayden

Solved it by converting the BlockVisibility to Visibility using convert_blockvisibility_to_visibility in coalesce.py