예제 #1
0
파일: load.py 프로젝트: hainm/cctbx_project
def experiment_list(infile, check_format=True):
  ''' Load an experiment list from a serialzied format. '''
  from dxtbx.model.experiment.experiment_list import ExperimentListFactory
  return ExperimentListFactory.from_serialized_format(
    infile, check_format=check_format)