Patrick Avery
Patrick Avery
@saransh13 Do you think this is still an issue?
@joelvbernier Any chance we could get the data that had slow performance so we can ensure our parallelization is effective?
@saransh13 Here's that one we were talking about earier.
@bnmajor will be looking into this soon.
@bnmajor I wonder if an empty list in `QSettings` [here](https://github.com/HEXRD/hexrdgui/blob/5cf9089c6ca8f23654fadaf18196cee10ee7a71e/hexrdgui/hexrd_config.py#L380) is getting converted to `None` when we load it in (we are guarding against something similar [here](https://github.com/HEXRD/hexrdgui/blob/5cf9089c6ca8f23654fadaf18196cee10ee7a71e/hexrdgui/hexrd_config.py#L499-L501) and [here](https://github.com/HEXRD/hexrdgui/blob/5cf9089c6ca8f23654fadaf18196cee10ee7a71e/hexrdgui/hexrd_config.py#L508-L509)). We...
To follow up on my last comment, it looks like it is specifically an issue with Qt and `ini` files (which are default only on Linux). It stores both empty...
It looks like internally, the `HexrdConfig().imageseries_dict` object contains the unaggregated image series if no aggregation was performed, and `HexrdConfig().unagg_images` is `None`. But if aggregation was performed, `HexrdConfig().imageseries_dict` contains the aggregated...
@akrygier Here's something that might help: 1. Can you navigate to `Edit->Refinements`? This opens up a more thorough refinements editor. 2. Then, for the first detector, check all tilts and...
> Ahh ok, I see that. That makes sense. > > I think it would be best to have options like that only in one place. Should we think about...
This might be helped by #1136