Skip to content

Commit

Permalink
LIMS-1212: Chi/Phi/Overlap should have only 1 decimal place
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Williams committed Feb 2, 2024
1 parent de897ec commit 9ee2502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Page/DC.php
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ function _data_collections($single = null)

// Data collections
if ($dc['TYPE'] == 'data') {
$nf = array(1 => array('AXISSTART'), 2 => array('RESOLUTION', 'TRANSMISSION', 'AXISRANGE', 'TOTALDOSE'), 4 => array('WAVELENGTH', 'EXPOSURETIME'));
$nf = array(1 => array('AXISSTART', 'CHISTART', 'PHI', 'OVERLAP'), 2 => array('RESOLUTION', 'TRANSMISSION', 'AXISRANGE', 'TOTALDOSE'), 4 => array('WAVELENGTH', 'EXPOSURETIME'));

$dc['DIRFULL'] = $dc['DIR'];
$dc['DIR'] = preg_replace('/.*\/' . $this->arg('prop') . '-' . $dc['VN'] . '\//', '', $dc['DIR']);
Expand Down

0 comments on commit 9ee2502

Please sign in to comment.