-------------------
Fixed:
- template_double_seq_pcomp: Fixed a bug in the standard design that allowed
an extra trigger to be sent to detectors in stack scans. A logical AND
was added to the Live Frame and Dead Frame LUT blocks from the Seq Enable
SRGATE. **Existing scan designs should be updated with this change too.**
.. code-block::
"LUT4": {
"label": "Live Frame",
...
"inpc": "SRGATE2.OUT",
...
"func": "(A|B)&C",
...
},
- PmacChildPart: a generator with a very small move on one axis could result
in infinity or NaN when calculating the profile points during turnarounds,
especially for non-continuous scans. Very small distances <= 1e-12 are now
rounded to zero.
- HdfWriterPart: removed auto_ndattr_default tag when generating XML layout
as it doesn't conform to ADCore schema.
Added:
- PmacChildPart now checks the move to start ramp and tail off ramp against
the soft limits of the axes and raises an Exception if the check fails.
The move to start is checked during Configure and the tail off can be
checked during Configure or Run, depending on the size of the trajectory.