Skip to content

Conversion Guide: 0.10.x

Zack edited this page Mar 24, 2026 · 1 revision

GenerateEtaOmeMaps

The GenerateEtaOmeMaps class has been moved from hexrd.core.instrument into hexrd.hedm.instrument. To use this class now, only the import needs to change.

Before:

from hexrd.core.instrument import GenerateEtaOmeMaps

After:

from hexrd.hedm.instrument import GenerateEtaOmeMaps

Clone this wiki locally