Donald Boyce
Donald Boyce
Here are some thoughts on the menus. The file menu has items `open`, `save`, `import` and `export`. First, I usually think that `open` goes with `close`, and `load` goes with...
That sounds good. On Thu, Mar 16, 2023 at 12:31 PM Patrick Avery ***@***.***> wrote: > I just performed some profiling for the monolithic multiruby dexelas > example to help...
Here is a piece of code from hexrd/indexer.py. It is a bit confusing since the comment says it is numba friendly, but the later FIXME comment says it only works...
Not really sure at this point. Trying to track it down led me to the old_capi C code. Digging down, I see `tvec_c` gets used in `detectorXYToGvec_cfunc` in setting up...
As commented in #592, I ran an example on a single crystal ruby, and there were no problems. The only thing to remember is to change the omega metadata when...
I would hesitate to remove the Null class. In the base config file class, where it is used, it sets the default get value to null, which is explicitly not...
> I would like to consider removing the class. It seems its only use is as a substitute for `None`. I'm not convinced that it's useful. It's such a minor...
Zack, I've figured out what I need to, but I need to put my stuff in test format. If you don't mind, I should have things mostly ready by Tuesday...
Maybe we should just raise a `NotImplementedError ` if those arguments are used.
I don't think you're talking about the matrix `bmat`, which uses the lattice spacing to convert HKLs to crystal components. In `xy_to_gvec`, the argument `rmat_b` refers to the beam reference...