Open LudovicDrtt opened 1 year ago
@LudoBike Sorry for not seeing this earlier. I need to get this repo on my slack notifications. Can I get the CTF file in question for testing? We actively use EbsdLib for DREAM.3D and it would be nice to ensure things are working properly
@imikejackson I'm sorry I don't have access to the CTF file anymore, but I think that you can replicate the issue by replacing the phase description in any CTF file with the one I provided in my first post (first code block).
I'm trying to read a ctf file where the phase is defined as follow
with the fields Internal1 and Internal2 empty.
However, when I load the file, the parser doesn't read the space group and the comment and it defined the following phase (print with the method
CtfPhase::printSelf
) :But if I fill the Internal1 and Internal2 fields with a space character, the phase is correctly read and
CtfPhase::printSelf
give :I'm using EbsdLib 1.0.22, download from github and compile by myself.