Skip to content

Commit

Permalink
Merge pull request #935 from HERA-Team/lstbin-subpackage
Browse files Browse the repository at this point in the history
Lstbin subpackage
  • Loading branch information
jsdillon authored Feb 19, 2024
2 parents de4d678 + 3b1eaa3 commit 54dc2ed
Show file tree
Hide file tree
Showing 14 changed files with 2,946 additions and 3,446 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ omit =
*/tests/*
*/calibrations/*
*/data/*

hera_cal/lstbin.py
[report]
omit =
*/tests/*
Expand Down
2 changes: 1 addition & 1 deletion hera_cal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from . import io
from . import delay_filter
from . import abscal
from . import lstbin
from . import smooth_cal
from . import apply_cal
from . import frf
Expand All @@ -35,3 +34,4 @@
from . import noise
from . import tempcal
from . import nucal
from . import lst_stack
6 changes: 6 additions & 0 deletions hera_cal/lst_stack/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .wrappers import lst_bin_files
from .binning import lst_bin_files_for_baselines, lst_align
from .config import make_lst_bin_config_file, make_lst_grid
from .io import write_baseline_slc_to_file, create_lstbin_output_file
from .averaging import reduce_lst_bins, lst_average
from .flagging import sigma_clip, threshold_flags
Loading

0 comments on commit 54dc2ed

Please sign in to comment.