HEXRD / hexrdgui

Qt6 PySide6 based GUI for the HEXRD library.
Other
28 stars 13 forks source link

HEXRDGUI can't read config files with embedded yaml files #433

Open cjh1 opened 4 years ago

cjh1 commented 4 years ago

For example this one.

cjh1 commented 4 years ago

It would be easy enough to implement if this is needed.

joelvbernier commented 4 years ago

The CLI reads this, and the config class processes it to yield the instrument object (cfg.instrument.hedm). Not sure that helps what you are trying to do. Just keeping track of the instrument filename from the raw HEDM yaml input is probably a smart idea. Can instantiate and instrument directly from a yaml stream of that file.

cjh1 commented 4 years ago

We were also think it would be a way of user loading the indexing parameters, so they don't have to manually enter them all.