Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve implementation for random groups #1

Open
brampf opened this issue Jul 14, 2020 · 3 comments
Open

Improve implementation for random groups #1

brampf opened this issue Jul 14, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@brampf
Copy link
Owner

brampf commented Jul 14, 2020

"Random-groups structures" are currently not fully implemented but skipped over instead. To fully complete the implementation of the 4.0 Standard, PrimaryHDU should be extended by some high-level code to handle those structures

@brampf brampf added the enhancement New feature or request label Jul 14, 2020
@brampf
Copy link
Owner Author

brampf commented Jul 16, 2020

55c33ec fixes random groups causing problems when reading the HDU

@brampf brampf self-assigned this Jul 30, 2020
@brampf brampf added this to the 0.1 milestone Jul 30, 2020
brampf added a commit that referenced this issue Aug 3, 2020
Ability to read random groups
@brampf
Copy link
Owner Author

brampf commented Aug 3, 2020

Not yet the perfect solution but at least the data becomes accessible by wrapping the primary HDU like shown in the corresponding test case let group = Group(file.prime)

@brampf brampf removed this from the 0.1 milestone Sep 19, 2020
@brampf brampf changed the title Random Groups Improve implementation for random groups Sep 19, 2020
@brampf
Copy link
Owner Author

brampf commented Sep 19, 2020

Currently read only implementation. Lot's of room for improvements

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant