Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GrainMap class #278

Closed
10 of 12 tasks
jadball opened this issue Apr 23, 2024 · 5 comments
Closed
10 of 12 tasks

GrainMap class #278

jadball opened this issue Apr 23, 2024 · 5 comments

Comments

@jadball
Copy link
Contributor

jadball commented Apr 23, 2024

We need a class to store information about a spatial map of a grain/multiple grains.
This class should do at least the following:

  • I/O to HDF5 group
  • Calculation of the following arrays:
    • Grain ID - by combining recons from multiple different grains together
    • Per-grain UBI - from grain objects
    • Per-voxel UBI - by local refinement
    • IPF X, Y, Z
    • Misorientation
    • Grain ID (segmentation from point-by-point data?)
    • Phase ID?
  • Creation methods:
    • From a list of GrainSinogram objects
    • Form the UBI array directly from point-by-point indexing
@jadball
Copy link
Contributor Author

jadball commented Sep 19, 2024

Mostly completed by #322 - per-voxel UBI by local refinement is ongoing, and I'm not sure we should be segmenting point-by-point data (leave as a task for MTEX?)

@jadball jadball closed this as completed Sep 19, 2024
@jonwright
Copy link
Member

About MTEX - the main problem seems to be output of multi-channel versus single channel results. Does MTEX allow several orientations per point together with a weight for each one?

@jadball
Copy link
Contributor Author

jadball commented Sep 19, 2024

No, as far as I am aware MTEX is single-valued. I have implemented a MTEX CTF export as a TensorMap classmethod.

@jadball
Copy link
Contributor Author

jadball commented Oct 18, 2024

Solved by #339

@jadball
Copy link
Contributor Author

jadball commented Oct 18, 2024

Closing

@jadball jadball closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants