Skip to content

Commit

Permalink
Remove xfel reference that snuck in with nxmx_writer
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Aug 23, 2023
1 parent 63e5ebe commit 0ea8689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dxtbx/format/nxmx_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
from libtbx.utils import Sorry
from scitbx import matrix
from scitbx.array_family import flex
from xfel.cftbx.detector.cspad_cbf_tbx import angle_and_axis, basis
from serialtbx.detector import basis

from dials.util.options import ArgumentParser, flatten_experiments

from dxtbx import flumpy
from dxtbx.format.FormatCBFMultiTile import angle_and_axis

help_message = """
Create a NeXus file from either an experiment list or a set of image files
Expand Down Expand Up @@ -724,7 +725,6 @@ def append_frame(self, index=None, data=None):

def add_scan_and_gonio(self, scan=None, gonio=None):
if scan is None or gonio is None:

assert scan is None and gonio is None
scan = self.scan
gonio = self.goniometer
Expand Down

0 comments on commit 0ea8689

Please sign in to comment.