Skip to content

Commit

Permalink
update bands in response to new flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Oct 21, 2024
1 parent daef001 commit 639a4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/single_baseline_postprocessing_and_pspec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"OUT_PSPEC_FILE = os.environ.get(\"OUT_PSPEC_FILE\", SINGLE_BL_FILE.replace('.uvh5', '.pspec.h5'))\n",
"\n",
"# Band settings\n",
"BAND_STR = os.environ.get(\"BAND_STR\", '50.1~62.2,63.3~73.5,74.6~85.4,108.0~116.1,117.3~124.4,125.3~136.2,138.3~148.2,'\n",
" '150.1~159.2,159.3~169.9,171.9~181.1,181.4~196.4,198.5~208.4,212.3~220.6,224.4~231.1') # in MHz\n",
"BAND_STR = os.environ.get(\"BAND_STR\", '50.1~62.2,63.7~73.5,74.6~85.4,108.1~115.8,117.3~124.4,125.5~135.9,138.8~147.1,'\n",
" '150.3~161.4,161.5~169.9,171.9~180.8,181.6~196.4,198.6~209.7,212.3~220.5,223.8~231.1') # in MHz\n",
"\n",
"# Inpainting settings \n",
"ALREADY_INPAINTED = os.environ.get(\"ALREADY_INPAINTED\", \"FALSE\").upper() == \"TRUE\"\n",
Expand Down

0 comments on commit 639a4e7

Please sign in to comment.