Closed IanHeywood closed 6 years ago
Which branch are you on? I have pushed a fix to madmax-moreplots. It's a one-liner if you want to try it elsewhere:
oms@jakob:~/projects/CubiCal$ git diff
diff --git a/cubical/machines/jones_chain_machine.py b/cubical/machines/jones_chain_machine.py
index 26dea67..b03fb48 100644
--- a/cubical/machines/jones_chain_machine.py
+++ b/cubical/machines/jones_chain_machine.py
@@ -526,8 +526,8 @@ class JonesChain(MasterMachine):
for opts in self.chain_options:
label = opts["label"]
self._init_solutions(label,
- self.make_filename(opts["xfer-from"]) or
- self.make_filename(opts["load-from"]),
+ self.make_filename(opts["xfer-from"], label) or
+ self.make_filename(opts["load-from"], label),
bool(opts["xfer-from"]),
self.solvable and opts["solvable"] and self.make_filename(opts["save-to"], label),
Complex2x2Gains.exportable_solutions())
Thanks, will give it a go. Am on 'master' in this case.
It's working now, thanks. Will leave this open as I guess it needs to propagate into the master branch too.
Fixed in the merge.
Trying to load and apply (with interpolation) a set of G and dE solutions derived using the on-the-fly rebinning. Solutions look sane, but:
however:
which are respectively the options in the template, the [g] and the [dE] sections.
The word 'chain' doesn't appear in the parset anywhere. Full logs and parsets available on request.
Cheers.