Skip to content

Compression options for saving output. #43

Open
@YooSunYoung

Description

NMXReducedData keeps pixel id coordinate and there are >1e6 pixels
so it could carry relatively large data (>GB) in the end.

Therefore we would like to compress the large-size Dataset when we save it into h5 or nexus file.
The compression option is now hard-coded, but it makes saving very slow.
Some advanced users, i.e. IDS might want to turn it off when they have to debug the workflow.

Therefore we should

  • Find the optimal compression options comparing the advantages between speed and size of the output.
  • Make it possible to lower the compression option, with the optimal compression by default.
  • Document about compression in the workflow user-guide.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions