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

Move residual step before smooth one

Former-commit-id: e12a8059 [formerly 8484f1ba]
Former-commit-id: c6a0ede5
Former-commit-id: 0526c4cb
parent 0787e0df
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ steps:
- id: soltab
default: sol000/clock
- id: soltabOut
default: clockOrig
default: OrigClock
out:
- id: output_h5parm
- id: log
......@@ -136,6 +136,9 @@ steps:
'sbg:x': 900
'sbg:y': 0
- id: losoto_residual
doc: |
Note: this step uses the OrigClock solutions, to ensure that the
unsmoothed clock is used to calculate the residuals
in:
- id: input_h5parm
source: smooth/output_h5parm
......@@ -144,7 +147,7 @@ steps:
- id: soltabsToSub
source:
- fit3rdorder
valueFrom: '$(self ? ["tec", "clock", "tec3rd"] : ["tec", "clock"])'
valueFrom: '$(self ? ["tec", "OrigClock", "tec3rd"] : ["tec", "OrigClock"])'
out:
- id: output_h5parm
- 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