Skip to content
Snippets Groups Projects
Commit adefe10c authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Update demixer documentation

parent 744009cb
Branches
Tags
1 merge request!1246Update demixer documentation
description: >- description: >-
Demix in the old way. Demix bright sources, i.e. calibrate in the direction of the birght sources and
subtract the bright sources from the data. Note that the calibration solution
is assumed to be constant over the entire frequency range, so this will only
work on relatively small bandwidth (e.g. a single sub-band).
inputs: inputs:
step_name: step_name:
type: string type: string
...@@ -12,16 +15,16 @@ inputs: ...@@ -12,16 +15,16 @@ inputs:
baseline: baseline:
default: "\"\"" default: "\"\""
type: string type: string
doc: Baselines to demix. See Description of baseline selection parameters `.` doc: Baselines to demix. See :ref:`Description of baseline selection parameters`
blrange: blrange:
default: [] default: []
type: double[] type: double[]
doc: Baselines to demix. See Description of baseline selection parameters `.` doc: Baselines to demix. See :ref:`Description of baseline selection parameters`
corrtype: corrtype:
default: cross default: cross
type: string type: string
doc: >- doc: >-
Baselines to demix. Correlation type to match? Must be auto, cross, or an Baselines to demix. Correlation type to match? Must be ``auto``, ``cross``, or an
empty string `.` empty string `.`
timestep: timestep:
default: 1 default: 1
...@@ -49,7 +52,7 @@ inputs: ...@@ -49,7 +52,7 @@ inputs:
type: float type: float
doc: >- doc: >-
Time resolution to use when demixing, in seconds. If this is given, and is greater than Time resolution to use when demixing, in seconds. If this is given, and is greater than
zero, it overrides `<step>.demixtimestep` `.` zero, it overrides ``<step>.demixtimestep`` `.`
demixfreqstep: demixfreqstep:
default: 0 default: 0
type: int type: int
...@@ -74,7 +77,7 @@ inputs: ...@@ -74,7 +77,7 @@ inputs:
skymodel: skymodel:
default: sky default: sky
type: string type: string
doc: Sourcedb (created with `makesourcedb`) with the sky model to calibrate on `.` When the path ends with ``.skymodel`` or ``.txt`` DP3 expects a skymodel file as used by makesourcedb. This makes it possible to directly use a skymodel file without using makesourcedb to convert the file. doc: Sourcedb (created with ``makesourcedb``) with the sky model to calibrate on. When the path ends with ``.skymodel`` or ``.txt`` DP3 expects a skymodel file as used by makesourcedb. This makes it possible to directly use a skymodel file without using makesourcedb to convert the file.
instrumentmodel: instrumentmodel:
default: instrument default: instrument
type: string type: string
...@@ -99,7 +102,7 @@ inputs: ...@@ -99,7 +102,7 @@ inputs:
default: "\"\"" default: "\"\""
type: string type: string
doc: >- doc: >-
It can be used to specify the name of the source model of the target. If This setting can be used to specify the name of the source model of the target. If
given, the target source model (its patch in the SourceDB) is taken into given, the target source model (its patch in the SourceDB) is taken into
account when solving; in this case parameter ``othersources`` cannot be given. account when solving; in this case parameter ``othersources`` cannot be given.
It cannot be given if ``ignoretarget=true``. If not given, the target is It cannot be given if ``ignoretarget=true``. If not given, the target is
......
...@@ -72,11 +72,11 @@ inputs: ...@@ -72,11 +72,11 @@ inputs:
corrtype: corrtype:
default: "\"\"" default: "\"\""
type: string type: string
doc: Correlation type to match? Must be auto, cross, or an empty string (= all) `.` doc: Correlation type to match? Must be ``auto``, ``cross``, or an empty string (= all) `.`
blrange: blrange:
default: "[]" default: "[]"
type: double? type: double?
doc: Zero or more ranges of physical baseline lengths (in m). A baseline matches if its length is within one of the ranges. E.g., ``blrange=[0,10000, 100000, 1e30]`` `.` doc: Zero or more ranges of physical baseline lengths (in m). A baseline matches if its length is within one of the ranges. E.g., ``blrange=[0,10000, 100000, 1e30]`` matches baselines shorter than 10km and baselines longer than 100km `.`
baseline: baseline:
default: "\"\"" default: "\"\""
type: baseline? type: baseline?
......
description: >- description: >-
Demix in a new, smarter way. Alternative variant of demixing, where not all the sources are demixed during the whole observation.
inputs: inputs:
type: type:
type: string type: string
...@@ -19,7 +19,7 @@ inputs: ...@@ -19,7 +19,7 @@ inputs:
default: cross default: cross
type: string type: string
doc: >- doc: >-
Baselines to demix. Correlation type to match? Must be auto, cross, or an empty string `.` Baselines to demix. Correlation type to match? Must be ``auto``, ``cross``, or an empty string `.`
target&#46;baseline: target&#46;baseline:
default: "CS*&" default: "CS*&"
type: string type: string
...@@ -34,7 +34,7 @@ inputs: ...@@ -34,7 +34,7 @@ inputs:
default: cross default: cross
type: string type: string
doc: >- doc: >-
Baselines to use in prediction of median target amplitude. Correlation type to match? Must be auto, cross, or an empty string `.` Baselines to use in prediction of median target amplitude. Correlation type to match? Must be ``auto``, ``cross``, or an empty string `.`
timestep: timestep:
default: 1 default: 1
type: integer type: integer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment