Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis Developer Reference
ShadowCamConstants.h
Go to the documentation of this file.
1#ifndef shadowcamconstants_h
2#define shadowcamconstants_h
8
9/* SPDX-License-Identifier: CC0-1.0 */
10
11namespace Isis {
12namespace ShadowCam {
13 constexpr int TERMS = 6;
14 constexpr int DATA_OFFSET = 65536;
15 constexpr int SHC_BYTES = 4096;
16
17 constexpr int SHC_AFE_WIDTH = 524;
18 constexpr int SHC_CHANNELS = 6;
19 constexpr int SHC_SCENE = 512;
20 constexpr int SHC_SCENE_OFFSET = 10;
21 constexpr int SHC_BANDS = 1;
22}
23}
24
25#endif
Definition ShadowCamConstants.h:12
constexpr int DATA_OFFSET
Definition ShadowCamConstants.h:14
constexpr int SHC_SCENE_OFFSET
Definition ShadowCamConstants.h:20
constexpr int TERMS
Definition ShadowCamConstants.h:13
constexpr int SHC_SCENE
Definition ShadowCamConstants.h:19
constexpr int SHC_BANDS
Definition ShadowCamConstants.h:21
constexpr int SHC_AFE_WIDTH
Definition ShadowCamConstants.h:17
constexpr int SHC_BYTES
Definition ShadowCamConstants.h:15
constexpr int SHC_CHANNELS
Definition ShadowCamConstants.h:18
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16