&EBSDIndexingdata ! The line above must not be changed ! ! The values below are the default values for this program ! !################################################################### ! INDEXING MODE !################################################################### ! ! 'dynamic' for on the fly indexing or 'static' for pre calculated dictionary indexingmode = 'dynamic', ! use the normalized dot product 'ndp' or the normalized cross correlation 'ncc' as the similarity metric similaritymetric = 'ndp', ! !################################################################### ! DICTIONARY PARAMETERS: COMMON TO 'STATIC' AND 'DYNAMIC' !################################################################### ! ! do you want Email or Slack notification when the run has completed? Notify = 'Off', ! width of data set in pattern input file ipf_wd = 65, ! height of data set in pattern input file ipf_ht = 65, ! define the region of interest as x0 y0 w h; leave all at 0 for full field of view ! region of interest has the point (x0,y0) as its upper left corner and is w x h patterns ROI = 0 0 0 0, ! X and Y sampling step sizes stepX = 1.5, stepY = 1.5, ! number of top matches to keep from the dot product results nnk = 50, ! the following option has been disabled starting version 4.3 ! number of top matches to use for orientation averaging (