Replies: 1 comment 2 replies
-
|
Yeah there is some issue with the dark background subtraction here we need to fix. Kate ran into this issue too. We will work on it very soon. In the meantime, maybe they can try turning off dark background subtraction before running fit-grains? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error from user: The ff has been bugging out on Fit Grains. The error message for a 664 grain case is below but I got a similar error for the one we were working on that had around 300 grains.
Details: id3a FF-HEDM using dexela. Working with the prerelease (hexrd-0.9.12 hexrd/label/prerelease) from 2 weeks ago. Using 5 rings of Ni, minimal coverage on oyter panels.
Looks like a mismatch between the panel size and full detector size.
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/.conda/envs/chess/lib/python3.14/multiprocessing/pool.py", line 125, in worker
File "/.conda/envs/chess/lib/python3.14/multiprocessing/pool.py", line 48, in mapstar
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrd/hedm/fitgrains.py", line 111, in fit_grain_FF_reduced
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrd/core/instrument/hedm_instrument.py", line 1921, in pull_spots
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrd/core/imageseries/baseclass.py", line 27, in getitem
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrd/core/imageseries/process.py", line 64, in getitem
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrd/core/imageseries/process.py", line 105, in _process_frame
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrd/core/imageseries/process.py", line 122, in _subtract_dark
ValueError: operands could not be broadcast together with shapes (98,284) (3888,3072)
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrdgui/async_worker.py", line 76, in run
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrdgui/indexing/run.py", line 572, in run_fit_grains
File "/.conda/envs/chess/lib/python3.14/site-packages/hexrd/hedm/fitgrains.py", line 480, in fit_grains
File "/.conda/envs/chess/lib/python3.14/multiprocessing/pool.py", line 774, in get
ValueError: operands could not be broadcast together with shapes (98,284) (3888,3072)
Beta Was this translation helpful? Give feedback.
All reactions