Skip to content

Commit

Permalink
Added list of columns to check for matching infos to highlight entire…
Browse files Browse the repository at this point in the history
… column. This refs #134
  • Loading branch information
JeanBilheux committed Apr 15, 2019
1 parent 9144288 commit 909471c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions addie/processing/mantid/master_table/tree_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,25 @@
INDEX_OF_COLUMNS_WITH_MASS_DENSITY = [6, 17]
INDEX_OF_COLUMNS_WITH_ITEMS = INDEX_OF_COLUMNS_SEARCHABLE

LIST_COLUMNS_TO_SEARCH_FOR_FULL_HIGHLIGTHING = [2, # sample runs
3, # sample background runs
4, # sample background background
5, # sample chemical formula
6, # sample mass density
7, # sample packing fraction
8, 9, # sample geometry shape and dimensions
10, 11, 12, # Sample correction
13, # normalization runs
14, # normalization background runs
15, # normalization background background
16, # normalization chemical formula
17, # normalization mass density
18, # normalization packging fraction
19, 20, # normalization geometry shape and dimensions
21, 22, 23, # normalization correction
24, # Align and Focus Args
]

SAMPLE_FIRST_COLUMN = 2
NORMALIZATION_FIRST_COLUMN = 13

Expand Down

0 comments on commit 909471c

Please sign in to comment.