Skip to content

Commit

Permalink
The calibration classes were transferred to HEXRD
Browse files Browse the repository at this point in the history
They better belong in HEXRD, not here.

The files are being transferred to HEXRD in HEXRD/hexrd#557.

Depends on: HEXRD/hexrd#557

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Sep 13, 2023
1 parent c8c25f3 commit 11a7b45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,115 deletions.
9 changes: 4 additions & 5 deletions hexrd/ui/calibration/calibration_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@
from PySide2.QtWidgets import QFileDialog, QMessageBox

from hexrd.crystallography import hklToStr
from hexrd.fitting.calibration import InstrumentCalibrator, PowderCalibrator
from hexrd.fitting.calibration import (
InstrumentCalibrator, LaueCalibrator, PowderCalibrator
)
from hexrd.instrument import unwrap_h5_to_dict

from hexrd.ui.calibration.auto import (
PowderCalibrationDialog,
save_picks_to_overlay,
)
from hexrd.ui.calibration.laue_auto_picker_dialog import LaueAutoPickerDialog
from hexrd.ui.calibration.pick_based_calibration import (
LaueCalibrator,
run_calibration,
)
from hexrd.ui.calibration.pick_based_calibration import run_calibration
from hexrd.ui.calibration.hkl_picks_tree_view_dialog import (
generate_picks_results, overlays_to_tree_format, HKLPicksTreeViewDialog,
picks_cartesian_to_angles, tree_format_to_picks,
Expand Down
Loading

0 comments on commit 11a7b45

Please sign in to comment.