Skip to content

Commit

Permalink
LIMS-1379: Grid scan heatmaps are not snaked correctly (#800)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Williams <mark.williams@diamond.ac.uk>
  • Loading branch information
ndg63276 and Mark Williams committed Aug 16, 2024
1 parent 3460cf9 commit c1a523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Page/Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function _get_attachments()

$r['FILEFULLPATH'] = preg_replace('/.*\/' . $r['VISIT'] . '\//', '', $r['FILEFULLPATH']);

foreach (array('DX_MM', 'DY_MM', 'STEPS_X', 'STEPS_Y') as $k) {
foreach (array('DX_MM', 'DY_MM', 'STEPS_X', 'STEPS_Y', 'SNAKED') as $k) {
$r[$k] = floatval($r[$k]);
}
}
Expand Down

0 comments on commit c1a523e

Please sign in to comment.