Skip to content

Commit

Permalink
Better example
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Sep 20, 2023
1 parent 6e924a0 commit 8ff58ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base_classes/NXdetector_channel.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@
threshold_energy = float
flatfield = float[i, j]
pixel_mask = uint[i, j]
flatfield_applied = bool
pixel_mask_applied = bool
threshold_2_channel:NXdetector_channel
threshold_energy = float
flatfield = float[i, j]
pixel_mask = uint[i, j]
flatfield_applied = bool
pixel_mask_applied = bool
difference_channel:NXdetector_channel
threshold_energy = float[2]
</doc>
Expand Down

0 comments on commit 8ff58ed

Please sign in to comment.