Skip to content

Create proper Hdu container #55

@kabasset

Description

@kabasset

A proper Hdu container would be useful for integration with the standard lib, while MefFile domain-specific names are nice. MefFile::hdus() could provide access to some HduSeq with reduced yet STL-compliant interface. This would also simplify strategy-handling by factorizing calls. We'd have things like MefFile::primary() -> HduSeq::front() and MefFile::append_image(...) -> HduSeq::emplace_back(ImageInitializer(...)). The underlying container would preferrably be some list rather than a vector in order to avoid invalidating references at HDU deletion.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request related to an existing servicequestionFurther information is requested

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions