Skip to content

Commit

Permalink
no prep averaging
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Oct 11, 2024
1 parent abccb06 commit 7d21141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/05_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
# uncomment to modify preprocessing settings
# export freqres_khz=10 # frequency resolution to average to in kHz
# export birli_args="" # extra birli args if any
export timeres_s=8 # time resolution to average to in seconds
# export timeres_s=4 # time resolution to average to in seconds
export edgewidth_khz=80 # edge width to flag on each coarse channel in kHz

mkdir -p "${outdir}/${obsid}/prep"
Expand All @@ -64,7 +64,7 @@ if ! eval ls -1 $prep_uvfits_pattern 2>/dev/null; then
-u "${prep_uvfits}" \
$raw_pattern \
$@
# -M "${prep_uvfits%%.uvfits}.ms" \
# -M "${prep_uvfits%%.uvfits}.ms" \
else
echo "prep_uvfits $prep_uvfits_pattern exists, skipping birli"
fi
Expand Down Expand Up @@ -96,4 +96,4 @@ eval ls -1 $prep_uvfits_pattern | while read -r prep_uvfits; do
plot_prepvisqa.py $prepqa --save --out ${prep_uvfits%%.uvfits}

echo $obs_ch $prep_bad_ants
done
done

0 comments on commit 7d21141

Please sign in to comment.