As a part of the WASP system, this camera is nominally fired every 4.7 seconds,
in sync with the WaspIndigo cameras.
It is sometimes run without the Indigo cameras in daytime mapping flights
where there is no need for IR imagery.
The Terrapix is made by Geospatial Imaging Solutions,
neé Pixel Physics, Inc.
Physically, the camera is
a Kodak KAF-16801 CCD sensor
RG/GB Bayer color filter array
need to describe the CFA colors further
References to RG/GB and GR/BG Bayer CFA present in literature. Which is it? Review the code and see how we're unpacking it.
generates a 4096 x 4096 array of pixels (48MB color image)
12 bits of precision per pixel
usually padded into 16 bit pixels when read from hardware (32MB raw image)
can be easily downsampled into 8 bit pixels, as we've never seen the camera actually use all 12 bits of its dataspace in a typical flight (16MB raw image)