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
The prototype antenna is currently (March 2025) under construction at
37
+
the VLA site.
38
+
39
+
The holography tasks in AstroHACK port much of the functionality of
40
+
AIPS holography tasks (UVHOL, HOLOG and PANEL) to a python framework
41
+
that enables us to take advantage of modern parallelization and code
42
+
acceleration technologies, such as `Dask <https://www.dask.org/>`_ and
43
+
`Numba <https://numba.pydata.org/>`_. Making the reduction of
44
+
holography data much faster and streamlined for the user.
8
45
9
-
(Holography Antenna Commissioning Kit) is a Python package that produces antenna aperture images and panel adjustment corrections from calibrated holography measurement sets. Initially, it will support holography data from the VLA and ALMA, with the future goal of supporting the ngVLA. Much of the core functionality from the following AIPS tasks has been ported: UVHOL, HOLOG, and PANEL. astroHack enables parallel execution by using Dask and efficient single-threaded performance by making use of Numba.
10
46
11
-
> 📝 astroHACK is under active development! Breaking API changes are still happening on a regular basis, so proceed with caution.
47
+
> 📝 astroHACK is under active development! Breaking API changes are
48
+
still happening on a regular basis, so proceed with caution.
0 commit comments