Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
79e0a7f
Added skeleton for new user facing function fringefit_locit.
vsmagalhaes Jul 20, 2026
25e20b9
Made core/extract_locit.py metadata fetching routines more flexible t…
vsmagalhaes Jul 20, 2026
4b556f1
Added new possible creator for position files.
vsmagalhaes Jul 20, 2026
b1e68eb
Implemeted fetching a subset of an astrohack file from disk.
vsmagalhaes Jul 20, 2026
d14e1c6
Implemented chunk function for fringefit_locit.py up to the point of …
vsmagalhaes Jul 20, 2026
76bd465
Hot patch for baseline_reduction_pipeline.py: fixed the inclusion of …
vsmagalhaes Jul 21, 2026
382e2dd
make_dict_str_simple now supports non str keys.
vsmagalhaes Jul 21, 2026
61550d0
Added combine_specifier to root attributes for position_mdses.
vsmagalhaes Jul 21, 2026
2b5ab40
fringefit_locit now produces full position_mdses.
vsmagalhaes Jul 21, 2026
fe1d9bd
Implemented ddi selection in fringefit_locit.py.
vsmagalhaes Jul 21, 2026
2db93aa
Implemented antenna selection in fringefit_locit.py.
vsmagalhaes Jul 21, 2026
6766d05
Cleaned up code from the fringefit_locit prototype.
vsmagalhaes Jul 21, 2026
1d1164b
Added type hints for the functions in core/fringefit_locit.py.
vsmagalhaes Jul 21, 2026
0f8af80
Added docstrings for the functions in core/fringefit_locit.py.
vsmagalhaes Jul 21, 2026
d34625b
Fixed typos in docstrings for locit.py and extract_locit.py.
vsmagalhaes Jul 21, 2026
1344f0d
Added docstrings to fringefit_locit.py.
vsmagalhaes Jul 21, 2026
22597ee
Added parameter checking to fringefit_locit.py
vsmagalhaes Jul 21, 2026
b705271
AstrohackPositionFile now inherits from AstrohackLocitFile instead of…
vsmagalhaes Jul 21, 2026
26c781d
Source table is now propagated to position_mds in locit.py.
vsmagalhaes Jul 21, 2026
46f1abf
Duplicated entries in locit_mds.param.json so that parameter checking…
vsmagalhaes Jul 21, 2026
0b19378
Locit in combine_ddis="no" mode now succesfully propagates antenna in…
vsmagalhaes Jul 21, 2026
d837ee6
Locit in combine_ddis="no" mode now succesfully propagates antenna in…
vsmagalhaes Jul 21, 2026
5d17f24
Adapted test_locit.py to be able to produce reference data.
vsmagalhaes Jul 21, 2026
1902070
Added test_locit.py to execute-and-upload-tests.py.
vsmagalhaes Jul 21, 2026
8c18092
Added test_locit.py to execute-and-upload-tests.py.
vsmagalhaes Jul 21, 2026
a8505eb
Created skeleton for test_fringefit_locit.py.
vsmagalhaes Jul 21, 2026
b129180
Removed unused function from test_locit.py.
vsmagalhaes Jul 21, 2026
008a1b0
Added inheritance test to test_position_mds.py.
vsmagalhaes Jul 21, 2026
97d4db0
Fixed nested string issue in base_mds.py.
vsmagalhaes Jul 21, 2026
c8d90b0
Fixed issues identified by ruff in scripts subdirectory.
vsmagalhaes Jul 22, 2026
4ed35b2
Fixed issues identified by ruff in antenna subdirectory.
vsmagalhaes Jul 22, 2026
394c4e4
Fixed issues identified by ruff in core subdirectory.
vsmagalhaes Jul 22, 2026
7f82ff9
Fixed issues identified by ruff in io subdirectory.
vsmagalhaes Jul 22, 2026
1390c26
Fixed issues identified by ruff in utils subdirectory.
vsmagalhaes Jul 22, 2026
11b27ed
Fixed issues identified by ruff in visualization subdirectory.
vsmagalhaes Jul 22, 2026
1d98910
Fixed issues identified by ruff in user facing functions.
vsmagalhaes Jul 22, 2026
0ac22f6
Removed unused and obsolete tests in stakeholder subdirectory.
vsmagalhaes Jul 22, 2026
5834d45
Fixed issues in tests/antenna_classes subdirectory.
vsmagalhaes Jul 22, 2026
ddd4e49
Fixed issues in tests/internal_functions subdirectory.
vsmagalhaes Jul 22, 2026
a22747e
Fixed issues in tests/mdses subdirectory.
vsmagalhaes Jul 22, 2026
caa2605
Fixed issues in tests/user_facing_functions subdirectory.
vsmagalhaes Jul 22, 2026
4c7a8e5
Fixed issues in test_astrohack_imports.py
vsmagalhaes Jul 22, 2026
a3bfa55
Fixed issues identified by ruff in etc/alma_nf_filler_lib.py
vsmagalhaes Jul 22, 2026
351bd0b
Removed code in examples folder as it is obsolete and redundant with …
vsmagalhaes Jul 22, 2026
0e47e18
Removed obsolete stakeholder_test subdirectory.
vsmagalhaes Jul 22, 2026
46b7458
Removed obsolete benchmarks subdirectory.
vsmagalhaes Jul 22, 2026
3b8cbac
Fixed astrohack's __init__.py according to ruff's suggestions.
vsmagalhaes Jul 22, 2026
0cead39
Fixed broken imports after ruff's interference.
vsmagalhaes Jul 22, 2026
0955e18
Fixed polarization selection in fringefit_locit.py.
vsmagalhaes Jul 22, 2026
993cc95
laid down basis for integrating fringefit_locit into the baseline_red…
vsmagalhaes Jul 22, 2026
77c7b81
Fixed time conversion in fringefit_locit.py.
vsmagalhaes Jul 22, 2026
b7221da
Added sbd as one the default extensions recognized for input file names.
vsmagalhaes Jul 22, 2026
f4af4c5
test_fringefit_locit.py is now fully functional.
vsmagalhaes Jul 22, 2026
aa8065d
Combination word for fetching plot files is now fetched from the posi…
vsmagalhaes Jul 22, 2026
f1d232a
Inner array box is now rescaled when its size is 0.
vsmagalhaes Jul 22, 2026
f31e9f6
Implemented delay rate toggle.
vsmagalhaes Jul 22, 2026
4ec42db
Added option to save source and array configuration tables to disk.
vsmagalhaes Jul 22, 2026
9846176
Pipeline report now incorporates source and array configuration tables.
vsmagalhaes Jul 22, 2026
fda1c57
Black compliance where ruff and black differ.
vsmagalhaes Jul 22, 2026
4541f17
Merge branch 'astrohack-dev' into 372-standardize-fringe-fit-locit
vsmagalhaes Jul 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion benchmarks/__init__.py

This file was deleted.

78 changes: 0 additions & 78 deletions benchmarks/benchmarks.py

This file was deleted.

6 changes: 3 additions & 3 deletions etc/alma-nf-filler/alma_nf_filler_lib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from asdm import *
from asdm import ASDM, ASDMParseOptions
import numpy as np
import xarray as xr
import scipy
Expand Down Expand Up @@ -155,8 +155,8 @@ def _get_holography_info(asdm_object):
"""
try:
holo_info = asdm_object.holographyTable().get()[0]
except:
raise ValueError("ASDM is not a ALMA holography")
except Exception as e:
raise ValueError(f"ASDM is not for ALMA holography {e}")

corr_axis = []
for item in holo_info.type():
Expand Down
Loading
Loading