Skip to content

Commit

Permalink
update: use new spectral windows
Browse files Browse the repository at this point in the history
  • Loading branch information
r-pascua committed Nov 22, 2023
1 parent b819302 commit 8ba5653
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ base_cpu = 1
timeout = "24h"
mail_user = "[email protected]"
chunk_size = 10
spw_ranges='10~105,150~320,515~615,665~717,770~1090'
spw_ranges='35~326,515~631,650~730,754~869,896~1147,1243~1418'
label = "include-variable-ants-interleave-4-way"
cache_dir = "/lustre/aoc/projects/hera/aewallwi/filter_cache/"
pols = "ee nn"
Expand All @@ -26,7 +26,7 @@ transfer_res_flags = "true"
tol=1e-9
# use this uvbeam object to filter main-lobe.
uvbeam="/lustre/aoc/projects/hera/H4C/beams/NF_HERA_Vivaldi_efield_beam_healpix.fits"
spw_ranges="0~95,95~180,180~265,265~365,365~417,417~497,497~577,577~657,657~737"
spw_ranges="0~91,97~193,196~291,291~407,407~487,487~540,547~602,602~672,672~755,760~853,853~933,938~1028"
filter_dir="/lustre/aoc/projects/hera/H4C/h4c_software/hera_pipelines/pipelines/h4c/idr2.3/post_lstbin_frate/filter_params"
file_basename="spw_"
percentile_low=5.0
Expand All @@ -37,15 +37,15 @@ ninterleave=4
[PSPEC_OPTS]
pstokes="pI"
beam_file="/lustre/aoc/projects/hera/H4C/beams/NF_HERA_Vivaldi_efield_beam_healpix"
spw_ranges="0~95,95~180,180~265,265~365,365~417,417~497,497~577,577~657,657~737"
spw_ranges="0~91,97~193,196~291,291~407,407~487,487~540,547~602,602~672,672~755,760~853,853~933,938~1028"
nsamples=100
seed=10

[POWER_SPECTRUM_NOTEBOOK_OPTS]
nb_template_dir = "/lustre/aoc/projects/hera/H4C/h4c_software/hera_notebook_templates/notebooks/"
nb_output_repo = "/lustre/aoc/projects/hera/H4C/h4c_software/H4C_Notebooks/"
git_push = "False"
spws = "0,1,2,3,4,5,6,7,8"
spws = "0,1,2,3,4,5,6,7,8,9,10,11"
lst_fields="1~3,4.2~6.2"
grp_skip = 10
blp_skip = 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ chunk_size = 8
# channels not included in these ranges will be thrown out of the analysis.
# this saves memory, storage, and time for the analysis steps and intermediate products
# I chose these based on bands heavily contaminated by RFI across all baselines.
spw_ranges='10~105,150~320,515~615,665~717,770~1090'
spw_ranges='35~326,515~631,650~730,754~869,896~1147,1243~1418'
# all intermediate data products and final pipeline outputs will have this label attached to them
label = "include-variable-ants-interleave-4-way"
# This is a temporary directory where temporary filter cache files will be written too
Expand Down Expand Up @@ -71,7 +71,7 @@ filter_mode = "DPSS"
# Note that these channels are indexed relative to the channels left over after selection
# channels with Options:spw_ranges so this is why the "bottom of the FM" shows up as
# one channel away from the "top of the FM" since the FM was already removed by Options:spw_ranges
spw_ranges = "0~265,265~737"
spw_ranges = "0~291,291~1028"

# we may want to consider another flagging round after delay filtering.
[FR_OPTS]
Expand Down Expand Up @@ -106,7 +106,7 @@ pstokes="pI"
beam_file="/lustre/aoc/projects/hera/H4C/beams/NF_HERA_Vivaldi_efield_beam_healpix"
# spw_ranges to use for power spectrum estimation. Indices are referenced to the subbands
# from Options;spw_ranges
spw_ranges="0~95,95~180,180~265,265~365,365~417,417~497,497~577,577~657,657~737"
spw_ranges="0~91,97~193,196~291,291~407,407~487,487~540,547~602,602~672,672~755,760~853,853~933,938~1028"
# These parameters are only used for calculating boot-strap error bars.
# (if the do_BOOTSTRAP_ERRORS) step is uncommented.
nsamples=100
Expand Down Expand Up @@ -145,7 +145,7 @@ nb_template_dir = "/lustre/aoc/projects/hera/H4C/h4c_software/hera_notebook_temp
nb_output_repo = "/lustre/aoc/projects/hera/H4C/h4c_software/H4C_Notebooks/"
git_push = "False"
# spws to include in the nightly power spectrum notebook.
spws = "0,1,2,3,4,5,6,7,8"
spws = "0,1,2,3,4,5,6,7,8,9,10,11"
# LST hour ranges of the fields
lst_fields = "1~3,4.2~6.2"
# number of baseline groups to skip over in waterfall plots
Expand Down

0 comments on commit 8ba5653

Please sign in to comment.