Skip to content
Snippets Groups Projects
Commit 0526c4cb authored by David Rafferty's avatar David Rafferty
Browse files

Move residual step before smooth one

Former-commit-id: 8484f1ba
Former-commit-id: c6a0ede5
parent 2e91027a
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ steps: ...@@ -105,7 +105,7 @@ steps:
- id: soltab - id: soltab
default: sol000/clock default: sol000/clock
- id: soltabOut - id: soltabOut
default: clockOrig default: OrigClock
out: out:
- id: output_h5parm - id: output_h5parm
- id: log - id: log
...@@ -136,6 +136,9 @@ steps: ...@@ -136,6 +136,9 @@ steps:
'sbg:x': 900 'sbg:x': 900
'sbg:y': 0 'sbg:y': 0
- id: losoto_residual - id: losoto_residual
doc: |
Note: this step uses the OrigClock solutions, to ensure that the
unsmoothed clock is used to calculate the residuals
in: in:
- id: input_h5parm - id: input_h5parm
source: smooth/output_h5parm source: smooth/output_h5parm
...@@ -144,7 +147,7 @@ steps: ...@@ -144,7 +147,7 @@ steps:
- id: soltabsToSub - id: soltabsToSub
source: source:
- fit3rdorder - fit3rdorder
valueFrom: '$(self ? ["tec", "clock", "tec3rd"] : ["tec", "clock"])' valueFrom: '$(self ? ["tec", "OrigClock", "tec3rd"] : ["tec", "OrigClock"])'
out: out:
- id: output_h5parm - id: output_h5parm
- id: log - id: log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment