Example #1
0
def generate_phil_scope():
    '''
  Generate the phil scope for profile model

  :return: The phil scope

  '''
    import dials.extensions
    from dials.interfaces import ProfileModelIface
    phil_scope = ProfileModelIface.phil_scope()
    return phil_scope
Example #2
0
def generate_phil_scope():
  '''
  Generate the phil scope for profile model

  :return: The phil scope

  '''
  import dials.extensions
  from dials.interfaces import ProfileModelIface
  phil_scope = ProfileModelIface.phil_scope()
  return phil_scope