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

Not have isis2raw compute a histogram when I select stretch=none and bittype=32bit #3878

Closed
lavalaz opened this issue May 22, 2020 · 0 comments · Fixed by #4002
Closed

Not have isis2raw compute a histogram when I select stretch=none and bittype=32bit #3878

lavalaz opened this issue May 22, 2020 · 0 comments · Fixed by #4002
Assignees
Labels
enhancement New feature or request Products Issues which are impacting the products group

Comments

@lavalaz
Copy link

lavalaz commented May 22, 2020

Description

I just want to dump the DN values from a .cub into a raw format so I can do processing that I can't get done within isis. I don't want the DN values changed in any way. So I set bittype to 32BIT and stretch=NONE. The GUI reports that the application is computing min/max for the histogram, then gathering histogram. Given the size of the files I am dealing with, these steps are very time consuming but should be unnecessary. These steps are obviously necessary if you are going to apply a stretch or change bittype (or set omin&omax), but should be possible to skip if its a raw dump of binary data. Not a big deal for small files, but can be a huge time savings for very large files.
Example

isis2raw from=some.cub to=some.raw stretch=none
results in a simple dump of binary data in the specified order (BSQ/BIL/BIP) without computing statistics on the image data.

@jessemapel jessemapel added the enhancement New feature or request label May 22, 2020
@jlaura jlaura added the Products Issues which are impacting the products group label Aug 17, 2020
@acpaquette acpaquette self-assigned this Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Products Issues which are impacting the products group
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants