Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2013-11-20 08:00:49
Size: 520
Editor: EricPalmer
Comment:
Revision 6 as of 2016-01-14 13:23:47
Size: 571
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= IMAGEFILES =
Line 2: Line 3:
= IMAGEFILES = == Description ==
Line 4: Line 5:
Here we store the images that will be used in SPC.  They are created by ["process_img"], which is different for every flight mission. IMAGEFILES is a directory, where images that will be used in SPC are stored. These images are created by [[process_img]], which is different for every flight mission.
Line 6: Line 7:
The key data stored in IMAGEFILES is a scaled signed integer (2 bytes or 16 bits), with the exclusion of values less than 0. Acceptable values are 0 to 32767. ["process_img"] will take the original images' data (float or int) and calculate the maximum value. Then it will scale the data to spread from 0 to 32767 to maximize the accuracy of the stored data. The key data stored in IMAGEFILES is a scaled signed integer (2 bytes or 16 bits), with the exclusion of values less than 0. Acceptable values are 0 to 32767. [[process_img]] will take the original images' data (float or int) and calculate the maximum value. Then it will scale the data to spread from 0 to 32767 to maximize the accuracy of the stored data.

IMAGEFILES

Description

IMAGEFILES is a directory, where images that will be used in SPC are stored. These images are created by process_img, which is different for every flight mission.

The key data stored in IMAGEFILES is a scaled signed integer (2 bytes or 16 bits), with the exclusion of values less than 0. Acceptable values are 0 to 32767. process_img will take the original images' data (float or int) and calculate the maximum value. Then it will scale the data to spread from 0 to 32767 to maximize the accuracy of the stored data.

IMAGEFILES (last edited 2016-07-23 07:14:01 by BMittan)