Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus committed Nov 6, 2023
1 parent 6e66de3 commit f9f4db1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions rfinder/rfinder_default.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
general:
__helpstr: General INPUT directories and filenames
workdir: /home/ramaila/working/PicA/msdir/ #full path to working directory
workdir: /home/username/working/Project1/data/ #full path to working directory
outdir: results/ #full path to working directory
outlabel: results_3 #label of output directory: rfi_stokes_label
msname: PicA-calibs.ms #name of input ms file
field: 2 #field ID of target of file
outlabel: out_0 #label of output directory: rfi_stokes_label
msname: example.ms #name of input ms file
field: 0 #field ID of target of file
telescope: meerkat #telescope of the observations (needed for antenna diameter)
cleanup_enable: true
ncpu: 4

rfi:
__helpstr: Find RFI in msfile over threshold
Expand All @@ -16,7 +17,7 @@ rfi:
RFInder_mode: 'use_flags' #uses RFI clip method or simply reads the FLAG column 'use_flags' / 'rms_clip'
rms_clip: 5 #Threshold for RFI identification
noise_measure_edges: [1.400e9, 1.420e9] #min frequency and maximum frequency where to measure average std of visibilities
baseline_cut: 2000 #Cutoff baseline lenght: < = Short, > = Long (615m midpoint of baselines of WSRT)
baseline_cut: 200 #Cutoff baseline lenght: < = Short, > = Long (615m midpoint of baselines of WSRT)
chunks:
__helpstr: separate visibilities in small time intervals and/or larger spectral windows
time_enable: true
Expand All @@ -29,8 +30,12 @@ plots:
plot_enable: true
plot_noise: 'rfi' #choose to plot % of RFI, 'rfi', or noise, 'noise', or factor of noise increase, 'noise_factor' in 1D plots
plot_long_short: true #plot all baselines, or only the short and the long
plot_summary:
enable: true
axis: [ant, scan, corr] # Avalable choices [ant, corr, scan]
movies:
__helpstr: make movies of output plots
summary_gif: true
2d_gif: true
1d_gif: true
altaz_gif: true
Expand Down

0 comments on commit f9f4db1

Please sign in to comment.