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

Special Pixels #55

Open
jlaura opened this issue Mar 3, 2016 · 2 comments
Open

Special Pixels #55

jlaura opened this issue Mar 3, 2016 · 2 comments

Comments

@jlaura
Copy link

jlaura commented Mar 3, 2016

Should the these high special pixels be positive?

@wtolson
Copy link
Member

wtolson commented Mar 3, 2016

I don't believe so. This is the relevant excerpt from SpecialPixel.h in the isis code base:

  // 2-byte signed special pixel values
  const short VALID_MIN2     = ((short)(-32752));
  const short NULL2          = ((short)(-32768));
  const short LOW_REPR_SAT2  = ((short)(-32767));
  const short LOW_INSTR_SAT2 = ((short)(-32766));
  const short HIGH_INSTR_SAT2 = ((short)(-32765));
  const short HIGH_REPR_SAT2  = ((short)(-32764));
  const short VALID_MAX2      = ((short)   32767);

@wtolson
Copy link
Member

wtolson commented Mar 3, 2016

If you looking in the source, the file is isis/src/base/objs/SpecialPixel/SpecialPixel.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants