Skip to content

Commit

Permalink
Clean Clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLightSource-build-server committed Aug 17, 2023
1 parent 6185cc3 commit 9657a16
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/dxtbx/format/nxmx_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,23 @@
from __future__ import annotations

import datetime
import h5py
import numpy as np
import os
import sys

import h5py
import numpy as np

from cctbx import factor_ev_angstrom
from dials.util.options import ArgumentParser, flatten_experiments
from dxtbx import flumpy
from libtbx import easy_pickle
from libtbx.phil import parse
from libtbx.utils import Sorry
from scitbx import matrix
from scitbx.array_family import flex
from xfel.cftbx.detector.cspad_cbf_tbx import basis, angle_and_axis
from xfel.cftbx.detector.cspad_cbf_tbx import angle_and_axis, basis

from dials.util.options import ArgumentParser, flatten_experiments

from dxtbx import flumpy

help_message = """
Create a NeXus file from either an experiment list or a set of image files
Expand Down

0 comments on commit 9657a16

Please sign in to comment.