# The default bn-config.py file can be found at: # c:\bn\src\install for MS Windows, and # /usr/local/bn/src/install for Linux. # Uncomment and change below values to configure your system. # Default IP address or DNS name of the computer running BIS #bishost = 'xxx.xxx.xxx.xxx' # Automatically connect to BIS without prompting the user. # IMPORTANT: This is a protected keyword and may be used only if # allowed in the system-wide configuration file by the administrator. #autoconnect = True # Retrieve matrix runs from BIS. #perpendicular_matrix_runs_nr_sweeps = 0 # Hardware profile used by the data collection strategy planner. #hardwareprofile = 'x8apex-euler.hrd' # Email address for messages sent from the software #mailfrom = 'user@location.com' # IP address or DNS name of the SMTP server that will relay messages # from the software. #smtphost = 'xxx.xxx.xxx.xxx' # DNS name or WINS name of the file server used for storing images, # followed by the name of a network shared folder (share) on that server. # Additional path segments are added as comma separated and quoted # strings. None can be used as a placeholder if the file server is the # local PC. #fileserver = ('LAUE', 'frames') #fileserver = (None, 'frames') #fileserver = (None, 'frames', 'subfolder') # C:\frames\subfolder fileserver = ('isengard', 'frames') # Local path of the network shared folder defined above (Windows only). fileserverpath = r'X:\frames' # Supported file name protocols. Currently these are 'smb' for # files that are accessed over an MS Windows network and 'file' for # local files. universalfnprotocols = ('smb', 'file') # Indexing of .cif and .res files in the frames folder. # This allows structure search in the Determine Unit Cell plug-in strf_indexing_enabled = True # User defined goniometer positions. The detector distance is specified # in millimeters. The goniometer angles are specified in degrees. To # activate a user defined goniometer position, its userpos<#> variable # and at least one of the positional variables must be uncommented. # For instruments with a manual detector track, the detector distance # variable (dx) should normally not be uncommented because of the risk of # setting the distance to a different value than the actual distance. # The chi angle setting must be uncommented for instruments with a Kappa # goniostat. # #userpos1 = "User 1" #userpos1_dx = 40.0 #userpos1_2theta = 0.0 #userpos1_omega = 0.0 #userpos1_phi = 0.0 #userpos1_chi = 54.74 # #userpos2 = "User 2" #userpos2_dx = 40.0 #userpos2_2theta = 0.0 #userpos2_omega = 0.0 #userpos2_phi = 0.0 #userpos2_chi = 54.74 # #userpos3 = "User 3" #userpos3_dx = 40.0 #userpos3_2theta = 0.0 #userpos3_omega = 0.0 #userpos3_phi = 0.0 #userpos3_chi = 54.74 # #userpos4 = "User 4" #userpos4_dx = 40.0 #userpos4_2theta = 0.0 #userpos4_omega = 0.0 #userpos4_phi = 0.0 #userpos4_chi = 54.74 #fastscan_dx = 50.0 #fastscan_2theta = 0.0 #fastscan_chi = 54.74 #fastscan_frameangle = 1.0 #fastscan_frametime = 1.0 # Appended by the BrukerSuite installer on 06/09/2022 at 13:23:48 fileserverpath = r'C:\frames'