Skip to content

Add support for saving the PDS file when dtype is changed. #58

@bvnayak

Description

@bvnayak

While calibrating the image, we decompand it first. During this operation, input data is of 8 bits which is then changed to 12 bits. So, our storage dtype changes to uint16 from uint8.

Now, Line 139 saves data with the dtype of the input data, there we need to check dtype for the data which is to be written.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions