Skip to content

Commit

Permalink
Remove 'bias' from data_scaling_factor and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Jul 15, 2024
1 parent 7179988 commit 9c52457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/NXmx.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

This formula will derive the corrected value, when necessary.

data_scaling_factor is sometimes known as gain or bias and data_offset is sometimes
data_scaling_factor is sometimes known as gain and data_offset is sometimes
known as pedestal or background, depending on the community.

Use these fields to specify constants that need to be applied
Expand All @@ -169,7 +169,7 @@

The rank of these fields should either be a single value for the full dataset, a
single per-pixel array applied to every image (rank (i, j) or (i, j, k)),
a per-image correction specified with an array whose slowest rank is nP (rank
or a per-image correction specified with an array whose slowest rank is nP (rank
(np, 1), (np, i, j) or (np, i, j, k)).
</doc>
</field>
Expand Down

0 comments on commit 9c52457

Please sign in to comment.