Skip to content

Commit

Permalink
adding Fslope as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil8 committed Dec 16, 2024
1 parent 1986014 commit bf2ce1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caracal/schema/selfcal_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,13 +596,13 @@ mapping:
- type: str
desc: Gain matrix type. 'GainDiagPhase' = phase-only calibration, 'GainDiagAmp' = amplitude only, 'GainDiag' = Amplitude + Phase, 'Gain2x2' = Amplitude + Phase taking non-diagonal terms into account, 'Fslope' = delay selfcal (for which solution intervals should be set to at least twice the values you would use for GainDiagPhase). Note that Fslope does not work with MeqTrees.
required: false
example: 'GainDiagPhase, GainDiag'
example: 'Fslope, Fslope'
gsols_timeslots:
seq:
- type: int
desc: G-Jones time solution interval. The parameter cal_timeslots_chunk above should be a multiple of Gsols_time. 0 entails using a single solution for the full time of the observations.
required: false
example: '1'
example: '2'
gsols_chan:
seq:
- type: int
Expand Down

0 comments on commit bf2ce1a

Please sign in to comment.