Skip to content

Commit

Permalink
Allow TFXA in IIR algorithm
Browse files Browse the repository at this point in the history
Refs #9699
  • Loading branch information
DanNixon committed Nov 13, 2014
1 parent 473365a commit 6181670
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ def PyInit(self):
self.declareProperty(name='LoadLogs', defaultValue=False, doc='Load sample logs from input files')

self.declareProperty(name='Instrument', defaultValue='', doc='Instrument used during run',
validator=StringListValidator(['IRIS', 'OSIRIS', 'TOSCA', 'BASIS', 'VISION']))
validator=StringListValidator(['IRIS', 'OSIRIS', 'TOSCA', 'TFXA', 'BASIS', 'VISION']))
self.declareProperty(name='Analyser', defaultValue='', doc='Analyser used during run',
validator=StringListValidator(['graphite', 'mica', 'fmica', 'silicon']))
self.declareProperty(name='Reflection', defaultValue='', doc='Reflection used during run',
Expand Down

0 comments on commit 6181670

Please sign in to comment.