alab_experiment_helper.tasks.xrd module

alab_experiment_helper.tasks.xrd module

xrd(sample, *, schema='fast_10min')[source]

Do xrd on the given sample with the given schema. The schema is either fast_10min or slow_30min.

Parameters
  • sample (Sample) – Sample to do xrd on.

  • schema (Literal[‘fast_10min’, ‘slow_30min’]) – Schema to use. By default, a fast 10min schema is used.