Skip to content
Snippets Groups Projects
Commit 42f92064 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Add more aggresive filter and averaging settings to parset. WARNING: Only to...

Add more aggresive filter and averaging settings to parset. WARNING: Only to be applied to Tim's survey data, it removes international stations
parent 01175344
No related branches found
No related tags found
No related merge requests found
Pipeline #121761 passed
...@@ -6,11 +6,12 @@ label: define_parset ...@@ -6,11 +6,12 @@ label: define_parset
requirements: requirements:
- class: ShellCommandRequirement - class: ShellCommandRequirement
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement - class: InitialWorkDirRequirement
listing: listing:
- entryname: input.parset - entryname: input.parset
entry: | entry: |
steps=[flagedge,flagelev$('is_raw'? ',aoflag,flagamp': '')$(inputs.demix? ',demix': '')] steps=[flagedge,flagelev$('is_raw'? ',aoflag,flagamp': '')$(inputs.demix? ',demix': ''),filter,avg]
# #
flagedge.chan=[0..nchan/32-1,31*nchan/32..nchan-1] flagedge.chan=[0..nchan/32-1,31*nchan/32..nchan-1]
flagedge.type=preflagger flagedge.type=preflagger
...@@ -26,7 +27,15 @@ requirements: ...@@ -26,7 +27,15 @@ requirements:
# #
flagamp.amplmin=1e-30 flagamp.amplmin=1e-30
flagamp.type=preflagger flagamp.type=preflagger
- class: InlineJavascriptRequirement #
filter.baseline="[CR]S*&"
filter.remove=True
filter.type=filter
#
avg.type=average
avg.timeresolution=4.0
avg.freqresolution=48828.125Hz
inputs: inputs:
- id: flag_autocorrelation - id: flag_autocorrelation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment