Skip to content

Commit

Permalink
remove defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus committed Feb 26, 2025
1 parent 8e73b63 commit abed6aa
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions rfinder/rfinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,12 @@ cabs:
frequency-interval:
info: "Frequency range to measure average STD of visibilities"
dtype: List[float]
#default: [1.400e9, 1.420e9]
policies:
repeat: '[]'
abbreviation: fint
baseline-cut:
info: "Cutoff baseline length"
dtype: int
default: 200
chunks:
time-enable:
info: "Enable splitting by time intervals"
Expand All @@ -111,7 +109,6 @@ cabs:
time-step:
info: "Time chunk size in minutes"
dtype: int
default: 30
abbreviation: tStep
spw-enable:
info: "Enable splitting by spectral windows"
Expand All @@ -120,7 +117,6 @@ cabs:
spw-width:
info: "Channel width of rebinned output table in MHz"
dtype: int
default: 60
abbreviation: spwAv

plot-details:
Expand Down Expand Up @@ -165,21 +161,22 @@ cabs:
axis:
info: "Axes for summary plotting"
dtype: List[str]
default: ['ant', 'scan']
choices:
- scan
- ant
- freq
- corr
policies:
repeat: '[]'
antenna:
info: "Select an antenna for summary"
dtype: str
required: false
freq-bin:
info: "Bin frequency channels for summary plotting"
dtype: int
default: 4
report:
info: "Generate HTML report with results"
dtype: bool
default: true

outputs:
output-dir:
Expand Down

0 comments on commit abed6aa

Please sign in to comment.