Cxi02416-refine.phil

From cctbx_xfel
Revision as of 01:25, 22 March 2016 by Aaron (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
refinement {
  refinery.engine = SparseLevMar
  parameterisation {
    beam.fix=all
    #detector.fix_list=Dist,Tau1 # fix detector rotz and distance
    detector.fix_list=Tau1 # fix detector rotz, allow distance to refine
    auto_reduction {
      action=fix
      min_nref_per_parameter=3
    }
    crystal {
      unit_cell {
        restraints {
          tie_to_target {
            values=78.9,78.9,38.1,90,90,90
            sigmas=1,1,1,0,0,0
            apply_to_all=True
          }
        }
      }
    }
  }
  reflections {
    outlier {
      algorithm=sauter_poon
      separate_panels=True
      separate_experiments=False
    }
  }
}