forked from tammojan/facet-calibration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
correct.parset
28 lines (24 loc) · 1.05 KB
/
correct.parset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Strategy.InputColumn = DATA
Strategy.ChunkSize = 500
Strategy.UseSolver = F
Strategy.Steps = [correct, copy]
Step.correct.Model.Sources = []
Step.correct.Model.CommonScalarPhase.Enable= F
Step.correct.Model.Cache.Enable = T
Step.correct.Model.DirectionalGain.Enable = F
Step.correct.Model.Gain.Enable = T
Step.correct.Model.Phasors.Enable = F
Step.correct.Operation = CORRECT
Step.correct.Output.Column = CORRECTED_DATA
Step.correct.Model.Beam.Enable = F
Step.correct.Output.WriteCovariance = F
Step.copy.Model.Sources = []
Step.copy.Model.CommonScalarPhase.Enable= F
Step.copy.Model.Cache.Enable = T
Step.copy.Model.DirectionalGain.Enable = F
Step.copy.Model.Gain.Enable = F
Step.copy.Model.Phasors.Enable = F
Step.copy.Operation = CORRECT
Step.copy.Output.Column = MODEL_DATA
Step.copy.Model.Beam.Enable = F
Step.copy.Output.WriteCovariance = F