AJ Pryor, Ph.D.
AJ Pryor, Ph.D.
Does Tomviz automatically generate an input form from the JSON parameters or is it necessary to create a Qt .ui for it?
Is there an existing way to pass a parameter of type `str` through the .json form? I currently only see cases of `double`, `int`, `enumeration`, `xyz_header`, `label_map`, `reconstruction`, and `bool`.
Correct, specifically for passing in an external filename.
Agreed that would be even better.
Are there any known issues with print statements within Python crashing Tomviz? The GENFIRE code prints some information periodically but Tomviz crashes during reconstructions with either a segfault or an...
Confirm that if I disable print statements the issue goes away. For now I'll just add a verbose option until the issue is resolved. For what it's worth, I can...
Thanks, I’ll have a look!
After getting a bit sidetracked, this is mostly ready. However, pulling from master to rebase my changes before generating a PR has created some compile issues. Once I get Tomviz...
Unfortunately, no, at least not without external help. I was working on this during my Ph.D. but have since graduated and now do not have any time to develop. The...